Searched refs:strrchr (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | pf_ruleset.c | 300 while (parent == NULL && (q = strrchr(p, '/')) != NULL) { in pf_find_or_create_ruleset() 475 if ((p = strrchr(path, '/')) != NULL) { in pf_anchor_setup() 488 if ((p = strrchr(path, '/')) != NULL && strcmp(p, "/*") == 0) { in pf_anchor_setup() 525 if ((p = strrchr(a, '/')) == NULL) { in pf_anchor_copyout()
|
| /xnu-10002.41.9/osfmk/libsa/ |
| H A D | string.h | 269 extern char *__null_terminated strrchr(const char *__null_terminated s, int c) __stateful_pure; 270 #if XNU_USE_STRING_BUILTIN(strrchr) && !__has_ptrcheck /* rdar://103265304 */ 271 #define strrchr(s, c) __builtin_strrchr(s, c) macro
|
| /xnu-10002.41.9/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 | 1558 char* binary_name = strrchr(path, '/');
|
| /xnu-10002.41.9/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 414 kextname = strrchr(e->bundleid, '.'); in kasan_is_blacklisted()
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | imageboot.c | 785 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5472 ptr = strrchr(path, '/'); in safe_getpath_new()
|