/Linux-v6.6/fs/smb/client/ |
D | cifsroot.c | 55 s = strchrnul(s, ','); in cifs_root_setup()
|
/Linux-v6.6/arch/arm/boot/compressed/ |
D | decompress.c | 36 extern char * strchrnul(const char *, int);
|
/Linux-v6.6/drivers/clk/qcom/ |
D | a53-pll.c | 126 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
|
D | apcs-msm8916.c | 67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
|
/Linux-v6.6/tools/testing/selftests/netfilter/ |
D | audit_logread.c | 121 *strchrnul(v, ':') = '\0'; in readlog()
|
/Linux-v6.6/lib/ |
D | string.c | 346 char *strchrnul(const char *s, int c) in strchrnul() function 352 EXPORT_SYMBOL(strchrnul);
|
/Linux-v6.6/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
|
/Linux-v6.6/drivers/platform/x86/ |
D | think-lmi.c | 205 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/ |
D | string.h | 63 extern char * strchrnul(const char *,int);
|
/Linux-v6.6/drivers/clk/microchip/ |
D | clk-mpfs-ccc.c | 205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
|
/Linux-v6.6/drivers/of/ |
D | base.c | 67 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()
|
D | fdt.c | 1032 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
/Linux-v6.6/net/dsa/ |
D | master.c | 294 const char *end = strchrnul(buf, '\n'), *name; in tagging_store()
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_template.c | 232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
/Linux-v6.6/drivers/pci/endpoint/ |
D | pci-epf-core.c | 419 len = strchrnul(name, '.') - name; in pci_epf_create()
|
/Linux-v6.6/kernel/debug/kdb/ |
D | kdb_io.c | 843 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
/Linux-v6.6/security/tomoyo/ |
D | util.c | 163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
|
/Linux-v6.6/drivers/media/pci/intel/ |
D | ipu-bridge.c | 587 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
|
/Linux-v6.6/drivers/iio/adc/ |
D | qcom-spmi-adc5.c | 645 name[strchrnul(name, '@') - name] = '\0'; in adc5_get_fw_channel_data()
|
/Linux-v6.6/fs/overlayfs/ |
D | util.c | 1230 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
|
D | namei.c | 332 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | gen.c | 418 end = strchrnul(src, '\n'); in codegen()
|
/Linux-v6.6/tools/power/x86/turbostat/ |
D | turbostat.c | 4227 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/ |
D | vfs.c | 1232 char *next = strchrnul(filename, '/'); in ksmbd_vfs_kern_path_locked()
|
/Linux-v6.6/drivers/bluetooth/ |
D | hci_bcm4377.c | 1996 end = strchrnul(p, ' '); in bcm4377_parse_otp_str()
|