Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v6.6/fs/smb/client/
Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/Linux-v6.6/arch/arm/boot/compressed/
Ddecompress.c36 extern char * strchrnul(const char *, int);
/Linux-v6.6/drivers/clk/qcom/
Da53-pll.c126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
/Linux-v6.6/tools/testing/selftests/netfilter/
Daudit_logread.c121 *strchrnul(v, ':') = '\0'; in readlog()
/Linux-v6.6/lib/
Dstring.c346 char *strchrnul(const char *s, int c) in strchrnul() function
352 EXPORT_SYMBOL(strchrnul);
/Linux-v6.6/tools/testing/selftests/wireguard/qemu/
Dinit.c144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/Linux-v6.6/drivers/platform/x86/
Dthink-lmi.c205 char *p = strchrnul(str, '\n'); in strip_cr()
576 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
946 p = strchrnul(value, ';'); in current_value_show()
1467 p = strchrnul(item, ','); in tlmi_analyze()
/Linux-v6.6/include/linux/
Dstring.h63 extern char * strchrnul(const char *,int);
/Linux-v6.6/drivers/clk/microchip/
Dclk-mpfs-ccc.c205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
/Linux-v6.6/drivers/of/
Dbase.c67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
750 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
794 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
Dfdt.c1032 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/Linux-v6.6/net/dsa/
Dmaster.c294 const char *end = strchrnul(buf, '\n'), *name; in tagging_store()
/Linux-v6.6/security/integrity/ima/
Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/Linux-v6.6/drivers/pci/endpoint/
Dpci-epf-core.c419 len = strchrnul(name, '.') - name; in pci_epf_create()
/Linux-v6.6/kernel/debug/kdb/
Dkdb_io.c843 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/Linux-v6.6/security/tomoyo/
Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/Linux-v6.6/drivers/media/pci/intel/
Dipu-bridge.c587 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
/Linux-v6.6/drivers/iio/adc/
Dqcom-spmi-adc5.c645 name[strchrnul(name, '@') - name] = '\0'; in adc5_get_fw_channel_data()
/Linux-v6.6/fs/overlayfs/
Dutil.c1230 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
Dnamei.c332 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/Linux-v6.6/tools/bpf/bpftool/
Dgen.c418 end = strchrnul(src, '\n'); in codegen()
/Linux-v6.6/tools/power/x86/turbostat/
Dturbostat.c4227 sp = strchrnul(name_buf, '\n'); in dump_sysfs_cstate_config()
6456 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
6486 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
/Linux-v6.6/fs/smb/server/
Dvfs.c1232 char *next = strchrnul(filename, '/'); in ksmbd_vfs_kern_path_locked()
/Linux-v6.6/drivers/bluetooth/
Dhci_bcm4377.c1996 end = strchrnul(p, ' '); in bcm4377_parse_otp_str()

12