Searched refs:localtime (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dloctim.c14 #ifndef localtime
15 extern struct tm *localtime ();
26 *q = *localtime (&i);
/macosx-10.9.5/CPANInternal-140/Data-Dump/t/
H A Ddd.t11 ddx localtime;
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Ddd.t11 ddx localtime;
/macosx-10.9.5/postfix-252/postfix/examples/chroot-setup/
H A DLINUX239 # remove /etc/localtime in case it's a broken symlink
69 # find localtime (SuSE 5.3 does not have /etc/localtime)
70 lt=/etc/localtime
71 if test ! -f $lt ; then lt=/usr/lib/zoneinfo/localtime ; fi
72 if test ! -f $lt ; then lt=/usr/share/zoneinfo/localtime ; fi
73 if test ! -f $lt ; then echo "cannot find localtime" ; exit 1 ; fi
74 rm -f etc/localtime
76 # copy localtime and some other system files into the chroot's etc
79 ln -s -f /etc/localtime us
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify.conf.iPhone7 monitor com.apple.system.timezone /var/db/timezone/localtime
H A Dnotify.conf.MacOSX6 monitor com.apple.system.timezone /etc/localtime
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dgettimeofday.c36 the static buffer that localtime uses for its return value. The
44 /* This is a wrapper for localtime. It is used only on systems for which
45 gettimeofday clobbers the static buffer used for localtime's result.
48 localtime uses for its result. */
51 localtime (time_t const *timep) function
53 #undef localtime macro
54 extern struct tm *localtime (time_t const *);
55 struct tm *tm = localtime (timep);
63 /* Same as above, since gmtime and localtime use the same buffer. */
81 the static buffer used for localtime'
[all...]
H A Dtime_r.c46 return copy_tm_result (tp, localtime (t));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DTimeValue.inc30 asctime_r(localtime(&ourTime), buffer);
32 ::asctime_r(::localtime(&ourTime), buffer);
/macosx-10.9.5/lsof-52/lsof/
H A Dutil.c5 * and localtime(3) functions
67 lt = localtime(&tm);
/macosx-10.9.5/ntp-88/libntp/
H A Dhumandate.c22 tm = localtime(&cursec);
/macosx-10.9.5/CPANInternal-140/Text-WordDiff/t/
H A Dbase.t33 my $localtime_a = localtime $time_a;
34 my $localtime_b = localtime $time_b;
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/t/
H A Dbase.t31 my $localtime_a = localtime $time_a;
32 my $localtime_b = localtime $time_b;
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dlocaltime_r.c52 tm = localtime((time_t *)timer);
/macosx-10.9.5/uucp-11/uucp/
H A Dtime.c46 #ifndef localtime
47 extern struct tm *localtime ();
71 qtm = localtime (&inow);
/macosx-10.9.5/sudo-72/src/
H A Dtimestr.c49 timeptr = localtime(&tstamp);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dgmt2local.c43 * Use gmtime() and localtime() to keep things simple.
56 loc = localtime(&t);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DTimeValue.inc39 struct tm *lt = ::localtime(&ourTime);
/macosx-10.9.5/shell_cmds-175/w/
H A Dpr_time.c60 tp = *localtime(started);
61 tm = *localtime(now);
/macosx-10.9.5/tcsh-65/tcsh/config/
H A Dhk6888 #define localtime localti
/macosx-10.9.5/Libc-997.90.3/sys/
H A Dgettimeofday.c63 struct tm *localtm = localtime ((time_t *)&tp->tv_sec);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zdump.tproj/
H A Dzdump.c157 // and causes gmtime(3) and localtime(3) to return EOVERFLOW
247 tm = *localtime(&t);
262 newtm = *localtime(&newt);
267 newtm = *localtime(&newt);
317 lotm = *localtime(&lot);
325 tm = *localtime(&t);
376 tmp = localtime(&t);
/macosx-10.9.5/system_cmds-597.90.1/zdump.tproj/
H A Dzdump.c157 // and causes gmtime(3) and localtime(3) to return EOVERFLOW
247 tm = *localtime(&t);
262 newtm = *localtime(&newt);
267 newtm = *localtime(&newt);
317 lotm = *localtime(&lot);
325 tm = *localtime(&t);
376 tmp = localtime(&t);
/macosx-10.9.5/ICU-511.35/icuSources/test/compat/
H A Dtzdate.c115 ts = *localtime(&now);
126 ts = *localtime(&now);
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzkt-soaserial.c69 t = localtime (&sec);
78 t = localtime (&sec);

Completed in 614 milliseconds

1234567891011>>