Searched refs:timestr (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.h78 * Parse timestr and return in *time a corresponding number of
82 * to the string in timestr. If the string represents a duration, it
85 * January, 1970 up to the time of the parsed date. If timestr cannot
88 * @param timestr a string representing a date or a duration.
104 * @param duration flag which tells how to interpret timestr, if not
105 * zero timestr is interpreted as a duration, otherwise as a date
109 int av_parse_time(int64_t *timeval, const char *timestr, int duration);
H A Dparseutils.c483 int av_parse_time(int64_t *timeval, const char *timestr, int duration) argument
505 len = strlen(timestr);
507 lastch = timestr[len - 1];
514 p = timestr;
517 if (!av_strncasecmp(timestr, "now", len)) {
554 /* parse timestr as a duration */
559 /* parse timestr as HH:MM:SS */
562 /* parse timestr as S+ */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlogging.c92 char buffer[1024], timestr[40]; local
100 strcpy(timestr, (char *) ctime(&t));
101 timestr[strlen(timestr) - 1] = '\0';
102 fprintf(logfile, "%s %s[%i]: %s", timestr, global_argv[0],
H A Ddirlist.c155 char temp[MAXCMD + 3], linktarget[MAXCMD + 5], perm[11], timestr[17], uid[USERLEN + 1], gid[USERLEN + 1]; local
232 mystrncpy(timestr, ctime(&(statbuf.st_mtime)) + 4, 12);
234 strftime(timestr, sizeof(timestr), "%b %d %G", &filetime);
247 timestr);
258 timestr, name, linktarget);
264 timestr, name, linktarget);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtesttrace.c97 char *timestr; local
103 timestr = &timebuf[0];
119 fprintf(stderr, "%s== Info: %s", timestr, (char *)data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dparseutils.h115 * Parse timestr and return in *time a corresponding number of
119 * to the string in timestr. If the string represents a duration, it
122 * January, 1970 up to the time of the parsed date. If timestr cannot
125 * @param timestr a string representing a date or a duration.
141 * @param duration flag which tells how to interpret timestr, if not
142 * zero timestr is interpreted as a duration, otherwise as a date
146 int av_parse_time(int64_t *timeval, const char *timestr, int duration);
H A Dparseutils.c550 int av_parse_time(int64_t *timeval, const char *timestr, int duration) argument
567 p = timestr;
573 if (!av_strcasecmp(timestr, "now")) {
603 /* parse timestr as a duration */
608 /* parse timestr as HH:MM:SS */
611 /* parse timestr as MM:SS */
617 /* parse timestr as S+ */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevmonitor.c215 char timestr[64]; local
234 snprintf(timestr, sizeof(timestr), "%llu.%06u",
237 timestr[0] = '\0';
264 printf("%s[%s] %-8s %s (%s)\n", source, timestr, action, devpath, subsys);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dkn02xa-berr.c53 static const char timestr[] = "timeout"; local
80 event = timestr;
H A Dkn01-berr.c76 static const char timestr[] = "timeout"; local
135 event = timestr;
H A Decc-berr.c54 static const char timestr[] = "timeout"; local
90 event = (erraddr & KN0X_EAR_CPU) ? timestr : overstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.c51 char timestr[200]; local
60 if (strftime(timestr, 200, "%c", tmp) == 0)
69 timestr);
81 if (strftime(timestr, 200, "%c", tmp) == 0)
90 timestr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/daemon/
H A Ddaemon.c303 char timestr[64]; local
304 tr_getLogTimeStr( timestr, sizeof( timestr ) );
306 fprintf( logfile, "[%s] %s %s (%s:%d)\n", timestr, name, message, file, line );
308 fprintf( logfile, "[%s] %s (%s:%d)\n", timestr, message, file, line );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h103 * @param timestr the string to be parsed
104 * @param is_duration a flag which tells how to interpret timestr, if
105 * not zero timestr is interpreted as a duration, otherwise as a
110 int64_t parse_time_or_die(const char *context, const char *timestr,
H A Dcmdutils.c104 int64_t parse_time_or_die(const char *context, const char *timestr, argument
108 if (av_parse_time(&us, timestr, is_duration) < 0) {
110 is_duration ? "duration" : "date", context, timestr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.c231 char timestr[64]; local
237 tr_getLogTimeStr( timestr, sizeof( timestr ) ) );
309 char timestr[64]; local
316 tr_getLogTimeStr( timestr, sizeof( timestr ) );
319 fprintf( fp, "[%s] %s: %s\n", timestr, name, buf );
321 fprintf( fp, "[%s] %s\n", timestr, buf );
H A Dpeer-msgs.c239 char timestr[64]; local
245 tr_getLogTimeStr( timestr, sizeof( timestr ) ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtorrent-cell-renderer.c139 char timestr[128]; local
140 tr_strltime( timestr, eta, sizeof( timestr ) );
142 g_string_append_printf( gstr, _( "%s remaining" ), timestr );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h137 * @param timestr the string to be parsed
138 * @param is_duration a flag which tells how to interpret timestr, if
139 * not zero timestr is interpreted as a duration, otherwise as a
144 int64_t parse_time_or_die(const char *context, const char *timestr,
H A Dcmdutils.c150 int64_t parse_time_or_die(const char *context, const char *timestr, argument
154 if (av_parse_time(&us, timestr, is_duration) < 0) {
156 is_duration ? "duration" : "date", context, timestr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap.c2374 char *timestr; local
2401 timestr = ads_pull_string(ads_s, ctx, res, "currentTime");
2402 if (!timestr) {
2410 ads->config.current_time = ads_parse_time(timestr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c3542 int64_t parse_date(const char *timestr, int duration) argument
3545 av_parse_time(&timeval, timestr, duration);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 325 milliseconds