| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| time.h | 43 #undef localtime macro 57 using std::localtime;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| gettimeofday.c | 2 static buffer that localtime uses for it's return value. The gettimeofday 34 #undef localtime macro 54 /* This is a wrapper for localtime. It is used only on systems for which 55 gettimeofday clobbers the static buffer used for localtime's result. 58 localtime uses for its result. */ 63 struct tm *tm = localtime (timep); 71 /* Same as above, since gmtime and localtime use the same buffer. */ 84 gettimeofday clobbers the static buffer used for localtime's result. 86 Save and restore the contents of the buffer used for localtime's result 98 localtime_buffer_addr = localtime (&t) [all...] |
| gettimeofday.c | 2 static buffer that localtime uses for it's return value. The gettimeofday 34 #undef localtime macro 54 /* This is a wrapper for localtime. It is used only on systems for which 55 gettimeofday clobbers the static buffer used for localtime's result. 58 localtime uses for its result. */ 63 struct tm *tm = localtime (timep); 71 /* Same as above, since gmtime and localtime use the same buffer. */ 84 gettimeofday clobbers the static buffer used for localtime's result. 86 Save and restore the contents of the buffer used for localtime's result 98 localtime_buffer_addr = localtime (&t) [all...] |
| gettimeofday.c | 2 static buffer that localtime uses for it's return value. The gettimeofday 34 #undef localtime macro 54 /* This is a wrapper for localtime. It is used only on systems for which 55 gettimeofday clobbers the static buffer used for localtime's result. 58 localtime uses for its result. */ 63 struct tm *tm = localtime (timep); 71 /* Same as above, since gmtime and localtime use the same buffer. */ 84 gettimeofday clobbers the static buffer used for localtime's result. 86 Save and restore the contents of the buffer used for localtime's result 98 localtime_buffer_addr = localtime (&t) [all...] |
| /src/lib/libc/time/ |
| private.h | 692 /* If standard C identifiers with external linkage (e.g., localtime) 730 # undef localtime macro 731 # define localtime tz_localtime macro 817 struct tm *localtime(time_t const *); 1062 tz_private_timeoff should be used only by localtime.c and strftime.c. */ 1139 /* How many years to generate (in zic.c) or search through (in localtime.c). 1148 Two years is not overkill for localtime.c, as a one-year bump
|
| private.h | 692 /* If standard C identifiers with external linkage (e.g., localtime) 730 # undef localtime macro 731 # define localtime tz_localtime macro 817 struct tm *localtime(time_t const *); 1062 tz_private_timeoff should be used only by localtime.c and strftime.c. */ 1139 /* How many years to generate (in zic.c) or search through (in localtime.c). 1148 Two years is not overkill for localtime.c, as a one-year bump
|
| private.h | 692 /* If standard C identifiers with external linkage (e.g., localtime) 730 # undef localtime macro 731 # define localtime tz_localtime macro 817 struct tm *localtime(time_t const *); 1062 tz_private_timeoff should be used only by localtime.c and strftime.c. */ 1139 /* How many years to generate (in zic.c) or search through (in localtime.c). 1148 Two years is not overkill for localtime.c, as a one-year bump
|
| localtime.c | 1 /* $NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $ */ 13 static char elsieid[] = "@(#)localtime.c 8.17"; 15 __RCSID("$NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $"); 273 (as circa 2025 FreeBSD builds its localtime.c with -DDETECT_TZ_CHANGES), 670 ** ctime, gmtime, localtime] return values in one of two static 2188 ** The easy way to behave "as if no library function calls" localtime 2360 localtime(const time_t *timep) function 2376 ** gmtsub is to gmtime as localsub is to localtime. 2477 to localtime tm_sec because of leap seconds. */ 2503 for localtime values before 1970 when time_t is unsigned. * [all...] |
| localtime.c | 1 /* $NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $ */ 13 static char elsieid[] = "@(#)localtime.c 8.17"; 15 __RCSID("$NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $"); 273 (as circa 2025 FreeBSD builds its localtime.c with -DDETECT_TZ_CHANGES), 670 ** ctime, gmtime, localtime] return values in one of two static 2188 ** The easy way to behave "as if no library function calls" localtime 2360 localtime(const time_t *timep) function 2376 ** gmtsub is to gmtime as localsub is to localtime. 2477 to localtime tm_sec because of leap seconds. */ 2503 for localtime values before 1970 when time_t is unsigned. * [all...] |
| localtime.c | 1 /* $NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $ */ 13 static char elsieid[] = "@(#)localtime.c 8.17"; 15 __RCSID("$NetBSD: localtime.c,v 1.154 2026/05/01 07:19:45 kre Exp $"); 273 (as circa 2025 FreeBSD builds its localtime.c with -DDETECT_TZ_CHANGES), 670 ** ctime, gmtime, localtime] return values in one of two static 2188 ** The easy way to behave "as if no library function calls" localtime 2360 localtime(const time_t *timep) function 2376 ** gmtsub is to gmtime as localsub is to localtime. 2477 to localtime tm_sec because of leap seconds. */ 2503 for localtime values before 1970 when time_t is unsigned. * [all...] |
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 21363 int bLocaltimeFault; /* True to fail localtime() calls */ 21364 int (*xAltLocaltime)(const void*,void*); /* Alternative localtime() routine */ 50920 struct tm *__cdecl localtime(const time_t *t) function [all...] |
| sqlite3.c | 21363 int bLocaltimeFault; /* True to fail localtime() calls */ 21364 int (*xAltLocaltime)(const void*,void*); /* Alternative localtime() routine */ 50920 struct tm *__cdecl localtime(const time_t *t) function [all...] |
| sqlite3.c | 21363 int bLocaltimeFault; /* True to fail localtime() calls */ 21364 int (*xAltLocaltime)(const void*,void*); /* Alternative localtime() routine */ 50920 struct tm *__cdecl localtime(const time_t *t) function [all...] |