Searched defs:timezone (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimeb.h59 short timezone; /* minutes west of CUT */ member in struct:timeb
H A Dtime.h84 struct timezone { struct
/illumos-gate/usr/src/lib/libbc/libc/compat/4.1/
H A Dftime.c44 short timezone; member in struct:timeb
60 tp->timezone = _timezone / 60;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtime_gdata.c34 #pragma weak _timezone = timezone
43 long int timezone = 0; /* XPG4 version 2 */ variable
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dtimezone.c34 * giving the name of the local timezone.
63 char *timezone(zone, dst) function
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtime.h21 struct timezone { struct
/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/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/lib/libbc/libc/gen/common/
H A Dlocaltime.c178 time_t timezone = 0; variable
270 timezone = 0;
282 timezone = -(ttisp->tt_gmtoff);

Completed in 53 milliseconds