Searched refs:strrchr (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf_ruleset.c | 265 while (parent == NULL && (q = strrchr(p, '/')) != NULL) { in pf_find_or_create_ruleset() 421 if ((p = strrchr(path, '/')) != NULL) { in pf_anchor_setup() 434 if ((p = strrchr(path, '/')) != NULL && strcmp(p, "/*") == 0) { in pf_anchor_setup() 472 if ((p = strrchr(a, '/')) == NULL) { in pf_anchor_copyout()
|
| /xnu-8020.101.4/tests/ |
| H A D | xnu_quick_test_helpers.c | 80 myp = strrchr( the_pathp, '/' ); in create_random_name()
|
| H A D | verify_kalloc_config.c | 42 const char *size_ptr = strrchr(z_name, '.') + 1; in run_test()
|
| H A D | stackshot_tests.m | 1374 char* binary_name = strrchr(path, '/');
|
| /xnu-8020.101.4/osfmk/libsa/ |
| H A D | string.h | 110 extern char *strrchr(const char *s, int c) __stateful_pure;
|
| /xnu-8020.101.4/osfmk/device/ |
| H A D | subrs.c | 293 strrchr(const char *s, int c) in strrchr() function
|
| /xnu-8020.101.4/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 414 kextname = strrchr(e->bundleid, '.'); in kasan_is_blacklisted()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | imageboot.c | 778 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4963 ptr = strrchr(path, '/'); in safe_getpath_new()
|