HomeSort by: relevance | last modified time | path
    Searched defs:shellarg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
exec_script.c 125 char *cp, *shellname, *shellarg; local in function:exec_script_makecmds
169 shellarg = NULL;
192 shellarg = cp;
252 if (shellarg != NULL) {
255 strlcpy(tmpsap->fa_arg, shellarg, tmpsap->fa_len);
exec_script.c 125 char *cp, *shellname, *shellarg; local in function:exec_script_makecmds
169 shellarg = NULL;
192 shellarg = cp;
252 if (shellarg != NULL) {
255 strlcpy(tmpsap->fa_arg, shellarg, tmpsap->fa_len);

Completed in 179 milliseconds