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

  /src/lib/libc/time/
asctime.c 32 /* Publish asctime_r and ctime_r only when supporting older POSIX. */
38 # undef ctime_r
40 # define ctime_r static_ctime_r macro
174 ctime_r(const time_t *timep, char *buf) function in typeref:typename:asctime_static char *
private.h 194 # define ctime_r _incompatible_ctime_r macro
734 # undef ctime_r
735 # define ctime_r tz_ctime_r macro
765 char *ctime_r(time_t const *, char *);
1040 #undef ctime_r
1042 char *ctime_r(time_t const *, char *);
  /src/lib/libc/include/
namespace.h 287 #define ctime_r _ctime_r macro

Completed in 35 milliseconds