Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 11 of 11) sorted by relevance

/libuv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
33 va_start(ap, fmt); in snprintf()
35 n = _vscprintf(fmt, ap); in snprintf()
36 vsnprintf_s(buf, len, _TRUNCATE, fmt, ap); in snprintf()
H A Dfs.c1559 const WCHAR* fmt; in fs__opendir() local
1582 fmt = L"./*"; in fs__opendir()
1584 fmt = L"%s*"; in fs__opendir()
1586 fmt = L"%s\\*"; in fs__opendir()
1594 _snwprintf(find_path, len + 3, fmt, pathw); in fs__opendir()
/libuv/test/
H A Dbenchmark-fs-stat.c78 fmt(&fmtbuf[0], 1.0 * NUM_SYNC_REQS), in sync_bench()
80 fmt(&fmtbuf[1], (1.0 * NUM_SYNC_REQS) / ((after - before) / 1e9))); in sync_bench()
117 fmt(&fmtbuf[0], 1.0 * NUM_ASYNC_REQS), in async_bench()
120 fmt(&fmtbuf[1], (1.0 * NUM_ASYNC_REQS) / ((after - before) / 1e9))); in async_bench()
H A Dbenchmark-million-async.c105 fmt(&fmtbuf[0], container->async_events), in BENCHMARK_IMPL()
107 fmt(&fmtbuf[1], container->async_events / (timeout / 1000.)), in BENCHMARK_IMPL()
108 fmt(&fmtbuf[2], container->handles_seen)); in BENCHMARK_IMPL()
H A Dbenchmark-queue-work.c65 fmt(&fmtbuf[0], events), in BENCHMARK_IMPL()
67 fmt(&fmtbuf[1], events / (timeout / 1000.))); in BENCHMARK_IMPL()
H A Dbenchmark-async-pummel.c92 fmt(&fmtbuf[0], callbacks), in test_async_pummel()
94 fmt(&fmtbuf[1], callbacks / (time / 1e9))); in test_async_pummel()
H A Dbenchmark-async.c116 fmt(&fmtbuf, NUM_PINGS / (time / 1e9))); in test_async()
H A Drunner.c40 char* fmt(char (*buf)[32], double d) { in fmt() function
H A Dtask.h278 char* fmt(char (*buf)[32], double d);
/libuv/src/
H A Dinet.c49 static const char fmt[] = "%u.%u.%u.%u"; in inet_ntop4() local
53 l = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]); in inet_ntop4()
/libuv/m4/
H A Dlibuv-check-flags.m4196 …[void __attribute__((format(printf, 1, 2))) printflike(const char *fmt, ...) { fmt = (void *)0; }],
203 [char *__attribute__((format_arg(1))) gettextlike(const char *fmt) { fmt = (void *)0; }],

Completed in 34 milliseconds