| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 42 #undef gmtime macro 56 using std::gmtime;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| time.h | 42 #undef gmtime macro 56 using std::gmtime;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| pp-rec-component.py | 16 from time import asctime, gmtime namespace 27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-pp-integral.py | 16 from time import asctime, gmtime namespace 27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
|
| py-pp-re-notag.py | 16 from time import asctime, gmtime namespace 28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| gettimeofday.c | 33 #undef gmtime macro 71 /* Same as above, since gmtime and localtime use the same buffer. */ 75 struct tm *tm = gmtime (timep);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-pp-re-notag.py | 16 from time import asctime, gmtime namespace 28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
|
| /src/lib/libc/time/ |
| private.h | 726 # undef gmtime macro 727 # define gmtime tz_gmtime macro 815 struct tm *gmtime(time_t const *);
|
| localtime.c | 660 ** ctime, gmtime, localtime] return values in one of two static 2366 ** gmtsub is to gmtime as localsub is to localtime. 2392 * Re-entrant version of gmtime. 2403 gmtime(const time_t *timep) function
|