/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pwd.d | 287 passwd* getpwent(); 293 passwd* getpwent(); 299 passwd* getpwent(); 305 passwd* getpwent(); 311 passwd* getpwent(); 317 passwd* getpwent(); 323 passwd* getpwent(); 333 passwd* getpwent(); 339 passwd* getpwent();
|
/netbsd-src/lib/libc/gen/ |
H A D | Makefile.inc | 22 getpass.c getprogname.c getpwent.c getttyent.c \ 70 getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \ 150 MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \ 151 getpwent.3 getpwuid.3 getpwent.3 setpwent.3 152 MLINKS+=getpwent.3 getpwnam_r.3 getpwent.3 getpwuid_r.3 getpwent [all...] |
/netbsd-src/distrib/utils/libhack/ |
H A D | Makefile | 28 tpwent: getpwent.c 29 ${CC} -g -o $@.o -DTEST_MAIN -c getpwent.c
|
H A D | getpwent.c | 42 #define getpwent _getpwent macro 55 __weak_alias(getpwent,__getpwent50) 87 getpwent(void) in getpwent() function
|
H A D | Makefile.inc | 24 HACKOBJS+= getcap.o getgrent.o getnet.o getnetgr.o getpwent.o jemalloc.o \ 92 getpwent.o: ${HACKSRC}/getpwent.c
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_getpwent.c | 59 __warn_references(getpwent, 71 __weak_alias(getpwent, _getpwent) in __weak_alias() argument 133 getpwent(void) in getpwent() function
|
/netbsd-src/usr.bin/chpass/ |
H A D | Makefile | 23 SRCS+= getpwent.c 24 CPPFLAGS.getpwent.c=-UYP
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | Makefile.in | 31 WANT_IRS_PW_OBJS= dns_pw.@O@ gen_pw.@O@ getpwent.@O@ \ 55 getnetgrent.c getprotoent.c getpwent.c getservent.c \
|
H A D | getpwent.c | 56 getpwent(void) { in getpwent() function
|
H A D | getpwent_r.c | 134 struct passwd *pw = getpwent();
|
/netbsd-src/external/gpl2/gettext/dist/djgpp/ |
H A D | djpwd.h | 41 struct passwd *getpwent(void);
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_setuid.c | 87 while ((pw = getpwent()) != NULL) { in ATF_TC_BODY()
|
/netbsd-src/include/ |
H A D | pwd.h | 136 struct passwd *getpwent(void) __RENAME(__getpwent50);
|
/netbsd-src/games/canfield/cfscores/ |
H A D | cfscores.c | 89 while ((pw = getpwent()) != NULL) in main()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-passwd/ |
H A D | search.c | 143 for ( pw = getpwent(); pw != NULL; pw = getpwent() ) { in passwd_back_search()
|
/netbsd-src/lib/libc/compat/include/ |
H A D | pwd.h | 65 struct passwd50 *getpwent(void);
|
/netbsd-src/usr.bin/finger/ |
H A D | finger.c | 259 while ((pw = getpwent()) != NULL) in userlist()
|
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
H A D | spell.ok | 186 getpwent
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | Makefile.in | 54 WANT_IRS_PW_OBJS= irs/dns_pw.@O@ irs/gen_pw.@O@ irs/getpwent.@O@ \
|
/netbsd-src/games/warp/ |
H A D | config.h.SH | 79 * This symbol, if defined, indicates that the getpwent() routine function
|
/netbsd-src/usr.sbin/repquota/ |
H A D | repquota.c | 305 while ((pw = getpwent()) != 0) in printquotas()
|
/netbsd-src/usr.bin/calendar/ |
H A D | calendar.c | 186 while ((pw = getpwent()) != NULL) { in main()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | config.h.in | 52 /* Define if you have the getpwent function. */
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
H A D | config.h.in | 52 /* Define if you have the getpwent function. */
|
/netbsd-src/external/bsd/am-utils/dist/hlfsd/ |
H A D | homedir.c | 481 return getpwent();
|