HomeSort by: relevance | last modified time | path
    Searched defs:fmtassert (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
assert.c 52 fmtassert(char *buf, size_t len, const char *file, int line, function in typeref:typename:int
68 int l = fmtassert(buf, sizeof(buf), file, line, function, failedexpr);
128 fmtassert(buf, sizeof(buf), file, line, function, failedexpr);
assert.c 52 fmtassert(char *buf, size_t len, const char *file, int line, function in typeref:typename:int
68 int l = fmtassert(buf, sizeof(buf), file, line, function, failedexpr);
128 fmtassert(buf, sizeof(buf), file, line, function, failedexpr);

Completed in 20 milliseconds