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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c50 struct stat my_sb; local
51 my_err = stat( the_pathp, &my_sb );
86 struct stat my_sb; local
101 my_err = stat( my_pathp, &my_sb );
110 if ( S_ISDIR( my_sb.st_mode ) ) {
H A Dtests.c136 struct stat my_sb; local
139 my_err = stat( &g_target_path[0], &my_sb );
193 struct stat my_sb; local
315 my_err = fstat( my_fd, &my_sb );
320 if ( my_sb.st_size != 0 ) {
417 my_err = stat( my_pathp, &my_sb );
422 if ( my_sb.st_size != 0 ) {
456 struct stat my_sb; local
594 my_err = fstat( my_fd, &my_sb );
599 if ( my_sb
636 struct stat my_sb; local
773 struct stat my_sb; local
904 struct stat my_sb; local
1125 struct stat my_sb; local
1919 struct stat my_sb; local
3087 struct stat my_sb; local
3207 struct stat my_sb; local
3541 struct stat my_sb; local
3686 struct stat my_sb; local
[all...]

Completed in 76 milliseconds