Searched refs:tzset (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D34-1.c9 void tzset(void);
20 dummyvar = tzset;
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dtzset.c2 * tzset.c
4 * Quick and dirty emulation of tzset(), tzname[], and daylight
30 tzset() function
H A Dstrftime.c182 # define tzset __tzset macro
500 /* Solaris 2.5 tzset sometimes modifies the storage returned by localtime.
603 though strftime called tzset. */
605 tzset ();
1356 /* The tzset() call might have changed the value. */
/haiku-fatelf/src/system/libroot/posix/time/
H A Dlocaltime.cpp37 tzset(void) function
66 tzset();
98 tzset();
121 tzset();
H A Dstrftime.c72 tzset();
H A Dstrptime.c470 tzset();
H A Dlocaltime_fading_out.c51 ** 1. They might reference tzname[0] before calling tzset (explicitly
53 ** 2. They might reference tzname[1] before calling tzset (explicitly
1173 tzset P((void))
1329 tzset();
1945 tzset();
2037 tzset();
2048 tzset();
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgettimeofday.c40 this problem. The tzset replacement is necessary for at least
85 #undef tzset macro
86 extern void tzset (void);
88 /* This is a wrapper for tzset, for systems on which tzset may clobber
94 result around the call to tzset. */
96 tzset ();
H A Dstrftime.c123 # define tzset __tzset macro
465 /* Solaris 2.5.x and 2.6 tzset sometimes modify the storage returned
466 by localtime. On such systems, we must either use the tzset and
492 though strftime called tzset. */
494 tzset ();
1301 /* The tzset() call might have changed the value. */
H A Dconfig.hin1241 /* Define to 1 if you have run the test for working tzset. */
1719 /* Define to 1 if you have the `tzset' function. */
2239 /* Define if tzset clobbers localtime's static buffer. */
2546 #undef tzset
/haiku-fatelf/src/bin/network/ftpd/
H A Dpopen.c158 tzset();
160 tzset();
H A Dftpd.c291 tzset(); /* in case no timezone database in ~ftp */
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtest_time.c50 tzset();
/haiku-fatelf/headers/posix/
H A Dtime.h109 extern void tzset(void);
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c78 #define POSIX_SEMANTICS 1 /* call tzset() if TZ changes */
87 extern void tzset(void);
190 tzset();
209 tzset();
223 tzset();
/haiku-fatelf/src/bin/
H A Ddstcheck.cpp107 tzset();
/haiku-fatelf/src/tests/system/libroot/os/
H A DParseDateTest.cpp114 tzset();
/haiku-fatelf/src/bin/coreutils/src/
H A Ddate.c105 # define TZSET tzset ()
/haiku-fatelf/src/bin/unzip/
H A Dtimezone.c13 * Contains: tzset()
23 * 17 Jun 00, Paul Kienitz, added the PD-based tzset(), localtime(), and so on
53 int real_timezone_is_set = FALSE; /* set by tzset() */
476 void tzset() function
523 if (!real_timezone_is_set) tzset();
H A Dprocess.c213 still too strict; any listed OS that supplies tzset(), regardless of
219 prior to the tzset() call, to work around tzset() implementation bugs.
241 /* For systems that do not have tzset() but supply this function using another
242 name (_tzset() or something similar), an appropiate "#define tzset ..."
246 tzset();
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrftime.c174 # define tzset __tzset macro
452 /* Solaris 2.5 tzset sometimes modifies the storage returned by localtime.
551 be set as if the tzset() function had been called. */
553 tzset ();
1292 /* The tzset() call might have changed the value. */
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c132 # define tzset __tzset macro
461 /* Solaris 2.5.x and 2.6 tzset sometimes modify the storage returned
462 by localtime. On such systems, we must either use the tzset and
488 though strftime called tzset. */
490 tzset ();
1297 /* The tzset() call might have changed the value. */
/haiku-fatelf/src/apps/mail/
H A DMailApp.cpp1271 tzset();
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1425 #define tzset fssh_tzset macro
/haiku-fatelf/src/bin/zip/
H A Dzip.c15 #include <time.h> /* for tzset() declaration */
1026 prior to the tzset() call, to work around tzset() implementation bugs.
1043 /* For systems that do not have tzset() but supply this function using another
1044 name (_tzset() or something similar), an appropiate "#define tzset ..."
1049 tzset();

Completed in 299 milliseconds

12