| /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/drivers/clk/microchip/ |
| H A D | clk-mpfs-ccc.c | 205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
|
| /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 | 1445 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 D | base.c | 68 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 D | fdt.c | 963 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
| /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 | xlnx_r5_remoteproc.c | 522 strchrnul(res.name, '@') - res.name, in add_mem_regions_carveout()
|
| /linux/include/linux/ |
| H A D | string.h | 176 extern char * strchrnul(const char *,int);
|
| /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 | 368 const char *end = strchrnul(buf, '\n'), *name; in dsa_conduit_reset_mtu()
|
| /linux/kernel/debug/kdb/ |
| H A D | kdb_io.c | 861 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-epf-core.c | 542 len = strchrnul(name, '.') - name; in pci_epf_create()
|
| /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 | 694 len = strchrnul(node_name, '@') - node_name; in fwnode_name_eq()
|
| /linux/drivers/media/pci/intel/ |
| H A D | ipu-bridge.c | 656 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
|
| /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 | namei.c | 370 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
|