Searched refs:pw_shell (Results 1 – 3 of 3) sorted by relevance
49 +ndir+strlen(res->pw_shell) < size) in getpwnam_r()73 strcpy(buffer, res->pw_shell); in getpwnam_r()74 s->pw_shell = buffer; in getpwnam_r()104 pw_shell = strlen(res->pw_shell)+1; in getpwuid_r()107 +pw_dir+pw_shell < buflen) in getpwuid_r()131 strncpy(buffer, res->pw_shell, pw_shell); in getpwuid_r()132 pwd->pw_shell = buffer; in getpwuid_r()133 buffer += pw_shell; in getpwuid_r()242 +strlen(res->pw_shell) < size) in getpwnam_r()270 strcpy(buffer, res->pw_shell); in getpwnam_r()[all …]
136 printf("Shell: %s\n", pwd->pw_shell); in main()
85 pSecImpl->m_pPasswd.pw_shell = "unknown"; in osl_getCurrentSecurity()
Completed in 38 milliseconds