Searched refs:avshellbuf (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/su/
H A Dsu.c68 char avshellbuf[PATH_MAX]; local
326 avshellbuf[0] = '-';
329 avshellbuf[0] = '_';
331 strlcpy(avshellbuf+1, avshell, sizeof(avshellbuf) - 1);
332 avshell = avshellbuf;
334 avshellbuf[0] = '-';
335 strlcpy(avshellbuf+1, avshell, sizeof(avshellbuf) - 1);
336 avshell = avshellbuf;
[all...]

Completed in 101 milliseconds