Searched refs:timezone (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/gen/
H A Dtime_gdata.c34 #pragma weak _timezone = timezone
43 long int timezone = 0; /* XPG4 version 2 */ variable
H A Dftime.c61 tp->timezone = timezone / 60;
H A Dlocaltime.c39 * back as well as adjust time values based on their timezone, which
47 * The current timezone for an application is derived from the TZ
56 * a timezone. The implementation-defined description of a timezone used
58 * elsie.nci.nih.gov and a timezone that is specified in this way is
59 * referred to as a zoneinfo timezone. An example of this is ":US/Pacific".
62 * but, basically, <std> is the abbreviation for the timezone in standard
64 * <dst> is the abbreviation for the timezone in daylight savings time and
66 * specifies when daylight savings time begins and ends. A timezone
67 * specified in this way is referred to as a POSIX timezone
[all...]
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtvlib17 #define tmgettimeofday(p) gettimeofday(p,(struct timezone*)0)
18 #define tmsettimeofday(p) settimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dtime25 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dtime25 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dtime25 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dtime25 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c19 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Darpadate.c41 ** Some sites are now inserting the timezone into the
47 # define TZNAME_MAX 50 /* max size of timezone */
51 #define TZ_NONE 0 /* no character timezone support */
55 #define TZ_TIMEZONE 4 /* use timezone() */
74 ** to resolve the timezone.
121 ** should really get the timezone from the time in "ud" (which
172 extern char *timezone();
174 tz = timezone(off, lt->tm_isdst);
/osnet-11/usr/src/cmd/hal/hald/
H A Dlogger.c146 struct timezone tzone;
217 struct timezone tzone;
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh314 typeset timezone=$(svcprop -p timezone/localtime system/timezone:default)
315 printf "$fmtsvc" system/timezone default
316 printf "$fmtgrp" timezone application
317 printf "$fmtval" localtime astring $timezone
/osnet-11/usr/src/lib/libuuid/common/
H A Duuid_misc.c174 (void) gettimeofday(&tp, (struct timezone *)0);
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c41 #define SMF_TIMEZONE_FMRI "svc:/system/timezone:default"
279 /* Get timezone name (Skip timezone description) */
504 /* Get Olson timezone name */
508 /* Get Solaris compatible timezone name */
512 /* No timezone description */
517 /* Get timezone description */
535 /* Create timezone struct */
544 * Copy the timezone names - use the Solaris
545 * compatible timezone nam
677 free_timezones(struct tz_timezone *timezone) argument
824 isvalid_tz(char *timezone, char *root, int flag) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h425 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
473 struct timezone;
499 int gettimeofday(struct timeval *, struct timezone *);
502 int gettimeofday(struct timeval *, struct timezone *);
H A Dport_before.h37 struct timezone; /* silence warning */
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c98 grub_int16_t *timezone local
203 env = grub_env_get ("EfiEmu.pnvram.timezone");
204 *timezone = env ? grub_strtosl (env, 0, 0) : GRUB_EFI_UNSPECIFIED_TIMEZONE;
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c114 struct timezone tz;
239 struct timezone tz;
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c124 struct timezone tz;
181 struct timezone tz;
365 struct timezone tz;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c63 (void) gettimeofday(&tv, (struct timezone *)NULL);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c118 (void) gettimeofday(&now, (struct timezone *)0);
305 (void) gettimeofday(&now, (struct timezone *)0);
/osnet-11/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c74 (void) gettimeofday(&tv, (struct timezone *)NULL);

Completed in 102 milliseconds

12