Searched refs:getpwent_r (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getpwnam.c | 93 getpwent_r(b->result, b->buffer, b->buflen)); in getpwent()
|
H A D | getpwnam_r.c | 180 getpwent_r(struct passwd *result, char *buffer, int buflen) in getpwent_r() function
|
/titanic_50/usr/src/head/ |
H A D | pwd.h | 73 extern struct passwd *getpwent_r(struct passwd *, char *, int);
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | homedir.c | 401 while((pwd = getpwent_r(&pwd_buffer, home->buffer, home->buflen)) != NULL && !waserr) {
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 405 PASS_R_RETURN getpwent_r(struct passwd *pwptr, PASS_R_ARGS);
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 376 getpwent_r
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 843 getpwent_r.3c \ 1801 getpwent_r.3c := LINKSRC = getpwnam.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2090 getpwent_r;
|
H A D | llib-lc | 530 struct passwd *getpwent_r(struct passwd *, char *, int);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 843 link path=usr/share/man/man3c/getpwent_r.3c target=getpwnam.3c
|
/titanic_50/ |
H A D | .gitignore | 4943 usr/src/man/man3c/getpwent_r.3c
|