Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 28) 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/lib/
H A Dstring.c330 char *strchrnul(const char *s, int c) in strchrnul() function
336 EXPORT_SYMBOL(strchrnul);
H A Dvsprintf.c2156 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
/linux/tools/testing/selftests/wireguard/qemu/
H A Dinit.c144 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c216 se = strchrnul(sb, '\n'); in intel_ref_tracker_show()
/linux/fs/bcachefs/
H A Ddisk_groups.c339 const char *next = strchrnul(name, '.'); in bch2_disk_path_find()
359 const char *next = strchrnul(name, '.'); in bch2_disk_path_find_or_create()
H A Dutil.c274 p = strchrnul(lines, '\n'); in __bch2_print_string_as_lines()
/linux/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c205 strchrnul(dev->of_node->full_name, '@'), i); in mpfs_ccc_register_plls()
/linux/drivers/of/
H A Dbase.c68 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
803 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
847 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
/linux/net/dsa/
H A Dconduit.c294 const char *end = strchrnul(buf, '\n'), *name; in tagging_store()
/linux/security/integrity/ima/
H A Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.c316 name = strchrnul(entity->subdev.name, ' '); in __vsp1_pipeline_dump()
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c434 len = strchrnul(name, '.') - name; in pci_epf_create()
/linux/kernel/debug/kdb/
H A Dkdb_io.c846 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/linux/security/tomoyo/
H A Dutil.c160 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/linux/drivers/media/pci/intel/
H A Dipu-bridge.c627 sep = strchrnul(data->board_info.type, '-'); in ipu_bridge_instantiate_vcm()
/linux/fs/overlayfs/
H A Dnamei.c338 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/linux/drivers/platform/x86/
H A Dthink-lmi.c573 length = strchrnul(buf, '\n') - buf; in kbdlang_store()
/linux/tools/bpf/bpftool/
H A Dgen.c448 end = strchrnul(src, '\n'); in codegen()
/linux/drivers/bluetooth/
H A Dhci_bcm4377.c2018 end = strchrnul(p, ' '); in bcm4377_parse_otp_str()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1230 p = strchrnul(buf, '\n');
/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.c1959 end = strchrnul(p, ' '); in brcmf_pcie_parse_otp_sys_vendor()

12