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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c165 struct stat my_stat_buf; local
184 err = stat( g_cmd_namep, &my_stat_buf );
191 if ( my_stat_buf.st_uid != 0 || (my_stat_buf.st_mode & S_ISUID) == 0 ) {
210 err = stat( my_targetp, &my_stat_buf );
211 if ( err != 0 || S_ISDIR(my_stat_buf.st_mode) == 0 ) {

Completed in 18 milliseconds