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

1234

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c119 (void) gettimeofday(&now, (struct timezone *)0);
306 (void) gettimeofday(&now, (struct timezone *)0);
H A Dclnt_bcast.c262 (void) gettimeofday(&t, (struct timezone *)0);
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y112 #ifdef timezone
113 #undef timezone /* needed for sgi */
124 short timezone; /* Minutes west of GMT */
506 /* The timezone table. */
819 /* Drop out any periods and try the timezone table again. */
941 ftz.timezone = difftm (&gmt, localtime (&ftz.time)) / 60;
948 yyTimezone = now->timezone;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c286 (void) gettimeofday(&t, (struct timezone *)0);
353 (struct timezone *)0);
659 (void) gettimeofday(&time_now, (struct timezone *)0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c266 time_zone_info = -timezone + SEC_PER_HOUR;
268 time_zone_info = -timezone;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c241 (void) gettimeofday(&ad->ad_timestamp, (struct timezone *)NULL);
440 (void) gettimeofday(&mytime, (struct timezone *)NULL);
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c74 (void) gettimeofday(&tv, (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh167 timezone )
168 MAP=${N2LPREFIX}timezone.byname
575 SRCFILE=timezone
753 timezone.byname
777 ${N2LPREFIX}timezone.byname
913 ${N2LPREFIX}timezone.byname )
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y30 short timezone;
367 /* The timezone table. */
441 /* Military timezone table. */
701 /* Drop out any periods and try the timezone table again. */
901 /* Set the timezone global. */
903 /* LINTED timezone is time_t so intermediate results aren't truncated */
904 ftz.timezone = (int) timezone / 60;
911 yyTimezone = now->timezone;
/illumos-gate/usr/src/man/man4/
H A DMakefile195 timezone.4 \
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c376 struct timezone tzp;
408 (void) gettimeofday(&tv, (struct timezone *)0);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c423 * altzone and timezone), and the
437 diff = -timezone;
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h84 struct timezone { struct
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c178 time_t timezone = 0; variable
270 timezone = 0;
282 timezone = -(ttisp->tt_gmtoff);
/illumos-gate/usr/src/cmd/cron/
H A Dat.c340 when += timezone;
342 when -= (timezone-altzone);
987 when -= (timezone-altzone);
H A Dcron.c197 struct shared *tz; /* timezone of this event */
1252 /* set the timezone of this entry */
1576 * see if we will have timezone switch over, and clock will
1581 (t1 - t) == (timezone - altzone) &&
1644 * we assume the alternate timezone, then
1657 t1 - abs(timezone - altzone));
1684 t -= (timezone - altzone);
1875 t2 += abs(timezone - altzone);
1878 t1 - abs(timezone - altzone));
1898 t -= (timezone
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c516 (struct timezone *)NULL);
529 gettimeofday(&now, (struct timezone *)NULL);
542 (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c881 struct timezone tpz;
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c1065 if (gettimeofday(&now, (struct timezone *)0) < 0)
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c183 (void) gettimeofday(&now, (struct timezone *)0);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c90 (void) gettimeofday(&pp->p_etime, (struct timezone *)0);
470 (void) gettimeofday(&pp->p_btime, (struct timezone *)0);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c448 (void) gettimeofday(&tv, (struct timezone *)NULL);
843 (void) gettimeofday(&time, (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c550 (void) gettimeofday(&tv[0], (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c911 * otherwise use timezone.
923 gmtoff = (atm->tm_isdst) ? altzone : timezone;
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1584 (void) gettimeofday(&tv, (struct timezone *)0);
1717 (void) gettimeofday(&tv, (struct timezone *)0);

Completed in 91 milliseconds

1234