HomeSort by: relevance | last modified time | path
    Searched defs:SEEK_CUR (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
compat_linux.h 41 #undef SEEK_CUR
43 #define SEEK_CUR 1
  /src/sys/external/bsd/acpica/dist/include/
acclib.h 343 #define SEEK_CUR 1
  /src/sys/lib/libsa/
stand.h 173 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /src/include/
stdio.h 209 #ifndef SEEK_CUR
210 #define SEEK_CUR 1 /* set file offset to current plus offset */
  /src/sys/net/
zlib.h 291 # define SEEK_CUR 1 /* Seek from current position. */
1101 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
  /src/sys/sys/
fcntl.h 304 #ifndef SEEK_CUR
305 #define SEEK_CUR 1 /* set file offset to current plus offset */
unistd.h 179 #define SEEK_CUR 1 /* set file offset to current plus offset */
185 #define L_INCR SEEK_CUR
193 * it is possible to extend this call to respect SEEK_CUR and
  /src/bin/ksh/
sh.h 41 # define SEEK_CUR L_INCR
45 # define SEEK_CUR 1
  /src/common/dist/zlib/contrib/minizip/
zip.c 75 #ifndef SEEK_CUR
76 #define SEEK_CUR 1
  /src/common/dist/zlib/
zconf.h 524 # define SEEK_CUR 1 /* Seek from current position. */
zconf.h.in 508 # define SEEK_CUR 1 /* Seek from current position. */

Completed in 101 milliseconds