Searched refs:SEEK_END (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/sys/_types/ |
| H A D | _seek_set.h | 38 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | unistd.h | 128 #define L_XTND SEEK_END
|
| /xnu-12377.61.12/tests/ |
| H A D | lockf_basic.c | 666 struct flock fl = {.l_start = -10, .l_len = 10, .l_type = F_WRLCK, .l_whence = SEEK_END}; 675 …ruct flock fl = {.l_start = -file_len, .l_len = file_len, .l_type = F_WRLCK, .l_whence = SEEK_END}; 684 …uct flock fl = {.l_start = -(file_len + 10), .l_len = 20, .l_type = F_WRLCK, .l_whence = SEEK_END};
|
| H A D | arm_mte_compress.c | 1255 T_QUIET; T_ASSERT_EQ(fseek(f, 0, SEEK_END), 0, "Faile to seek in file %s", path); in read_file()
|
| /xnu-12377.61.12/libkern/libkern/ |
| H A D | zconf.h | 325 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_lockf.c | 242 case SEEK_END: in lf_advlock()
|
| H A D | kern_descrip.c | 3221 case SEEK_END: in sys_fcntl_nocancel()
|