Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance
130 free(mi->exec_path); in destroy_method_info()164 if ((ret->exec_path = strdup(ret->exec_args_we.we_wordv[0])) == NULL) in create_method_info()211 (strcmp(mi->exec_path, mi2->exec_path) != 0)) { in method_info_equal()
1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/')) in expand_address()1239 ret[0] = cfg->methods[IM_START]->exec_path; in expand_address()2762 ae->adt_inetd_connect.cmd = mi->exec_path; in exec_method()2909 (void) execve(mi->exec_path, args, env); in exec_method()3038 if (restarter_is_null_method(mi->exec_path)) { in run_method()3044 if ((sig = restarter_is_kill_method(mi->exec_path)) >= 0) { in run_method()3059 if ((sig = restarter_is_kill_proc_method(mi->exec_path)) >= 0) { in run_method()3071 methods[method].name, mi->exec_path)) == NULL) in run_method()3079 mi->exec_path)) { in run_method()
117 char *exec_path; /* path passed to exec() */ member