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

/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c145 const char * g_cmd_namep; variable
167 g_cmd_namep = argv[0];
179 printf( "Test must be run as root\n", g_cmd_namep );
532 my_ptr = strrchr( g_cmd_namep, '/' );
537 printf( "\nUSAGE: %s -target TARGET_PATH \n\n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );
546 printf( "%s -t /Volumes/test_vol/ \n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );
549 printf( "%s -r 10-15, 18, 20 \n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );

Completed in 79 milliseconds