Searched refs:timezone (Results 76 - 83 of 83) sorted by relevance

1234

/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh448 timezone=$(grep "^TZ" /etc/default/init|cut -d "=" -f2)
449 print "timezone=$timezone" >> ${SYSIDCFG}
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2118 (void) gettimeofday(&t_snd, (struct timezone *)NULL);
2574 (void) gettimeofday(tv, (struct timezone *)NULL);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile103 nlist.o timezone.o sleep.o system.o
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c358 tvp->tv_sec -= timezone - altzone;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c320 (void) gettimeofday(&now, (struct timezone *)0);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c3086 (void) gettimeofday(&tv, (struct timezone *)0);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2780 (void) gettimeofday(&tv, (struct timezone *)0);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1833 * otherwise use timezone.
1872 gmtoff = (tm.tm_isdst) ? altzone : timezone;

Completed in 100 milliseconds

1234