Home
last modified time | relevance | path

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

12

/linux/drivers/platform/x86/
A Dthink-lmi.c336 p = strchrnul(setting->password, '\n'); in current_password_store()
363 p = strchrnul(new_pwd, '\n'); in new_password_store()
458 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
552 p = strchrnul(new_setting, '\n'); in current_value_store()
692 p = strchrnul(new_setting, '\n'); in debug_cmd_store()
900 p = strchrnul(item, ','); in tlmi_analyze()
/linux/fs/cifs/
A Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
A Ddfs_cache.c1264 s = strchrnul(s + 1, sep); in dfs_cache_get_tgt_share()
/linux/arch/arm/boot/compressed/
A Ddecompress.c35 extern char * strchrnul(const char *, int);
/linux/drivers/clk/qcom/
A Da53-pll.c126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
A Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
/linux/lib/
A Dstring.c411 char *strchrnul(const char *s, int c) in strchrnul() function
417 EXPORT_SYMBOL(strchrnul);
A Dlib.a3 …strcasecmp�strcpy�strncpy�strlcpy�strscpy�stpcpy�strcat�strncat�strlcat�strchrnul�strnchr�strspn�s…
A Dvsprintf.c2160 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
/linux/tools/testing/selftests/wireguard/qemu/
A Dinit.c149 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/linux/include/linux/
A Dstring.h63 extern char * strchrnul(const char *,int);
/linux/drivers/of/
A Dbase.c68 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
909 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
953 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
A Dfdt.c1016 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/linux/security/integrity/ima/
A Dima_template.c224 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/linux/drivers/pci/endpoint/
A Dpci-epf-core.c451 len = strchrnul(name, '.') - name; in pci_epf_create()
/linux/kernel/debug/kdb/
A Dkdb_io.c814 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/linux/tools/bpf/bpftool/
A Dgen.c316 end = strchrnul(src, '\n'); in codegen()
/linux/security/tomoyo/
A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/linux/fs/overlayfs/
A Dutil.c1016 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
A Dnamei.c319 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/linux/fs/ksmbd/
A Dvfs.c1237 char *next = strchrnul(filename, '/'); in ksmbd_vfs_kern_path()
/linux/tools/power/x86/turbostat/
A Dturbostat.c4051 sp = strchrnul(name_buf, '\n'); in dump_sysfs_cstate_config()
6174 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
6201 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
/linux/drivers/pci/
A Dpci.c276 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
/linux/mm/
A Dslub.c1602 end = strchrnul(iter, ','); in kmem_cache_flags()
/linux/
A Dvmlinux.symvers2786 0x00000000 strchrnul vmlinux EXPORT_SYMBOL

Completed in 85 milliseconds

12