Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/linux-5.19.10/arch/arm/boot/compressed/
Ddecompress.c35 extern char * strchrnul(const char *, int);
/linux-5.19.10/drivers/clk/qcom/
Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
Da53-pll.c126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
/linux-5.19.10/lib/
Dstring.c411 char *strchrnul(const char *s, int c) in strchrnul() function
417 EXPORT_SYMBOL(strchrnul);
Dvsprintf.c2148 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
/linux-5.19.10/tools/testing/selftests/wireguard/qemu/
Dinit.c144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/linux-5.19.10/include/linux/
Dstring.h63 extern char * strchrnul(const char *,int);
/linux-5.19.10/drivers/platform/x86/
Dthink-lmi.c203 char *p = strchrnul(str, '\n'); in strip_cr()
570 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
1407 p = strchrnul(item, ','); in tlmi_analyze()
/linux-5.19.10/drivers/of/
Dbase.c67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
935 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
979 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
Dfdt.c1041 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/linux-5.19.10/security/integrity/ima/
Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/linux-5.19.10/drivers/pci/endpoint/
Dpci-epf-core.c451 len = strchrnul(name, '.') - name; in pci_epf_create()
/linux-5.19.10/kernel/debug/kdb/
Dkdb_io.c813 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/linux-5.19.10/security/tomoyo/
Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/linux-5.19.10/fs/overlayfs/
Dutil.c1043 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
Dnamei.c325 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/linux-5.19.10/tools/bpf/bpftool/
Dgen.c419 end = strchrnul(src, '\n'); in codegen()
/linux-5.19.10/fs/ksmbd/
Dvfs.c1236 char *next = strchrnul(filename, '/'); in ksmbd_vfs_kern_path()
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c4149 sp = strchrnul(name_buf, '\n'); in dump_sysfs_cstate_config()
6336 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
6366 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
/linux-5.19.10/drivers/pci/
Dpci.c276 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
/linux-5.19.10/mm/
Dslub.c1635 end = strchrnul(iter, ','); in kmem_cache_flags()