/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-timezone.c | 31 int timezone; member 60 printf ("timezone: %ld\n", timezone); in print_tzvars() 75 if (timezone != timez) in check_tzvars() 78 name, timezone, timez); in check_tzvars() 114 check_tzvars (pt->name, pt->daylight, pt->timezone, pt->tzname); in main() 119 check_tzvars (pt->name, pt->daylight, pt->timezone, pt->tzname); in main()
|
A D | Makefile.in | 5 tst-strftime tst-strptime tst-timezone
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/metag/ |
A D | pt-gettimeofday.c | 10 int gettimeofday (struct timeval *, struct timezone *) attribute_hidden; 11 _syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/ |
A D | pt-gettimeofday.c | 4 int gettimeofday (struct timeval *, struct timezone *) attribute_hidden; 5 _syscall2(int, gettimeofday, struct timeval *, tv, struct timezone *, tz)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | ftime.c | 25 struct timezone tz; in ftime() 34 timebuf->timezone = tz.tz_minuteswest; in ftime()
|
A D | time.c | 1725 long timezone = 0; variable 2099 timezone = _time_tzinfo[0].gmt_offset; in _time_tzset()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | settimeofday.c | 16 const struct timezone *, tz) 22 int settimeofday(const struct timeval *tv, const struct timezone *tz)
|
A D | stime.c | 31 return settimeofday(&tv, (struct timezone *) 0);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | time.h | 56 struct timezone struct 62 typedef struct timezone *__restrict __timezone_ptr_t; argument 80 const struct timezone *__tz)
|
A D | timeb.h | 35 short int timezone; /* Minutes west of GMT. */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | time-XSI.SUSv4.syms | 4 timezone
|
/l4re-core-master/libc_backends/lib/l4re/lib/ |
A D | settimeofday.c | 19 int settimeofday(const struct timeval *tv , const struct timezone *tz) in settimeofday()
|
A D | gettimeofday.c | 13 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | create_xid.c | 43 gettimeofday (&now, (struct timezone *) 0); in _create_xid()
|
A D | auth_unix.c | 121 (void) gettimeofday (&now, (struct timezone *) 0); in authunix_create() 267 (void) gettimeofday (&now, (struct timezone *) 0); in authunix_refresh()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-mutex9.c | 30 int gettimeofday(struct timeval *tv, struct timezone *tz);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 179 struct timezone * in _syscall2() argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | time.h | 313 extern long int timezone;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 889 bool "Support 'struct tm' timezone extension fields" 894 the current timezone. These fields are not specified by the SuSv3 902 bool "Enable caching of the last valid timezone 'TZ' string" 906 the timezone setting. This allows a quick string compare to avoid 915 Answer Y to enable the setting of a default timezone for uClibc. 917 Ordinarily, uClibc gets the timezone information exclusively from the 919 the zoneinfo directory tree or the /etc/timezone file used by glibc. 922 file '/etc/TZ' (default path) to obtain timezone information if the 942 setting this will allow applications to update their timezone 948 string "Path to the 'TZ' file for setting the global timezone" [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | Glibc_vs_uClibc_Differences.txt | 95 2) /etc/timezone and the whole zoneinfo directory tree are not supported. 96 To set the timezone, set the TZ environment variable as specified in
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | categories.def | 254 DEFINE_ELEMENT (_NL_TIME_TIMEZONE, "timezone", std, string)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 1577 * timezone/asia: Update from tzdata2002d. 1578 * timezone/australasia: Likewise. 1579 * timezone/iso3166.tab: Likewise. 1580 * timezone/southamerica: Likewise. 1581 * timezone/zone-tab: Likewise.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 437 setting the system timezone.
|