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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c411 const char * my_ptr; local
423 my_ptr = argv[ i ];
424 if ( strlen( my_ptr ) > 1 && *my_ptr == '-' && isalpha( *(my_ptr + 1) ) ) {
433 if ( strlen( my_ptr ) == 1 && *my_ptr == '-' ) {
439 if ( strlen( my_ptr ) > (sizeof( my_buffer ) - 1) ) {
444 strcpy( &my_buffer[0], my_ptr );
558 char * my_ptr; local
[all...]
H A Dtests.c3016 char * my_ptr; local
3029 if ( (my_ptr = strrchr( &my_name[0], '/' )) != 0 ) {
3030 if ( my_ptr[1] != 'r' ) {
3031 my_ptr[ strlen( my_ptr ) ] = 0x00;
3032 memmove( &my_ptr[2], &my_ptr[1], (strlen( &my_ptr[1] ) + 1) );
3033 my_ptr[1] = 'r';
4604 char * my_ptr; local
4666 char * my_ptr = (my_pathp + strlen( my_pathp )); local
[all...]

Completed in 79 milliseconds