Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.61.2/bsd/net/ !
H A Dpf_ruleset.c300 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 Dxnu_quick_test_helpers.c80 myp = strrchr( the_pathp, '/' ); in create_random_name()
H A Dverify_kalloc_config.c42 const char *size_ptr = strrchr(z_name, '.') + 1; in run_test()
H A Dstackshot_tests.m1538 char* binary_name = strrchr(path, '/');
/xnu-8792.61.2/osfmk/libsa/ !
H A Dstring.h110 extern char *strrchr(const char *s, int c) __stateful_pure;
/xnu-8792.61.2/osfmk/device/ !
H A Dsubrs.c292 strrchr(const char *s, int c) in strrchr() function
/xnu-8792.61.2/san/memory/ !
H A Dkasan_dynamic_blacklist.c414 kextname = strrchr(e->bundleid, '.'); in kasan_is_blacklisted()
/xnu-8792.61.2/bsd/kern/ !
H A Dimageboot.c785 slash = strrchr(path, '/'); in imgboot_get_apticket_path()
/xnu-8792.61.2/bsd/vfs/ !
H A Dvfs_syscalls.c5455 ptr = strrchr(path, '/'); in safe_getpath_new()