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

  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 517 failure_start(const char *filename, int line, const char *fmt, ...) function
594 /* failure_start() isn't quite right, but is awfully convenient. */
595 failure_start(skipping_filename, skipping_line, "SKIPPING: %s", buff);
596 --failures; /* Undo failures++ in failure_start() */
616 failure_start(file, line, "Assertion failed: %s", condition);
629 failure_start(file, line, "chdir(\"%s\")", pathname);
642 failure_start(file, line, "chmod(\"%s\", %4.o)", pathname,
659 failure_start(file, line, "chown(\"%s\", %d, %d)", pathname,
673 failure_start(file, line, "%s != %s", e1, e2);
690 failure_start(file, line, "%s != %s", e1, e2)
    [all...]

Completed in 15 milliseconds