Searched defs:timebuf (Results 1 - 10 of 10) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c95 char timebuf[256]; local
103 strftime(timebuf, 256, "%H:%M:%S", lt);
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
/external/curl/tests/libtest/
H A Dtesttrace.c34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, argument
46 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text,
92 char timebuf[20]; local
98 timebuf[0] = '\0';
99 timestr = &timebuf[0];
109 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
139 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
/external/curl/src/
H A Dtool_cb_dbg.c35 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; local
68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
72 timebuf[0] = 0;
114 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
122 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
131 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
147 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
174 dump(timebuf, tex
215 dump(const char *timebuf, const char *text, FILE *stream, const unsigned char *ptr, size_t size, trace tracetype, curl_infotype infotype) argument
[all...]
/external/blktrace/
H A Dblkparse_fmt.c86 static char timebuf[128]; local
99 snprintf(timebuf, sizeof(timebuf),
105 return timebuf;
/external/curl/docs/examples/
H A Dhttp2-upload.c109 char timebuf[20]; local
128 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
133 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data);
/external/curl/tests/server/
H A Dutil.c98 char timebuf[20]; local
115 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
124 fprintf(logfp, "%s %s\n", timebuf, buffer);
132 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
/external/eigen/unsupported/test/
H A DFFTW.cpp29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf) argument
36 long double phinc = -2.*k0* pi / timebuf.size();
37 for (size_t k1=0;k1<(size_t)timebuf.size();++k1) {
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
/external/curl/lib/
H A Dasyn-ares.c221 struct timeval timebuf; local
231 &timebuf);
/external/opencv3/modules/videoio/src/
H A Dcap_gphoto2.cpp1123 char timebuf[200]; local
1127 strftime(timebuf, sizeof(timebuf), "%c", xtm);
1128 os << t << ":" << timebuf << separator;
/external/fio/
H A Dgclient.c123 char tmp[64], timebuf[80]; local
128 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000);
133 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1);

Completed in 624 milliseconds