Searched refs:shellname (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/lib/libc/gen/ |
| H A D | getusershell.c | 141 char shellname[] = "shells-XXXXX"; in _dns_initshells() local 154 snprintf(shellname, sizeof(shellname)-1, "shells-%d", hsindex); in _dns_initshells() 155 hp = hesiod_resolve(context, shellname, "shells"); in _dns_initshells()
|
| /freebsd-13.1/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-13.1/contrib/telnet/telnet/ |
| H A D | commands.c | 1362 const char *shellp, *shellname; in shell() local 1367 if ((shellname = strrchr(shellp, '/')) == 0) in shell() 1368 shellname = shellp; in shell() 1370 shellname++; in shell() 1372 execl(shellp, shellname, "-c", &saveline[1], (char *)0); in shell() 1374 execl(shellp, shellname, (char *)0); in shell()
|