Home
last modified time | relevance | path

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

/openbsd/usr.bin/ftp/
H A Dcmds.c965 char shellnam[PATH_MAX], *shellp, *namep; in shell() local
980 shellnam[0] = '-'; in shell()
981 (void)strlcpy(shellnam + 1, ++namep, sizeof(shellnam) - 1); in shell()
983 shellnam[0] = '+'; in shell()
990 execl(shellp, shellnam, "-c", altarg, (char *)NULL); in shell()
993 execl(shellp, shellnam, (char *)NULL); in shell()