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

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c135 struct stat my_stat_buf; local
154 err = stat( g_cmd_namep, &my_stat_buf );
161 if ( my_stat_buf.st_uid != 0 || (my_stat_buf.st_mode & S_ISUID) == 0 ) {
180 err = stat( my_targetp, &my_stat_buf );
181 if ( err != 0 || S_ISDIR(my_stat_buf.st_mode) == 0 ) {

Completed in 66 milliseconds