Searched defs:SEEK_END (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixPort.h137 #ifndef SEEK_END
138 # define SEEK_END 2 macro
/ast/src/lib/libdss/
H A Ddsstags.c788 sfseek(tagsync(tag), (Sfoff_t)0, SEEK_END); local
/ast/src/lib/libz/
H A Dzconf.h313 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/ast/src/cmd/ie/
H A Dio.h193 # define SEEK_END 2 /* EOF offset */ macro
/ast/src/lib/libast/include/
H A Dsfio.h132 #define SEEK_END 2 macro
430 : (m) == SEEK_END ? \
/ast/src/cmd/INIT/
H A Dratz.c430 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
4926 if (lseek(0, (off_t)(-4), SEEK_END) < 0 || read(0, num, 4) != 4)

Completed in 25 milliseconds