Home
last modified time | relevance | path

Searched refs:gmtime (Results 76 - 100 of 112) sorted by relevance

12345

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c614 tm = gmtime(&now); in mkfs_msdos()
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp662 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); in uprv_timezone()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp1161 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 Dwrtxml.cpp1161 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 Dmakefsdata.c1143 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 Dmod.rs799 pub fn gmtime(arg1: *const time_t) -> *mut tm; in gmtime() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs510 pub fn gmtime(a: *const time_t) -> *mut tm; in gmtime() functions
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp1165 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 Dputil.cpp662 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) ); in uprv_timezone()
/third_party/tzdata/
H A Dzdump.c192 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 Dtest_email.py3032 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 Dtest_mailbox.py1743 time.asctime(time.gmtime(0.0)))
1774 msg_mboxMMDF.set_from('foo@bar', time.gmtime(0.0))
H A Dtest_httpservers.py1240 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(now)
/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc308 @build_time = gmtime($seconds);
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc161 @build_time = gmtime($seconds);
/third_party/backends/backend/
H A Dkodak.c864 gmt_tm_p = gmtime(&gmt_tt); in sane_open()
/third_party/libsnd/src/
H A Dcommon.c1404 tmptr = gmtime (&current) ; in psf_get_date_str()
/third_party/node/tools/
H A Dtest.py1526 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c213 ** 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 Dmod.rs1254 pub fn gmtime(time_p: *const time_t) -> *mut tm; in gmtime() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1259 pub fn gmtime(time_p: *const time_t) -> *mut tm; in gmtime() functions
/third_party/skia/third_party/externals/libpng/
H A Dpngwrite.c491 tbuf = gmtime(&ttime); in png_convert_from_time_t()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c211 ** 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 Dconnection.c578 pNow = gmtime(&t);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp247 struct tm *timeinfo = gmtime(&ltime); in WriteResultsFile()

Completed in 66 milliseconds

12345