Searched refs:SEEK_END (Results 1 – 4 of 4) sorted by relevance
35 #define SEEK_END 2 /* Seek from end of file. */ macro
270 ret = lseek(fd, 0, SEEK_END); in test_file_open_flags()
154 case SEEK_END: in shm_lseek()
2442 * Defined :c:macro:`SEEK_SET`, :c:macro:`SEEK_CUR`, :c:macro:`SEEK_END`.