Searched defs:localtime (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c13 * This localtime is a modified version of offtime from libc, which does not
33 localtime(const time_t *clock) function
102 * The localtime(t) entry returns a pointer to an array
128 * where tvec is produced by localtime
135 * ctime(t) just calls localtime, then asctime.
141 * appropriately. It is called by localtime, and
217 return (asctime(localtime(t)));
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c146 localtime(const time_t *clock) function
210 return (asctime(localtime(t)));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1016 ** The easy way to behave "as if no library function calls" localtime
1068 localtime(timep) function
1074 * base localtime calls this to initialize
1082 ** gmtsub is to gmtime as localsub is to localtime.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c41 * localtime.c
134 * been in the public domain versions of the localtime.c code for
588 * localtime_r() is the thread-safe variant of localtime().
659 * localtime() can now return NULL if overflow is detected.
666 localtime(const time_t *timep) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile960 localtime.3c \
1582 localtime.3c := LINKSRC = ctime.3c

Completed in 78 milliseconds