Searched refs:tstr (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtracker-delegate.cc157 const QString tstr( timeToStringRounded( now - inf.st.lastAnnounceTime ) );
165 .arg( tstr );
172 .arg( tstr );
180 .arg( tstr );
192 const QString tstr( timeToStringRounded( inf.st.nextAnnounceTime - now ) );
194 str += tr( "Asking for more peers in %1" ).arg( tstr );
204 const QString tstr( timeToStringRounded( now - inf.st.lastAnnounceStartTime ) );
206 str += tr( "Asking for more peers now... <small>%1</small>" ).arg( tstr );
216 const QString tstr( timeToStringRounded( now - inf.st.lastScrapeTime ) );
226 .arg( tstr );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipmonitor.c66 char *tstr; local
69 tstr = asctime(localtime(&secs));
70 tstr[strlen(tstr)-1] = 0;
71 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-krb.c72 static char tstr[] = " [|kerberos]"; variable
146 fputs(tstr, stdout);
167 fputs(tstr, stdout);
226 fputs(tstr, stdout);
237 fputs(tstr, stdout);
H A Dprint-pptp.c41 static char tstr[] = " [|pptp]"; variable
612 printf("%s", tstr);
642 printf("%s", tstr);
675 printf("%s", tstr);
692 printf("%s", tstr);
706 printf("%s", tstr);
725 printf("%s", tstr);
760 printf("%s", tstr);
790 printf("%s", tstr);
820 printf("%s", tstr);
[all...]
H A Dprint-tftp.c81 static char tstr[] = " [|tftp]"; local
151 fputs(tstr, stdout);
H A Dprint-atalk.c66 static char tstr[] = "[|atalk]"; variable
261 fputs(tstr, stdout);
403 fputs(tstr, stdout);
413 fputs(tstr, stdout);
455 fputs(tstr, stdout);
467 fputs(tstr, stdout);
484 fputs(tstr, stdout);
H A Dprint-bootp.c47 static char tstr[] = " [|bootp]"; variable
140 fputs(tstr + 1, stdout);
150 fputs(tstr + 1, stdout);
174 fputs(tstr, stdout);
804 fputs(tstr, stdout);
H A Dprint-l2tp.c41 static char tstr[] = " [|l2tp]"; variable
718 printf("%s", tstr);
H A Dprint-ospf6.c118 static char tstr[] = " [|ospf3]"; variable
643 fputs(tstr, stdout);
H A Dprint-ospf.c188 static char tstr[] = " [|ospf2]"; variable
1156 fputs(tstr, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp51 const wxString &tstr,
58 int p = tstr.Len()-str.Len()-1;
64 if ( wxStrncmp(tstr.c_str() + p, str.c_str(), str.Len()) == 0 )
50 ReverseFind( const wxString &tstr, const wxString &str, int start = -1) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c455 char tstr[20]; local
459 strftime(tstr, sizeof(tstr), "%H:%M:%S", localtime(&now));
462 dstr, tstr, ds->name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_compand.c368 char *tstr = av_strtok(p, " |", &saveptr); local
370 new_nb_items += sscanf(tstr, "%lf", &s->channels[i].attack) == 1;
380 char *tstr = av_strtok(p, " |", &saveptr); local
382 new_nb_items += sscanf(tstr, "%lf", &s->channels[i].decay) == 1;
401 char *tstr = av_strtok(p, " |", &saveptr); local
403 if (sscanf(tstr, "%lf/%lf", &S(i).x, &S(i).y) != 2) {
H A Daf_aecho.c78 char *tstr = av_strtok(p, "|", &saveptr); local
80 new_nb_items += sscanf(tstr, "%f", &items[i]) == 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Ddir.c757 struct pohmelfs_inode *target, struct qstr *tstr)
774 if (tstr)
775 target_len = tstr->len;
834 if (!target && tstr) {
835 if (tstr->len > cur_len - 1) {
840 err = snprintf(data + path_size, cur_len, "%s", tstr->name) + 1; /* 0-byte */
847 __func__, parent->ino, obj->name, (target) ? target->ino : 0, (tstr) ? tstr->name : NULL,
756 pohmelfs_create_link(struct pohmelfs_inode *parent, struct qstr *obj, struct pohmelfs_inode *target, struct qstr *tstr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c571 char *tstr; local
576 tstr = asctime(localtime(&tv.tv_sec));
577 tstr[strlen(tstr)-1] = 0;
578 fprintf(fp, "Timestamp: %s %lu usec\n", tstr, tv.tv_usec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c233 char tstr[128]; local
236 strftime(tstr, sizeof(tstr), "%Y-%m-%d %H:%M:%S %Z", Gmtime(time(&gLogTime), &lt));
243 tstr,
282 char tstr[128]; local
286 strftime(tstr, sizeof(tstr), "%Y-%m-%d %H:%M:%S %Z", Gmtime(time(&gLogTime), &lt));
293 tstr,
1438 char tstr[32]; local
1616 strftime(tstr, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1065 char tstr[80], ans[32]; local
1090 tstr[sizeof(tstr) - 1] = '\0';
1091 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(localmtime, &t));
1104 tstr
1108 (void) strftime(tstr, sizeof(tstr) - 1, DATE_SPEC, Localtime(remotemtime, &t));
1120 tstr
1140 (void) strftime(tstr, sizeo
3011 char tstr[80], ans[32]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsegment.c393 char *tstr = av_strtok(p, ",", &saveptr); local
396 if (!tstr || !tstr[0]) {
402 ret = av_parse_time(&t, tstr, 1);
405 "Invalid time duration specification '%s' in times list %s\n", tstr, times_str);

Completed in 472 milliseconds