Searched refs:my_ptr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c356 const char * my_ptr; local
368 my_ptr = argv[ i ];
369 if ( strlen( my_ptr ) > 1 && *my_ptr == '-' && isalpha( *(my_ptr + 1) ) ) {
378 if ( strlen( my_ptr ) == 1 && *my_ptr == '-' ) {
384 if ( strlen( my_ptr ) > (sizeof( my_buffer ) - 1) ) {
389 strcpy( &my_buffer[0], my_ptr );
518 char * my_ptr; local
[all...]
H A Dtests.c2981 char * my_ptr; local
2994 if ( (my_ptr = strrchr( &my_name[0], '/' )) != 0 ) {
2995 if ( my_ptr[1] != 'r' ) {
2996 my_ptr[ strlen( my_ptr ) ] = 0x00;
2997 memmove( &my_ptr[2], &my_ptr[1], (strlen( &my_ptr[1] ) + 1) );
2998 my_ptr[1] = 'r';
4489 char * my_ptr; local
4546 char * my_ptr = (my_pathp + strlen( my_pathp )); local
[all...]

Completed in 717 milliseconds