Searched refs:str2passwd (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getpwnam_r.c | 39 int str2passwd(const char *, int, void *, 75 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in getpwnam_r() 91 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in getpwuid_r() 105 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in _uncached_getpwuid_r() 139 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in _uncached_getpwnam_r() 188 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in getpwent_r() 207 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd); in fgetpwent_r() 241 str2passwd(const char *instr, int lenstr, void *ent, char *buffer, int buflen) in str2passwd() function
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 293 str2passwd(const char *instr, int lenstr, void *ent, char *buffer, int buflen) in str2passwd() function 622 NSS_XbyY_INIT(&arg, b->result, b->buffer, b->buflen, str2passwd); in getpwnam_from() 653 NSS_XbyY_INIT(&arg, b->result, b->buffer, b->buflen, str2passwd); in getpwuid_from()
|
/titanic_50/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 51 extern int str2passwd(const char *instr, int lenstr, void *ent, 1265 be->str2ent_alt = str2passwd;
|
/titanic_50/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 988 extern int str2passwd(const char *, int, void *, char *, int); 1023 if (str2passwd(pwline, sizeof (pwline), pwent, pwbuf, pwbuflen) == 0) in zone_get_user_pw()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3151 str2passwd;
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 732 SCOPED_SYMBOL|SunOS_5.6|libc.so.1|str2passwd
|