Home
last modified time | relevance | path

Searched refs:pw_shell (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sal/osl/unx/
H A Dsystem.c50 +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() local
105 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 …]
/AOO42X/main/sal/workben/
H A Dtgetpwnam.cxx136 printf("Shell: %s\n", pwd->pw_shell); in main()
/AOO42X/main/sal/osl/os2/
H A Dsecurity.c85 pSecImpl->m_pPasswd.pw_shell = "unknown"; in osl_getCurrentSecurity()