Home
last modified time | relevance | path

Searched refs:shellname (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dgetusershell.c145 char shellname[] = "shells-XXXXX"; in _dns_initshells() local
158 snprintf(shellname, sizeof(shellname)-1, "shells-%d", hsindex); in _dns_initshells()
159 hp = hesiod_resolve(context, shellname, "shells"); in _dns_initshells()
/dragonfly/usr.bin/telnet/
H A Dcommands.c1327 const char *shellp, *shellname; in shell() local
1332 if ((shellname = strrchr(shellp, '/')) == NULL) in shell()
1333 shellname = shellp; in shell()
1335 shellname++; in shell()
1337 execl(shellp, shellname, "-c", &saveline[1], NULL); in shell()
1339 execl(shellp, shellname, NULL); in shell()