Searched refs:time_string (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dotime.c102 return time_string ((time_t) tv->tv_sec,
111 time_string (time_t t, int usec, bool show_usec, struct gc_arena *gc) function
H A Dotime.h45 const char* time_string (time_t t, int usec, bool show_usec, struct gc_arena *gc);
H A Dpacket_id.c335 time_string (pin->time, 0, false, gc));
476 time_string (p->time, 0, false, gc));
H A Dsig.c262 status_printf (so, "Updated,%s", time_string (0, 0, false, &gc));
H A Dcrypto_polarssl.c232 buf_printf(&pers_string, "OpenVPN %0u %p %s", platform_getpid(), &cd_ctx, time_string(0, 0, 0, &gc));
H A Dmulti.c746 status_printf (so, "Updated,%s", time_string (0, 0, false, &gc_top));
764 time_string (mi->created, 0, false, &gc));
792 time_string (route->last_reference, 0, false, &gc));
813 status_printf (so, "TIME%c%s%c%u", sep, time_string (now, 0, false, &gc_top), sep, (unsigned int)now);
830 sep, time_string (mi->created, 0, false, &gc),
858 sep, time_string (route->last_reference, 0, false, &gc),
1575 const char *created_ascii = time_string (mi->created, 0, false, &gc);
H A Derror.c344 time_string (0, 0, show_usec, &gc),
H A Dtun.c3747 msg (msglev, " DHCP LEASE OBTAINED = %s", time_string (a->LeaseObtained, 0, false, gc));
3748 msg (msglev, " DHCP LEASE EXPIRES = %s", time_string (a->LeaseExpires, 0, false, gc));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dlpq_parse.c207 static time_t LPRng_time(char *time_string) argument
218 if ( atoi(time_string) < 24 ){
219 t->tm_hour = atoi(time_string);
220 t->tm_min = atoi(time_string+3);
221 t->tm_sec = atoi(time_string+6);
223 t->tm_year = atoi(time_string)-1900;
224 t->tm_mon = atoi(time_string+5)-1;
225 t->tm_mday = atoi(time_string+8);
226 t->tm_hour = atoi(time_string+11);
227 t->tm_min = atoi(time_string
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.c849 static const char * const time_string[] = { local
866 for (i = 0; i < FF_ARRAY_ELEMS(time_string); i++) {
867 printf("%-24s -> ", time_string[i]);
868 if (av_parse_time(&tv, time_string[i], 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp.c3026 http_atotm (const char *time_string)
3071 if (check_end (strptime (time_string, time_formats[i], &t)))
3020 http_atotm(const char *time_string) argument

Completed in 308 milliseconds