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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dstrrchr.c71 __private_extern__ char * strrchr(const char *cp, int ch) function
H A Dc++rem3.c1900 if (!strrchr("acdeglmnoprsv", peekNext(c)))
/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Drindex.c69 strrchr(p, ch) function
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/
H A DMakefile.i38625 strrchr.o \
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dstdlib.h33 __private_extern__ char * strrchr(const char *cp, int ch);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c391 my_temp_ptr = strrchr( &my_buffer[0], '-' );
394 my_temp_ptr = strrchr( &my_buffer[0], '-' );
521 my_ptr = strrchr( g_cmd_namep, '/' );
H A Dmisc.c29 myp = strrchr( the_pathp, '/' );
H A Dtests.c801 my_file_namep = strrchr( my_pathp, '/' );
2994 if ( (my_ptr = strrchr( &my_name[0], '/' )) != 0 ) {
4088 my_file_namep = strrchr( my_pathp, '/' );

Completed in 49 milliseconds