Searched refs:create_resfile (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c85 static void create_resfile(const char *, const char *, const int,
209 create_resfile(const char *resfile, const char *result, const int arg, function
287 create_resfile(ctx->resfile, "expected_failure", -1, reason);
297 create_resfile(ctx->resfile, "failed", -1, reason);
332 create_resfile(ctx->resfile, "passed", -1, NULL);
345 create_resfile(ctx->resfile, "skipped", -1, reason);
358 * the reason will eventually be fed to create_resfile, which will release
949 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
966 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
982 create_resfile(ct
[all...]

Completed in 47 milliseconds