| /linux/fs/smb/client/ |
| H A D | cifsroot.c | 55 s = strchrnul(s, ','); in cifs_root_setup()
|
| /linux/arch/arm/boot/compressed/ |
| H A D | decompress.c | 36 extern char * strchrnul(const char *, int);
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | audit_logread.c | 121 *strchrnul(v, ':') = '\0'; in readlog()
|
| /linux/drivers/clk/qcom/ |
| H A D | apcs-msm8916.c | 67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
|
| H A D | a53-pll.c | 125 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
|
| /linux/lib/ |
| H A D | string.c | 348 char *strchrnul(const char *s, int c) in strchrnul() function 354 EXPORT_SYMBOL(strchrnul);
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
|
| /linux/tools/perf/util/ |
| H A D | print-events.c | 100 const char *bid2 = strchrnul(next_sdt_name->s, '@'); in print_sdt_events()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1320-sdw.c | 1466 len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor; in rt1320_rae_load() 1467 len_product = strchrnul(dmi_product, ' ') - dmi_product; in rt1320_rae_load() 1468 len_sku = strchrnul(dmi_sku, ' ') - dmi_sku; in rt1320_rae_load() 1633 len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor; in rt1320_dspfw_load_code() 1634 len_product = strchrnul(dmi_product, ' ') - dmi_product; in rt1320_dspfw_load_code() 1635 len_sku = strchrnul(dmi_sku, ' ') - dmi_sku; in rt1320_dspfw_load_code()
|
| /linux/drivers/remoteproc/ |
| H A D | st_remoteproc.c | 144 strchrnul(res.name, '@') - res.name, in st_rproc_parse_fw()
|
| H A D | stm32_rproc.c | 242 "%.*s", strchrnul(res.name, '@') - res.name, in stm32_rproc_prepare()
|
| H A D | imx_rproc.c | 639 "%.*s", strchrnul(res.name, '@') - res.name, in imx_rproc_prepare()
|
| /linux/security/integrity/ima/ |
| H A D | ima_template.c | 232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
| /linux/net/dsa/ |
| H A D | conduit.c | 354 const char *end = strchrnul(buf, '\n'), *name;
|
| /linux/security/tomoyo/ |
| H A D | util.c | 163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
|
| /linux/drivers/base/ |
| H A D | property.c | 704 len = strchrnul(node_name, '@') - node_name; in fwnode_name_eq()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | devlink.c | 62 end = strchrnul(str, ' '); in mlx5_devlink_serial_numbers_put()
|
| /linux/fs/overlayfs/ |
| H A D | util.c | 1330 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 617 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 1163 char *next = strchrnul(filename, '/'); in __ksmbd_vfs_kern_path()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 1727 sep = strchrnul(namespace, ','); in verify_module_namespace()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | firmware_if.c | 112 ch = strchrnul(str, given_char); in extract_u32_until_given_char()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | pcie.c | 1966 end = strchrnul(p, ' '); in brcmf_pcie_parse_otp_sys_vendor()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 1333 p = strchrnul(buf, '\n'); in print_verifier_log()
|
| /linux/kernel/module/ |
| H A D | main.c | 1190 sep = strchrnul(namespace, ','); in verify_module_namespace()
|