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

/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
/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/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...]

Completed in 23 milliseconds