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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c130 free(mi->exec_path);
164 if ((ret->exec_path = strdup(ret->exec_args_we.we_wordv[0])) == NULL)
211 (strcmp(mi->exec_path, mi2->exec_path) != 0)) {
H A Dinetd_impl.h117 char *exec_path; /* path passed to exec() */ member in struct:__anon188
H A Dinetd.c1233 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/'))
1237 ret[0] = cfg->methods[IM_START]->exec_path;
2753 ae->adt_inetd_connect.cmd = mi->exec_path;
2900 (void) execve(mi->exec_path, args, env);
3029 if (restarter_is_null_method(mi->exec_path)) {
3035 if ((sig = restarter_is_kill_method(mi->exec_path)) >= 0) {
3050 if ((sig = restarter_is_kill_proc_method(mi->exec_path)) >= 0) {
3062 methods[method].name, mi->exec_path)) == NULL)
3070 mi->exec_path)) {

Completed in 58 milliseconds