Lines Matching defs:prog
425 const char *prog;
440 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog);
461 check_prog(struct context *ctx, const char *prog)
466 err = atf_fs_path_init_fmt(&p, "%s", prog);
478 "not be found", prog);
495 "for a program (%s)", prog);
499 pf.prog = prog;
511 "not be found in the PATH", prog);
875 _atf_tc_require_prog(struct context *ctx, const char *prog)
877 check_fatal_error(check_prog(ctx, prog));
1114 atf_tc_require_prog(const char *prog)
1118 _atf_tc_require_prog(&Current, prog);