Lines Matching refs:pw_shell
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()
97 size_t pw_name, pw_passwd, pw_class, pw_gecos, pw_dir, pw_shell; in getpwuid_r() local
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()
271 s->pw_shell = buffer; in getpwnam_r()