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

  /src/sys/kern/
exec_script.c 125 char *cp, *shellname, *shellarg; local in function:exec_script_makecmds
173 shellname = cp;
250 strlcpy(tmpsap->fa_arg, shellname, tmpsap->fa_len);
290 if ((error = exec_makepathbuf(l, shellname, UIO_SYSSPACE,
  /src/lib/libc/gen/
getusershell.c 276 char shellname[] = "shells-NNNNNNNNNN"; local in function:_dns_getusershell
298 snprintf(shellname, sizeof(shellname), "shells-%d", _dns_state.num);
301 hp = hesiod_resolve(_dns_state.context, shellname, "shells");
  /src/usr.bin/telnet/
commands.c 1385 const char *shellp, *shellname;
1390 if ((shellname = strrchr(shellp, '/')) == 0)
1391 shellname = shellp;
1393 shellname++;
1395 execl(shellp, shellname, "-c", &saveline[1], NULL);
1397 execl(shellp, shellname, NULL);
1379 const char *shellp, *shellname; local in function:shell

Completed in 12 milliseconds