Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_dbg.c36 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; in tool_debug_cb() local
69 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in tool_debug_cb()
73 timebuf[0] = 0; in tool_debug_cb()
115 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
123 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
132 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
148 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb()
175 dump(timebuf, text, output, (unsigned char *)data, i + 4, in tool_debug_cb()
189 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, %zu bytes (0x%zx)\n", timebuf, text, in libtest_debug_dump()
93 char timebuf[20]; in libtest_debug_cb() local
99 timebuf[0] = '\0'; in libtest_debug_cb()
100 timestr = &timebuf[0]; in libtest_debug_cb()
111 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in libtest_debug_cb()
142 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.c107 char timebuf[20]; in logmsg() local
124 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in logmsg()
134 fprintf(logfp, "%s %s\n", timebuf, buffer); in logmsg()
142 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.c108 char timebuf[60]; in my_trace() local
126 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace()
131 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.c91 static char timebuf[128]; in print_time() local
104 snprintf(timebuf, sizeof(timebuf), in print_time()
110 return timebuf; in print_time()
/external/lz4/programs/
Dutil.h288 struct utimbuf timebuf; in UTIL_setFileStat() local
293 timebuf.actime = time(NULL); in UTIL_setFileStat()
294 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
295 res += utime(filename, &timebuf); /* set access and modification times */ in UTIL_setFileStat()
/external/curl/lib/
Dasyn-ares.c249 struct timeval timebuf; in Curl_resolver_getsock() local
259 &timebuf); in Curl_resolver_getsock()
Dftp.c2055 char timebuf[24]; in ftp_state_mdtm_resp() local
2058 msnprintf(timebuf, sizeof(timebuf), in ftp_state_mdtm_resp()
2062 data->info.filetime = curl_getdate(timebuf, &secs); in ftp_state_mdtm_resp()
/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.c555 struct tms timebuf; in TEST_SIGNAL() local
556 clock_t clock = times(&timebuf); in TEST_SIGNAL()
565 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()