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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c33 off_t my_current_offset; local
107 my_current_offset = lseek( my_socket_fd, 0, SEEK_CUR );
108 if ( my_current_offset != -1 ) {
H A Dtests.c191 off_t my_current_offset; local
365 my_current_offset = lseek( my_fd, 0, SEEK_CUR );
366 if ( my_current_offset == -1 ) {
371 my_result = pwrite( my_fd, "jer", 3, my_current_offset );
382 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
388 my_result = pread( my_fd, my_bufp, 3, my_current_offset );
399 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
1540 off_t my_current_offset; local
1550 my_current_offset = lseek( my_fildes[0], 0, SEEK_CUR );
1551 if ( my_current_offset !
3901 off_t my_current_offset; local
[all...]

Completed in 9 milliseconds