/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 614 tm = gmtime(&now); in mkfs_msdos()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | putil.cpp | 662 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); in uprv_timezone()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 1161 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 1161 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 1143 t = gmtime(&stat_data.st_mtime); in file_write_http_header() 1145 printf("gmtime() failed with error %d\n", errno); in file_write_http_header()
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 799 pub fn gmtime(arg1: *const time_t) -> *mut tm; in gmtime() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 510 pub fn gmtime(a: *const time_t) -> *mut tm; in gmtime() functions
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 1165 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime)); in bundle_write_xml()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 662 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); in uprv_timezone()
|
/third_party/tzdata/ |
H A D | zdump.c | 192 struct tm *r = gmtime(tp); in gmtime_r() 857 printf(_(" (gmtime failed)")); in show() 886 gmtime. These transitions are for timezone TZ with name ZONE, in 912 localtime or gmtime definedness transitions, it hardly seems in showextrema()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 3032 time.gmtime(now)[:6]) 3044 time.strftime('%a, %d %b %Y %H:%M:%S -0000', time.gmtime(now))) 3047 time.strftime('%a, %d %b %Y %H:%M:%S GMT', time.gmtime(now)))
|
/third_party/python/Lib/test/ |
H A D | test_mailbox.py | 1743 time.asctime(time.gmtime(0.0))) 1774 msg_mboxMMDF.set_from('foo@bar', time.gmtime(0.0))
|
H A D | test_httpservers.py | 1240 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(now)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 308 @build_time = gmtime($seconds);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 161 @build_time = gmtime($seconds);
|
/third_party/backends/backend/ |
H A D | kodak.c | 864 gmt_tm_p = gmtime(&gmt_tt); in sane_open()
|
/third_party/libsnd/src/ |
H A D | common.c | 1404 tmptr = gmtime (¤t) ; in psf_get_date_str()
|
/third_party/node/tools/ |
H A D | test.py | 1526 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 213 ** ctime, gmtime, localtime] return values in one of two static 1351 ** gmtsub is to gmtime as localsub is to localtime. 1381 gmtime(const time_t *const timep) in gmtime() function 1387 * Re-entrant version of gmtime.
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1254 pub fn gmtime(time_p: *const time_t) -> *mut tm; in gmtime() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1259 pub fn gmtime(time_p: *const time_t) -> *mut tm; in gmtime() functions
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwrite.c | 491 tbuf = gmtime(&ttime); in png_convert_from_time_t()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 211 ** ctime, gmtime, localtime] return values in one of two static 1349 ** gmtsub is to gmtime as localsub is to localtime. 1379 gmtime(const time_t *const timep) in gmtime() function 1385 * Re-entrant version of gmtime.
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 578 pNow = gmtime(&t);
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 247 struct tm *timeinfo = gmtime(<ime); in WriteResultsFile()
|