Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
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()
898 p = strchrnul(item, ','); in tlmi_analyze()
/Linux-v5.15/fs/cifs/
Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
Ddfs_cache.c1264 s = strchrnul(s + 1, sep); in dfs_cache_get_tgt_share()
/Linux-v5.15/arch/arm/boot/compressed/
Ddecompress.c35 extern char * strchrnul(const char *, int);
/Linux-v5.15/drivers/clk/qcom/
Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
Da53-pll.c128 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
/Linux-v5.15/tools/testing/selftests/wireguard/qemu/
Dinit.c149 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/Linux-v5.15/lib/
Dstring.c450 char *strchrnul(const char *s, int c) in strchrnul() function
456 EXPORT_SYMBOL(strchrnul);
Dvsprintf.c2152 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
/Linux-v5.15/include/linux/
Dstring.h63 extern char * strchrnul(const char *,int);
/Linux-v5.15/drivers/of/
Dbase.c68 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
887 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
931 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
Dfdt.c1020 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/Linux-v5.15/drivers/pci/endpoint/
Dpci-epf-core.c451 len = strchrnul(name, '.') - name; in pci_epf_create()
/Linux-v5.15/security/integrity/ima/
Dima_template.c224 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/Linux-v5.15/kernel/debug/kdb/
Dkdb_io.c814 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/Linux-v5.15/tools/bpf/bpftool/
Dgen.c259 end = strchrnul(src, '\n'); in codegen()
/Linux-v5.15/security/tomoyo/
Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/Linux-v5.15/fs/overlayfs/
Dutil.c1016 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
Dnamei.c319 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/Linux-v5.15/fs/ksmbd/
Dvfs.c1237 char *next = strchrnul(filename, '/'); in ksmbd_vfs_kern_path()
/Linux-v5.15/tools/power/x86/turbostat/
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-v5.15/drivers/pci/
Dpci.c276 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
/Linux-v5.15/mm/
Dslub.c1579 end = strchrnul(iter, ','); in kmem_cache_flags()