HomeSort by: relevance | last modified time | path
    Searched defs:asctime_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. */
37 # undef asctime_r
39 # define asctime_r static_asctime_r macro
46 __weak_alias(asctime_r,_asctime_r)
86 asctime_r(struct tm const *restrict timeptr, char *restrict buf) function in typeref:typename:asctime_static char *
159 return asctime_r(timeptr, buf_asctime);
169 return tmp ? asctime_r(tmp, buf) : NULL;
178 return tmp ? asctime_r(tmp, buf) : NULL;
private.h 58 /* Fix asctime_r on Solaris 11. */
193 # define asctime_r _incompatible_asctime_r macro
732 # undef asctime_r
733 # define asctime_r tz_asctime_r macro
764 char *asctime_r(struct tm const *restrict, char *restrict);
798 #if !HAVE_DECL_ASCTIME_R && !defined asctime_r && SUPPORT_POSIX2008
799 extern char *asctime_r(struct tm const *restrict, char *restrict);
1039 #undef asctime_r
1041 char *asctime_r(struct tm const *restrict, char *restrict);
  /src/lib/libc/include/
namespace.h 212 #define asctime_r _asctime_r macro

Completed in 15 milliseconds