Searched refs:strrchr (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/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-8792.61.2/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 | 1538 char* binary_name = strrchr(path, '/');
|
| /xnu-8792.61.2/osfmk/libsa/ ! |
| H A D | string.h | 110 extern char *strrchr(const char *s, int c) __stateful_pure;
|
| /xnu-8792.61.2/osfmk/device/ ! |
| H A D | subrs.c | 292 strrchr(const char *s, int c) in strrchr() function
|
| /xnu-8792.61.2/san/memory/ ! |
| H A D | kasan_dynamic_blacklist.c | 414 kextname = strrchr(e->bundleid, '.'); in kasan_is_blacklisted()
|
| /xnu-8792.61.2/bsd/kern/ ! |
| H A D | imageboot.c | 785 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
|
| /xnu-8792.61.2/bsd/vfs/ ! |
| H A D | vfs_syscalls.c | 5455 ptr = strrchr(path, '/'); in safe_getpath_new()
|