Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 39) 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/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
/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.c1445 len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor; in rt1320_rae_load()
1446 len_product = strchrnul(dmi_product, ' ') - dmi_product; in rt1320_rae_load()
1447 len_sku = strchrnul(dmi_sku, ' ') - dmi_sku; in rt1320_rae_load()
1611 len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor; in rt1320_dspfw_load_code()
1612 len_product = strchrnul(dmi_product, ' ') - dmi_product; in rt1320_dspfw_load_code()
1613 len_sku = strchrnul(dmi_sku, ' ') - dmi_sku; in rt1320_dspfw_load_code()
/linux/drivers/of/
H A Dbase.c68 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
930 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
971 const char *p = strchrnul(path, '/'); in of_find_node_opts_by_path()
H A Dfdt.c963 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/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 Dxlnx_r5_remoteproc.c522 strchrnul(res.name, '@') - res.name, in add_mem_regions_carveout()
/linux/include/linux/
H A Dstring.h176 extern char * strchrnul(const char *,int);
/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.c368 const char *end = strchrnul(buf, '\n'), *name; in dsa_conduit_reset_mtu()
/linux/kernel/debug/kdb/
H A Dkdb_io.c861 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c542 len = strchrnul(name, '.') - name; in pci_epf_create()
/linux/security/tomoyo/
H A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/linux/drivers/base/
H A Dproperty.c694 len = strchrnul(node_name, '@') - node_name; in fwnode_name_eq()
/linux/drivers/media/pci/intel/
H A Dipu-bridge.c656 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
/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 Dnamei.c370 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()

12