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

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
localtime.pm 1 package Time::localtime;
11 @EXPORT = qw(localtime ctime);
33 sub localtime (;$) { populate CORE::localtime(@_ ? shift : time)} subroutine
34 sub ctime (;$) { scalar CORE::localtime(@_ ? shift : time) }
42 Time::localtime - by-name interface to Perl's built-in localtime() function
46 use Time::localtime;
47 printf "Year is %d\n", localtime->year() + 1900;
51 use Time::localtime;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/
ctime.c 13 * 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)));
  /onnv/onnv-gate/usr/src/stand/lib/sa/
time.c 146 localtime(const time_t *clock) function
210 return (asctime(localtime(t)));
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
localtime.c 1016 ** 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.
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
localtime.c 37 * localtime.c
130 * been in the public domain versions of the localtime.c code for
584 * localtime_r() is the thread-safe variant of localtime().
655 * localtime() can now return NULL if overflow is detected.
662 localtime(const time_t *timep) function
    [all...]

Completed in 5040 milliseconds