Searched defs:SEEK_CUR (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/unix/
H A DtkUnixPort.h133 #ifndef SEEK_CUR
134 # define SEEK_CUR 1 macro
/ast/src/lib/libz/
H A Dzconf.h312 # define SEEK_CUR 1 /* Seek from current position. */ macro
/ast/src/cmd/ie/
H A Dio.h192 # define SEEK_CUR 1 /* relative offset */ macro
/ast/src/lib/libast/include/
H A Dsfio.h131 #define SEEK_CUR 1 macro
426 : (m) == SEEK_CUR ? \
/ast/src/cmd/INIT/
H A Dratz.c429 # define SEEK_CUR 1 /* Seek from current position. */ macro
4922 if ((pos = lseek(0, (off_t)0, SEEK_CUR)) < 0)

Completed in 30 milliseconds