Home
last modified time | relevance | path

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

12

/linux/fs/smb/client/
H A Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/linux/arch/arm/boot/compressed/
H A Ddecompress.c36 extern char * strchrnul(const char *, int);
/linux/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c121 *strchrnul(v, ':') = '\0'; in readlog()
/linux/drivers/clk/qcom/
H A Dapcs-msm8916.c67 strchrnul(np->full_name, '@')); in qcom_apcs_msm8916_clk_probe()
H A Da53-pll.c125 strchrnul(np->full_name, '@')); in qcom_a53pll_probe()
/linux/lib/
H A Dstring.c348 char *strchrnul(const char *s, int c) in strchrnul() function
354 EXPORT_SYMBOL(strchrnul);
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/linux/tools/perf/util/
H A Dprint-events.c100 const char *bid2 = strchrnul(next_sdt_name->s, '@'); in print_sdt_events()
/linux/sound/soc/codecs/
H A Drt1320-sdw.c1466 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 Dst_remoteproc.c144 strchrnul(res.name, '@') - res.name, in st_rproc_parse_fw()
H A Dstm32_rproc.c242 "%.*s", strchrnul(res.name, '@') - res.name, in stm32_rproc_prepare()
H A Dimx_rproc.c639 "%.*s", strchrnul(res.name, '@') - res.name, in imx_rproc_prepare()
/linux/security/integrity/ima/
H A Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/linux/net/dsa/
H A Dconduit.c354 const char *end = strchrnul(buf, '\n'), *name;
/linux/security/tomoyo/
H A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/linux/drivers/base/
H A Dproperty.c704 len = strchrnul(node_name, '@') - node_name; in fwnode_name_eq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c62 end = strchrnul(str, ' '); in mlx5_devlink_serial_numbers_put()
/linux/fs/overlayfs/
H A Dutil.c1330 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c617 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
/linux/fs/smb/server/
H A Dvfs.c1163 char *next = strchrnul(filename, '/'); in __ksmbd_vfs_kern_path()
/linux/scripts/mod/
H A Dmodpost.c1727 sep = strchrnul(namespace, ','); in verify_module_namespace()
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c112 ch = strchrnul(str, given_char); in extract_u32_until_given_char()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c1966 end = strchrnul(p, ' '); in brcmf_pcie_parse_otp_sys_vendor()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1333 p = strchrnul(buf, '\n'); in print_verifier_log()
/linux/kernel/module/
H A Dmain.c1190 sep = strchrnul(namespace, ','); in verify_module_namespace()

12