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

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_seek_set.h32 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/darwin-on-arm/xnu/bsd/sys/
H A Dunistd.h126 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
133 #define L_INCR SEEK_CUR
H A Dfcntl.h344 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h324 # define SEEK_CUR 1 /* Seek from current position. */ macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c107 my_current_offset = lseek( my_socket_fd, 0, SEEK_CUR );
H A Dtests.c365 my_current_offset = lseek( my_fd, 0, SEEK_CUR );
382 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
399 if ( my_current_offset != lseek( my_fd, 0, SEEK_CUR ) ) {
1550 my_current_offset = lseek( my_fildes[0], 0, SEEK_CUR );
3980 my_current_offset = lseek( my_fd, 0, SEEK_CUR );
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c836 if (whence == SEEK_CUR) {
911 return gzseek(file, 0L, SEEK_CUR);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c868 if ((fl.l_whence == SEEK_CUR) && (affected_lock_area_set < fl.l_start)) {
876 if (fl.l_whence == SEEK_CUR)
945 /* Check starting byte and ending byte for EOVERFLOW in SEEK_CUR */
947 if (((fl.l_whence == SEEK_CUR) &&
973 case SEEK_CUR:
983 if (fl.l_whence == SEEK_CUR)
H A Dkern_lockf.c191 case SEEK_CUR:
194 * when SEEK_CUR is used.
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c4265 case SEEK_CUR:
4268 * to fl->l_start when SEEK_CUR is used.

Completed in 190 milliseconds