Searched refs:strrchr (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Drindex.c69 strrchr(p, ch) function
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Delided.c45 char *tmp = strrchr(argv[0], '/');
H A Dlibmicro.c249 *strrchr(lm_procpath, '/') = 0;
255 *strrchr(path, '/') = 0;
263 if ((tmp = strrchr(argv[0], '/')) == NULL)
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c95 #define strrchr _strrchr macro
265 while (parent == NULL && (q = strrchr(p, '/')) != NULL) {
397 if ((p = strrchr(path, '/')) != NULL)
408 if ((p = strrchr(path, '/')) != NULL && strcmp(p, "/*") == 0) {
445 if ((p = strrchr(a, '/')) == NULL)
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c446 my_temp_ptr = strrchr( &my_buffer[0], '-' );
449 my_temp_ptr = strrchr( &my_buffer[0], '-' );
561 my_ptr = strrchr( g_cmd_namep, '/' );
H A D32bit_inode_tests.c88 my_file_namep = strrchr( my_pathp, '/' );
H A Dmisc.c30 myp = strrchr( the_pathp, '/' );
H A Dtests.c811 my_file_namep = strrchr( my_pathp, '/' );
3029 if ( (my_ptr = strrchr( &my_name[0], '/' )) != 0 ) {
4222 my_file_namep = strrchr( my_pathp, '/' );

Completed in 42 milliseconds