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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4329 int my_fd2 = -1; local
4392 my_fd2 = open( my_file2_pathp, O_RDWR, 0 );
4393 if ( my_fd2 == -1 ) {
4397 my_result = write( my_fd2, "22222222", 8 );
4404 close(my_fd2);
4405 my_fd2 = -1;
4445 if ( my_fd2 != -1 )
4446 close( my_fd2 );

Completed in 67 milliseconds