Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/tests/vfs/
H A Dlseek.c54 …T_ASSERT_POSIX_FAILURE(lseek(fildes[0], 0, SEEK_CUR), ESPIPE, "lseek fails with appropriate errno"…
79 T_ASSERT_POSIX_FAILURE(lseek(fifo_fd, 0, SEEK_CUR), ESPIPE, "lseek fails with appropriate errno");
98 …T_ASSERT_POSIX_FAILURE(lseek(primary_fd, 0, SEEK_CUR), ESPIPE, "lseek fails with appropriate errno…
/xnu-12377.61.12/bsd/sys/_types/
H A D_seek_set.h37 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
/xnu-12377.61.12/bsd/sys/
H A Dunistd.h127 #define L_INCR SEEK_CUR
/xnu-12377.61.12/libkern/libkern/
H A Dzconf.h324 # define SEEK_CUR 1 /* Seek from current position. */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c2336 if (fl->l_whence == SEEK_CUR) { in check_file_seek_range()
3075 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel()
3219 case SEEK_CUR: in sys_fcntl_nocancel()
3229 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel()
H A Dkern_lockf.c234 case SEEK_CUR: in lf_advlock()