Searched refs:shellname (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getusershell.c | 139 char shellname[] = "shells-XXXXX"; in _dns_initshells() local 152 snprintf(shellname, sizeof(shellname)-1, "shells-%d", hsindex); in _dns_initshells() 153 hp = hesiod_resolve(context, shellname, "shells"); in _dns_initshells()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 1290 char *shellp, *shellname; in shell() local 1295 if ((shellname = strrchr(shellp, '/')) == 0) in shell() 1296 shellname = shellp; in shell() 1298 shellname++; in shell() 1300 execl(shellp, shellname, "-c", &saveline[1], NULL); in shell() 1302 execl(shellp, shellname, NULL); in shell()
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 1360 const char *shellp, *shellname; in shell() local 1365 if ((shellname = strrchr(shellp, '/')) == 0) in shell() 1366 shellname = shellp; in shell() 1368 shellname++; in shell() 1370 execl(shellp, shellname, "-c", &saveline[1], (char *)0); in shell() 1372 execl(shellp, shellname, (char *)0); in shell()
|