Searched refs:getspnam_r (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | shadow.h | 82 extern struct spwd *getspnam_r(const char *, struct spwd *, char *, int);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getspent.c | 72 getspnam_r(nam, b->result, b->buffer, b->buflen)); in getspnam()
|
H A D | getspent_r.c | 54 getspnam_r(const char *name, struct spwd *result, char *buffer, int buflen) in getspnam_r() function
|
/titanic_41/usr/src/lib/passwdutil/ |
H A D | nss_attr.c | 175 if (getspnam_r(name, pwbuf->spwd, pwbuf->spwd_scratch, in nss_getpwnam()
|
/titanic_41/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 519 lshpw = getspnam_r(user, &spwd, shadow, sizeof (shadow)); in main_loop()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 387 getspnam_r
|
/titanic_41/usr/src/cmd/su/ |
H A D | su.c | 385 (getspnam_r(nptr, &sp, spbuf, sizeof (spbuf)) == NULL)) { in main()
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 811 getspnam_r.3c \ 1712 getspnam_r.3c := LINKSRC = getspnam.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1744 getspnam_r;
|
H A D | llib-lc | 544 struct spwd *getspnam_r(const char *, struct spwd *, char *, int);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 811 link path=usr/share/man/man3c/getspnam_r.3c target=getspnam.3c
|
/titanic_41/ |
H A D | .gitignore | 4949 usr/src/man/man3c/getspnam_r.3c
|