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

/freebsd-12-stable/usr.bin/apply/
H A Dapply.c72 char *cmd, *name, *p, *shell, *slashp, *tmpshell; local
125 tmpshell = getenv("SHELL");
126 shell = (tmpshell != NULL) ? strdup(tmpshell) : strdup(_PATH_BSHELL);

Completed in 102 milliseconds