Searched refs:strchrnul (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/lib/ |
D | string.c | 389 char *strchrnul(const char *s, int c) in strchrnul() function 395 EXPORT_SYMBOL(strchrnul);
|
D | bitmap.c | 623 char *nl = strchrnul(bp, '\n'); in bitmap_parselist()
|
/Linux-v4.19/drivers/pci/endpoint/ |
D | pci-epf-core.c | 256 len = strchrnul(name, '.') - name; in pci_epf_create()
|
/Linux-v4.19/drivers/of/ |
D | base.c | 66 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq() 824 path = strchrnul(path, '/'); in __of_find_node_by_full_path() 868 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
|
D | fdt.c | 960 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_template.c | 179 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
/Linux-v4.19/include/linux/ |
D | string.h | 59 extern char * strchrnul(const char *,int);
|
/Linux-v4.19/kernel/debug/kdb/ |
D | kdb_io.c | 807 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
/Linux-v4.19/fs/overlayfs/ |
D | util.c | 897 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
|
D | namei.c | 290 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 3415 sp = strchrnul(name_buf, '\n'); in dump_sysfs_cstate_config() 5301 sp = strchrnul(name_buf, '\n'); in probe_sysfs() 5327 sp = strchrnul(name_buf, '\n'); in probe_sysfs()
|
/Linux-v4.19/drivers/pci/ |
D | pci.c | 223 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
|