Home
last modified time | relevance | path

Searched refs:TZ_BUFLEN (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c181 #define TZ_BUFLEN (2*TZNAME_MAX + 56) macro
1819 size_t todo = TZ_BUFLEN; in read_TZ_file()
1832 r = read(fd, buf, TZ_BUFLEN); in read_TZ_file()
1853 r = read(fd, buf, TZ_BUFLEN); in read_TZ_file()
1854 if (r != TZ_BUFLEN in read_TZ_file()
1857 || lseek(fd, -TZ_BUFLEN, SEEK_END) < 0 in read_TZ_file()
1871 r = read(fd, buf, TZ_BUFLEN); in read_TZ_file()
1908 char buf[TZ_BUFLEN]; in _time_tzset()
1911 static char oldval[TZ_BUFLEN]; /* BSS-zero'd. */ in _time_tzset()
1958 strncpy(oldval, e, TZ_BUFLEN); in _time_tzset()

Completed in 7 milliseconds