Searched defs:timebuf (Results 1 - 13 of 13) 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,
94 char timebuf[20]; local
100 timebuf[0] = '\0';
101 timestr = &timebuf[0];
111 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
142 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
/external/curl/src/
H A Dtool_cb_dbg.c36 static void dump(const char *timebuf, const char *text,
54 char timebuf[20]; local
69 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
73 timebuf[0] = 0;
115 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
123 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
132 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
148 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
175 dump(timebuf, tex
219 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.c116 char timebuf[20]; local
135 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
140 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data);
/external/curl/tests/server/
H A Dutil.c108 char timebuf[20]; local
125 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
134 fprintf(logfp, "%s %s\n", timebuf, buffer);
142 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 = (long double)(-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.c219 struct timeval timebuf; local
229 &timebuf);
H A Dftp.c2056 char timebuf[24]; local
2059 snprintf(timebuf, sizeof(timebuf),
2063 data->info.filetime = (long)curl_getdate(timebuf, &secs);
/external/lz4/programs/
H A Dutil.h178 struct utimbuf timebuf; local
180 timebuf.actime = time(NULL);
181 timebuf.modtime = statbuf->st_mtime;
182 res += utime(filename, &timebuf); /* set access and modification times */
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c454 struct tms timebuf; local
455 clock_t clock = times(&timebuf);
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
/external/fio/
H A Dgclient.c124 char tmp[64], timebuf[80]; local
129 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000);
134 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1);
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c542 struct tms timebuf; local
543 clock_t clock = times(&timebuf);
552 EXPECT_LE(clock, syscall(__NR_times, &timebuf));

Completed in 856 milliseconds