Searched refs:strchrnul (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/arch/arm/boot/compressed/ |
| D | decompress.c | 35 extern char * strchrnul(const char *, int);
|
| /Linux-v5.4/fs/cifs/ |
| D | cifsroot.c | 55 s = strchrnul(s, ','); in cifs_root_setup()
|
| /Linux-v5.4/lib/ |
| D | string.c | 428 char *strchrnul(const char *s, int c) in strchrnul() function 434 EXPORT_SYMBOL(strchrnul);
|
| D | vsprintf.c | 1950 str_spec.precision = strchrnul(p, '@') - p; in device_node_string()
|
| /Linux-v5.4/drivers/pci/endpoint/ |
| D | pci-epf-core.c | 264 len = strchrnul(name, '.') - name; in pci_epf_create()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_template.c | 205 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
| /Linux-v5.4/drivers/of/ |
| D | base.c | 67 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()
|
| D | fdt.c | 928 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
| /Linux-v5.4/include/linux/ |
| D | cpumask.h | 666 unsigned int len = strchrnul(buf, '\n') - buf; in cpumask_parse()
|
| D | string.h | 63 extern char * strchrnul(const char *,int);
|
| /Linux-v5.4/kernel/debug/kdb/ |
| D | kdb_io.c | 810 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
| /Linux-v5.4/fs/overlayfs/ |
| D | util.c | 923 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
|
| D | namei.c | 294 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
|
| /Linux-v5.4/tools/power/x86/turbostat/ |
| D | turbostat.c | 3507 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/ |
| D | pci.c | 225 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
|
| /Linux-v5.4/mm/ |
| D | slub.c | 1321 end = strchrnul(iter, ','); in kmem_cache_flags()
|