Searched refs:pw_shell (Results 1 – 3 of 3) sorted by relevance
50 +ndir+strlen(res->pw_shell) < size) in getpwnam_r()74 strcpy(buffer, res->pw_shell); in getpwnam_r()75 s->pw_shell = buffer; in getpwnam_r()98 size_t pw_name, pw_passwd, pw_class, pw_gecos, pw_dir, pw_shell; in getpwuid_r() local105 pw_shell = strlen(res->pw_shell)+1; in getpwuid_r()108 +pw_dir+pw_shell < buflen) in getpwuid_r()132 strncpy(buffer, res->pw_shell, pw_shell); in getpwuid_r()133 pwd->pw_shell = buffer; in getpwuid_r()134 buffer += pw_shell; in getpwuid_r()243 +strlen(res->pw_shell) < size) in getpwnam_r()[all …]
136 printf("Shell: %s\n", pwd->pw_shell); in main()
85 pSecImpl->m_pPasswd.pw_shell = "unknown"; in osl_getCurrentSecurity()