HomeSort by relevance Sort by last modified time
    Searched defs:os_ctime_r (Results 1 - 2 of 2) sorted by null

  /external/fio/os/
os-solaris.h 43 #define os_ctime_r(x, y, z) ctime_r((x), (y), (z)) macro
os.h 158 #define os_ctime_r(x, y, z) (void) ctime_r((x), (y)) macro

Completed in 48 milliseconds