Searched refs:Localtime (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_localtime.c16 Localtime(time_t t, struct tm *const tp) function
41 } /* Localtime */
H A Du_printf.c29 ltp = Localtime(time(&t), &lt);
H A Du_error.c35 ltp = Localtime(time(&t), &lt);
H A Dncftp.h959 struct tm *Localtime(time_t t, struct tm *const tp);
H A Dunls.c602 if (Localtime(time(&now), &nowtm) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dtrace.c53 ltp = Localtime(time(&gTraceTime), &lt);
H A Dls.c57 (void) Localtime(0, &lt);
262 if (Localtime(ts, &t) == NULL) {
H A Dcmds.c1091 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(localmtime, &t));
1108 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(remotemtime, &t));
1140 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(remotemtime, &t));
3039 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(localmtime, &t));
3071 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(localmtime, &t));
3080 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(remotemtime, &t));
3108 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(remotemtime, &t));
3677 ltp = Localtime(time(&now), &lt);
H A Dutil.c777 (void) Localtime(0, &ut);

Completed in 69 milliseconds