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

1234

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dgettimeofday.c48 struct timezone *tzp;
109 * There was not Rumanian timezone on 4.x.
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c78 if (gettimeofday(&tv, (struct timezone *)0) == -1)
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile83 timezone auto.master auto.home ageing \
314 timezone.time: $(DIR)/timezone
315 -@if [ -f $(DIR)/timezone ]; then \
316 sed -e "/^#/d" -e s/#.*$$// $(DIR)/timezone \
318 | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/timezone.byname; \
319 touch timezone.time; \
320 echo "updated timezone"; \
322 $(YPPUSH) timezone.byname; \
323 echo "pushed timezone"; \
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c184 "\t timezone=<valid TZ string>"));
192 * Pass timezone information to the kernel module so that
198 * mount(1m) specified the "timezone=..." option. That's
202 * GMT (timezone=0).
204 if (tzdone && timezone == 0 && altzone == 0 && daylight == 0 &&
209 (void) snprintf(tzstr, 100, "timezone=%d", timezone);
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c60 struct timezone tz;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c170 OUT struct timezone *tzp
193 // Do something with the timezone if needed
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c281 /* Get timezone name (Skip timezone description) */
506 /* Get Olson timezone name */
510 /* Get Solaris compatible timezone name */
514 /* No timezone description */
519 /* Get timezone description */
537 /* Create timezone struct */
546 * Copy the timezone names - use the Solaris
547 * compatible timezone name if one exists,
548 * otherwise use the current Olson timezone
679 free_timezones(struct tz_timezone *timezone) argument
826 isvalid_tz(char *timezone, char *root, int flag) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c205 (void) gettimeofday(&now, (struct timezone *)NULL);
261 (struct timezone *)NULL);
272 (void) gettimeofday(&now, (struct timezone *)NULL);
H A Dtimer.c137 (void) gettimeofday(&now, (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c343 when -= (timezone - altzone);
442 when -= (timezone-altzone);
485 when -= (timezone - altzone);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h420 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
468 struct timezone;
494 int gettimeofday(struct timeval *, struct timezone *);
497 int gettimeofday(struct timeval *, struct timezone *);
H A Dport_before.h39 struct timezone; /* silence warning */
/illumos-gate/usr/src/boot/include/
H A Dtime.h136 char *tm_zone; /* timezone abbreviation */
193 char *timezone(int, int); /* XXX XSI conflict */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c44 * back as well as adjust time values based on their timezone, which
52 * The current timezone for an application is derived from the TZ
61 * a timezone. The implementation-defined description of a timezone used
63 * elsie.nci.nih.gov and a timezone that is specified in this way is
64 * referred to as a zoneinfo timezone. An example of this is ":US/Pacific".
67 * but, basically, <std> is the abbreviation for the timezone in standard
69 * <dst> is the abbreviation for the timezone in daylight savings time and
71 * specifies when daylight savings time begins and ends. A timezone
72 * specified in this way is referred to as a POSIX timezone
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c39 (void) gettimeofday(&time0, (struct timezone *)0);
61 (void) gettimeofday(&timedol, (struct timezone *)0);
/illumos-gate/usr/src/cmd/date/
H A Ddate.c296 * call localtime to set up "timezone" variable applicable
298 * can allow timezone rules to change.
302 clock_val += (time_t)timezone;
307 clock_val = clock_val - (time_t)(timezone - altzone);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c131 (void) gettimeofday(&timeval, (struct timezone *)NULL);
182 (void) gettimeofday(&timeval, (struct timezone *)NULL);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c114 struct timezone tz;
239 struct timezone tz;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c128 struct timezone tz;
185 struct timezone tz;
369 struct timezone tz;
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c146 (void) gettimeofday(&now, (struct timezone *)0);
340 (struct timezone *) NULL) == -1) {
350 (struct timezone *) NULL) == -1) {
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h40 struct timezone { struct
486 int settimeofday(const struct timeval *, const struct timezone *);
491 int gettimeofday(struct timeval *, struct timezone *);
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c63 (void) gettimeofday(&tv, (struct timezone *)NULL);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c63 extern long timezone;
346 daystart = (a->ac_btime - timezone + dst_secs) -
347 ((a->ac_btime - timezone + dst_secs) % SECSINDAY);
609 return(sec + timezone);
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c81 newtime = lp->ttime - timezone;
/illumos-gate/usr/src/head/
H A Dtime.h177 extern long timezone;

Completed in 69 milliseconds

1234