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

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmisc.c52 struct stat my_sb; local
53 my_err = stat( the_pathp, &my_sb );
88 struct stat my_sb; local
103 my_err = stat( my_pathp, &my_sb );
112 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
1921 struct stat my_sb; local
3107 struct stat my_sb; local
3227 struct stat my_sb; local
3561 struct stat my_sb; local
3706 struct stat my_sb; local
[all...]

Completed in 163 milliseconds