HomeSort by: relevance | last modified time | path
    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