OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testprintf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/
configure
7182
static int
testprintf
(char *buf, size_t size, const char *format, ...)
7195
if (
testprintf
(buf, 4, "The answer is %27.2g.", 42.0) != 42 ||
7196
testprintf
(buf, 0, "No, it's %32zu.", (size_t)42) != 42 ||
/src/external/bsd/ntp/dist/
configure
16714
static int
testprintf
(char *buf, size_t size, const char *format, ...)
16727
if (
testprintf
(buf, 4, "The answer is %27.2g.", 42.0) != 42 ||
16728
testprintf
(buf, 0, "No, it's %32zu.", (size_t)42) != 42 ||
Completed in 32 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026