Home
last modified time | relevance | path

Searched refs:cmd_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py38 def check_cmd(cmd_name, cmd_dir, cmd_path=None): argument
43 if cmd_path:
45 cmd_path = os.path.abspath(cmd_path)
46 cmd = find_executable(cmd_path)
49 sys.exit("ERROR: executable `%s` not found" % (cmd_path))
/netbsd-src/external/ibm-public/postfix/dist/src/postmulti/
H A Dpostmulti.c948 char *cmd_path; in prepend_command_path() local
954 cmd_path = safe_getenv("PATH"); in prepend_command_path()
955 cmd_path = concatenate(var_command_dir, ":", (cmd_path && *cmd_path) ? in prepend_command_path()
956 cmd_path : ROOT_PATH, (char *) 0); in prepend_command_path()
957 check_setenv("PATH", cmd_path); in prepend_command_path()
958 myfree(cmd_path); in prepend_command_path()
/netbsd-src/distrib/utils/ssh/
H A Dssh.c93 int cmd_path(int, char *[]);
391 cmd_path(int argc, char *argv[]) in cmd_path() function
525 { "path", cmd_path, help_path },