HomeSort by: relevance | last modified time | path
    Searched defs:avshell (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/su/
su.c 113 const char *user, *shell, *avshell; local in function:main
316 avshell = p+1;
318 avshell = shell;
322 iscsh = strstr(avshell, "csh") ? YES : NO;
397 (void)estrlcpy(avshellbuf + 1, avshell, sizeof(avshellbuf) - 1);
398 avshell = avshellbuf;
402 (void)estrlcpy(avshellbuf + 1, avshell, sizeof(avshellbuf) - 1);
403 avshell = avshellbuf;
405 *np = __UNCONST(avshell);
su_pam.c 108 const char *user, *shell, *avshell; local in function:main
330 avshell = p + 1;
332 avshell = shell;
336 iscsh = strstr(avshell, "csh") ? YES : NO;
520 (void)estrlcpy(avshellbuf + 1, avshell, sizeof(avshellbuf) - 1);
521 avshell = avshellbuf;
525 (void)estrlcpy(avshellbuf + 1, avshell, sizeof(avshellbuf) - 1);
526 avshell = avshellbuf;
528 *np = __UNCONST(avshell);

Completed in 11 milliseconds