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

  /src/lib/librumpuser/
rumpuser_port.h 123 # undef _FILE_OFFSET_BITS
124 # define _FILE_OFFSET_BITS 32
  /src/lib/libukfs/
ukfs.c 39 #define _FILE_OFFSET_BITS 64
  /src/lib/libc/time/
private.h 68 On these platforms _FILE_OFFSET_BITS must also be 64; otherwise
70 otherwise rely on _FILE_OFFSET_BITS being 64, since it does not
73 # ifndef _FILE_OFFSET_BITS
74 # define _FILE_OFFSET_BITS 64
76 # if _FILE_OFFSET_BITS == 64

Completed in 15 milliseconds