Searched refs:strrchr (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | pf_ruleset.c | 291 result_nt = strrchr(str_nt, PF_ANCHOR_DELIMITER); in pf_find_next_anchor_delimiter() 507 if ((p = strrchr(__unsafe_null_terminated_from_indexable(path), '/')) != NULL) { in pf_anchor_setup() 520 if ((p = strrchr(__unsafe_null_terminated_from_indexable(path), '/')) != NULL && in pf_anchor_setup() 557 if ((p = strrchr(__unsafe_null_terminated_from_indexable(a), '/')) == NULL) { in pf_anchor_copyout()
|
| /xnu-11417.121.6/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 | 1670 char* binary_name = strrchr(path, '/');
|
| /xnu-11417.121.6/tests/vfs/ |
| H A D | getattrlist_mountextflags.c | 139 pos = strrchr(output_buffer, '\n'); in do_exec()
|
| H A D | longpaths.c | 974 char *lastslash = strrchr(path, '/'); in test_symlink_intermediate()
|
| /xnu-11417.121.6/osfmk/libsa/ |
| H A D | string.h | 731 extern char *__null_terminated strrchr(const char *__null_terminated s, int c) __stateful_pure; 736 strrchr(const char *const __null_terminated s __xnu_force_overload, int c) in strrchr() function
|
| /xnu-11417.121.6/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 414 kextname = strrchr(e->bundleid, '.'); in kasan_is_blacklisted()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | imageboot.c | 805 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5639 ptr = strrchr(path, '/'); in safe_getpath_new()
|