Searched refs:gmtime (Results 1 - 25 of 128) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dosdep.h24 #define gmtime riscos_gmtime macro
H A Driscos.c350 #ifdef gmtime
351 # undef gmtime macro
354 /* Acorn's implementation of localtime() and gmtime()
374 return gmtime(&localt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgettimeofday.c63 /* Same as above, since gmtime and localtime use the same buffer. */
67 #undef gmtime macro
68 extern struct tm *gmtime (time_t const *);
69 struct tm *tm = gmtime (timep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dgmt2local.c43 * Use gmtime() and localtime() to keep things simple.
55 *gmt = *gmtime(&t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_gmtime.c33 tmp = gmtime(&t);
H A Du_miscdebug.c44 if ((gtp = gmtime(&t)) != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtime.h38 struct tm * __cdecl gmtime(const time_t *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link++/
H A Dxmas.cpp81 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup++/
H A Dmashupserver.cpp74 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link++/
H A Dxmas.cpp81 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup++/
H A Dmashupserver.cpp74 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-time.c62 tz_min = difftm (&local_time, gmtime (tp)) / 60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/link/
H A Dxmas.c96 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/link/
H A Dxmas.c96 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Driscos.h113 # define gmtime riscos_gmtime macro
H A Driscos.c339 #ifdef gmtime
340 # undef gmtime macro
343 /* Acorn's implementation of localtime() and gmtime()
363 return gmtime(&localt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/mashup/
H A Dmashupserver.c74 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/mashup/
H A Dmashupserver.c74 tm.tm_year = gmtime(&now)->tm_year; /* this year */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.c82 ts = gmtime(timer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h120 struct tm *gmtime(), *localtime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfig.h1038 #define gmtime rpl_gmtime macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacstat.c172 tp = gmtime(&buf->st_mtime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_peer.c165 tm = gmtime (&uptime);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c89 tm = *(utc ? gmtime(&t) : localtime(&t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c559 * Curl_gmtime() is a gmtime() replacement for portability. Do not use the
560 * gmtime_r() or gmtime() functions anywhere else but here.
574 tm = gmtime(&intime);

Completed in 222 milliseconds

123456