Searched refs:SEEK_CUR (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/tests/vfs/ ! |
| H A D | lseek.c | 54 …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-11417.121.6/bsd/sys/_types/ ! |
| H A D | _seek_set.h | 37 #define SEEK_CUR 1 /* set file offset to current plus offset */ macro
|
| /xnu-11417.121.6/bsd/sys/ ! |
| H A D | unistd.h | 127 #define L_INCR SEEK_CUR
|
| /xnu-11417.121.6/libkern/libkern/ ! |
| H A D | zconf.h | 324 # define SEEK_CUR 1 /* Seek from current position. */ macro
|
| /xnu-11417.121.6/bsd/kern/ ! |
| H A D | kern_descrip.c | 2324 if (fl->l_whence == SEEK_CUR) { in check_file_seek_range() 3051 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel() 3195 case SEEK_CUR: in sys_fcntl_nocancel() 3205 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel()
|
| H A D | kern_lockf.c | 234 case SEEK_CUR: in lf_advlock()
|