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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4328 int my_fd1 = -1; local
4365 my_fd1 = open( my_file1_pathp, O_RDWR, 0 );
4366 if ( my_fd1 == -1 ) {
4370 my_result = write( my_fd1, "11111111", 8 );
4402 close(my_fd1);
4403 my_fd1 = -1;
4415 my_fd1 = open( my_file1_pathp, O_RDONLY, 0 );
4416 if ( my_fd1 == -1 ) {
4421 my_result = read( my_fd1, &my_buffer[0], 8 );
4439 if ( my_fd1 !
[all...]

Completed in 17 milliseconds