Searched refs:SEEK_END (Results 1 – 6 of 6) sorted by relevance
38 #define SEEK_END 2 /* set file offset to EOF plus offset */ macro
128 #define L_XTND SEEK_END
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};
325 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
242 case SEEK_END: in lf_advlock()
3201 case SEEK_END: in sys_fcntl_nocancel()