Home
last modified time | relevance | path

Searched refs:timebuf (Results 1 – 13 of 13) sorted by relevance

/external/curl/src/
Dtool_cb_dbg.c35 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; in tool_debug_cb() local
68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in tool_debug_cb()
72 timebuf[0] = 0; in tool_debug_cb()
114 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
122 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
131 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
147 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
174 dump(timebuf, text, output, data, i + 4, config->tracetype, type); in tool_debug_cb()
187 fprintf(output, "%s== Info: %s", timebuf, data); in tool_debug_cb()
[all …]
/external/curl/tests/libtest/
Dtesttrace.c34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, in libtest_debug_dump() argument
46 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text, in libtest_debug_dump()
92 char timebuf[20]; in libtest_debug_cb() local
98 timebuf[0] = '\0'; in libtest_debug_cb()
99 timestr = &timebuf[0]; in libtest_debug_cb()
109 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in libtest_debug_cb()
139 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex); in libtest_debug_cb()
/external/eigen/unsupported/doc/examples/
DFFT.cpp78 vector<T_time> timebuf(nfft); in fwd_inv() local
79 RandomFill(timebuf); in fwd_inv()
83 fft.fwd(freqbuf,timebuf); in fwd_inv()
88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf); in fwd_inv()
/external/curl/tests/server/
Dutil.c98 char timebuf[20]; in logmsg() local
115 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in logmsg()
124 fprintf(logfp, "%s %s\n", timebuf, buffer); in logmsg()
132 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer); in logmsg()
/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c95 char timebuf[256]; in dumpPacket() local
103 strftime(timebuf, 256, "%H:%M:%S", lt); in dumpPacket()
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir); in dumpPacket()
/external/curl/docs/examples/
Dhttp2-upload.c114 char timebuf[20]; in my_trace() local
133 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace()
138 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); in my_trace()
/external/eigen/unsupported/test/
DFFTW.cpp29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf) in fft_rmse() argument
36 long double phinc = (long double)(-2.)*k0* pi / timebuf.size(); in fft_rmse()
37 for (size_t k1=0;k1<(size_t)timebuf.size();++k1) { in fft_rmse()
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) ); in fft_rmse()
/external/blktrace/
Dblkparse_fmt.c86 static char timebuf[128]; in print_time() local
99 snprintf(timebuf, sizeof(timebuf), in print_time()
105 return timebuf; in print_time()
/external/lz4/programs/
Dutil.h178 struct utimbuf timebuf; in UTIL_setFileStat() local
180 timebuf.actime = time(NULL); in UTIL_setFileStat()
181 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
182 res += utime(filename, &timebuf); /* set access and modification times */ in UTIL_setFileStat()
/external/curl/lib/
Dasyn-ares.c221 struct timeval timebuf; in Curl_resolver_getsock() local
231 &timebuf); in Curl_resolver_getsock()
/external/fio/
Dgclient.c123 char tmp[64], timebuf[80]; in gfio_text_op() local
128 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000); in gfio_text_op()
133 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1); in gfio_text_op()
/external/seccomp-tests/linux/
Dseccomp_bpf.c454 struct tms timebuf; in TEST_SIGNAL() local
455 clock_t clock = times(&timebuf); in TEST_SIGNAL()
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c454 struct tms timebuf; in TEST_SIGNAL() local
455 clock_t clock = times(&timebuf); in TEST_SIGNAL()
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()