Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/boot/compressed/
Ddecompress.c35 extern char * strchrnul(const char *, int);
/Linux-v5.4/fs/cifs/
Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/Linux-v5.4/lib/
Dstring.c428 char *strchrnul(const char *s, int c) in strchrnul() function
434 EXPORT_SYMBOL(strchrnul);
Dvsprintf.c1950 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
/Linux-v5.4/drivers/pci/endpoint/
Dpci-epf-core.c264 len = strchrnul(name, '.') - name; in pci_epf_create()
/Linux-v5.4/security/integrity/ima/
Dima_template.c205 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/Linux-v5.4/drivers/of/
Dbase.c67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
914 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
958 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
Dfdt.c928 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/Linux-v5.4/include/linux/
Dcpumask.h666 unsigned int len = strchrnul(buf, '\n') - buf; in cpumask_parse()
Dstring.h63 extern char * strchrnul(const char *,int);
/Linux-v5.4/kernel/debug/kdb/
Dkdb_io.c810 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/Linux-v5.4/fs/overlayfs/
Dutil.c923 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
Dnamei.c294 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c3507 sp = strchrnul(name_buf, '\n'); in dump_sysfs_cstate_config()
5512 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
5539 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
/Linux-v5.4/drivers/pci/
Dpci.c225 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
/Linux-v5.4/mm/
Dslub.c1321 end = strchrnul(iter, ','); in kmem_cache_flags()