/bind-9.6-ESV-R11/contrib/sdb/bdb/ |
H A D | zone2bdb.c | 106 usage(const char *prog) argument 109 fprintf(stderr, "Usage: %s <origin> <zonefile> <db>\n", prog);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | process.hpp | 250 exec(const atf::fs::path& prog, const argv_array& argv, argument 257 atf_error_t err = atf_process_exec_array(&s, prog.c_path(), 270 exec(const atf::fs::path& prog, const argv_array& argv, argument 273 return exec(prog, argv, outsb, errsb, NULL);
|
H A D | fs.cpp | 468 impl::have_prog_in_path(const std::string& prog) argument 470 PRE(prog.find('/') == std::string::npos); 484 if (is_executable(dir / prog))
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | misc.c | 672 ** is_exec_ok (prog) 674 ** "prog" do not match the current user or the file permissions 677 ** return 1 if the execution of the command "prog" will not 680 int is_exec_ok (const char *prog) argument 685 if ( stat (prog, &st) < 0 )
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | process.c | 617 const atf_fs_path_t *prog, 625 struct exec_args ea = { prog, argv, prehook }; 650 const atf_fs_path_t *prog, 669 err = atf_process_exec_array(s, prog, argv2, outsb, errsb, prehook); 616 atf_process_exec_array(atf_process_status_t *s, const atf_fs_path_t *prog, const char *const *argv, const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void (*prehook)(void)) argument 649 atf_process_exec_list(atf_process_status_t *s, const atf_fs_path_t *prog, const atf_list_t *argv, const atf_process_stream_t *outsb, const atf_process_stream_t *errsb, void (*prehook)(void)) argument
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 429 const char *prog; member in struct:prog_found_pair 444 err = atf_fs_path_init_fmt(&p, "%s/%s", dir, pf->prog); 465 check_prog(struct context *ctx, const char *prog) argument 470 err = atf_fs_path_init_fmt(&p, "%s", prog); 482 "not be found", prog); 499 "for a program (%s)", prog); 503 pf.prog = prog; 515 "not be found in the PATH", prog); 877 _atf_tc_require_prog(struct context *ctx, const char *prog) argument 1116 atf_tc_require_prog(const char *prog) argument [all...] |
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/ |
H A D | nslint.c | 135 char *prog; variable 210 prog = cp + 1; 212 prog = argv[0]; 391 prog, strerror(errno)); 421 prog, file); 424 fprintf(stderr, "%s: %s: %s\n", prog, file, strerror(errno)); 428 printf("%s: doit: opened %s\n", prog, file); 471 prog, cp2, strerror(errno)); 510 prog, file, n, errstr); 549 prog, fil [all...] |