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

  /src/sys/net/
zlib.h 287 # define z_off_t off_t macro
294 #ifndef z_off_t
295 # define z_off_t long macro
1067 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
1095 ZEXTERN z_off_t ZEXPORT gztell(gzFile);
  /src/common/dist/zlib/
zconf.h 504 # ifndef z_off_t
505 # define z_off_t off_t macro
528 #ifndef z_off_t
529 # define z_off_t long macro
541 # define z_off64_t z_off_t
zconf.h.in 488 # ifndef z_off_t
489 # define z_off_t off_t macro
512 #ifndef z_off_t
513 # define z_off_t long macro
522 # define z_off64_t z_off_t

Completed in 14 milliseconds