/titanic_50/usr/src/lib/libadm/common/ |
H A D | ckuid.c | 70 while (pwdptr = getpwent()) { in setmsg() 93 while (pwdptr = getpwent()) in ckuid_dsp() 116 pwdptr = getpwent(); in ckpwdfile()
|
/titanic_50/usr/src/lib/libcmdutils/common/ |
H A D | uid.c | 56 for (pwd = getpwent(); pwd != NULL; pwd = getpwent()) { in findnextuid()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | pwd.h | 51 extern struct passwd *getpwent();
|
/titanic_50/usr/src/lib/nsswitch/compat/ |
H A D | Makefile.com | 33 OBJECTS = getpwent.o \
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | pwd.h | 72 extern struct passwd *getpwent();
|
/titanic_50/usr/src/cmd/getent/ |
H A D | dogetpw.c | 46 while ((pwp = getpwent()) != NULL) in dogetpw()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | getpwnam.c | 88 getpwent(void) in getpwent() function
|
/titanic_50/usr/src/head/ |
H A D | pwd.h | 82 extern struct passwd *getpwent(void); /* MT-unsafe */
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 237 (void) getpwent(); in daemon_init()
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | homedir.c | 403 while((pwd = getpwent()) != NULL && !waserr) {
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | account.c | 199 while ((passent = getpwent()) != NULL){
|
/titanic_50/usr/src/cmd/grpck/ |
H A D | grpck.c | 136 while ((pwp = getpwent()) != NULL) { in main()
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 704 extern struct passwd *getpwent(); 1313 extern struct passwd *getpwent(); 1619 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
|
/titanic_50/usr/src/cmd/users/ |
H A D | users.c | 888 while (pwent = getpwent()) { in main()
|
/titanic_50/usr/src/cmd/gss/gsscred/ |
H A D | gsscred.c | 276 while ((aUser = getpwent()) != NULL) { in addUser()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.file.c | 490 if ((pw = getpwent()) == NULL) in getentry()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 375 getpwent
|
/titanic_50/usr/src/cmd/logins/ |
H A D | logins.c | 1154 while ((pw = getpwent()) != NULL) { in build_localpw()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 362 while ((pw = getpwent()) != NULL) { in donames()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | recipient.c | 1235 while ((pw = getpwent()) != NULL)
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 842 getpwent.3c \ 1800 getpwent.3c := LINKSRC = getpwnam.3c
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2089 getpwent;
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 842 link path=usr/share/man/man3c/getpwent.3c target=getpwnam.3c
|
/titanic_50/ |
H A D | .gitignore | 4942 usr/src/man/man3c/getpwent.3c
|