Home
last modified time | relevance | path

Searched refs:getpwent (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpwd.d287 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 DMakefile.inc22 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 DMakefile28 tpwent: getpwent.c
29 ${CC} -g -o $@.o -DTEST_MAIN -c getpwent.c
H A Dgetpwent.c42 #define getpwent _getpwent macro
55 __weak_alias(getpwent,__getpwent50)
87 getpwent(void) in getpwent() function
H A DMakefile.inc24 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 Dcompat_getpwent.c59 __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 DMakefile23 SRCS+= getpwent.c
24 CPPFLAGS.getpwent.c=-UYP
/netbsd-src/external/bsd/libbind/dist/irs/
H A DMakefile.in31 WANT_IRS_PW_OBJS= dns_pw.@O@ gen_pw.@O@ getpwent.@O@ \
55 getnetgrent.c getprotoent.c getpwent.c getservent.c \
H A Dgetpwent.c56 getpwent(void) { in getpwent() function
H A Dgetpwent_r.c134 struct passwd *pw = getpwent();
/netbsd-src/external/gpl2/gettext/dist/djgpp/
H A Ddjpwd.h41 struct passwd *getpwent(void);
/netbsd-src/tests/lib/libc/sys/
H A Dt_setuid.c87 while ((pw = getpwent()) != NULL) { in ATF_TC_BODY()
/netbsd-src/include/
H A Dpwd.h136 struct passwd *getpwent(void) __RENAME(__getpwent50);
/netbsd-src/games/canfield/cfscores/
H A Dcfscores.c89 while ((pw = getpwent()) != NULL) in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dsearch.c143 for ( pw = getpwent(); pw != NULL; pw = getpwent() ) { in passwd_back_search()
/netbsd-src/lib/libc/compat/include/
H A Dpwd.h65 struct passwd50 *getpwent(void);
/netbsd-src/usr.bin/finger/
H A Dfinger.c259 while ((pw = getpwent()) != NULL) in userlist()
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok186 getpwent
/netbsd-src/external/bsd/libbind/dist/
H A DMakefile.in54 WANT_IRS_PW_OBJS= irs/dns_pw.@O@ irs/gen_pw.@O@ irs/getpwent.@O@ \
/netbsd-src/games/warp/
H A Dconfig.h.SH79 * This symbol, if defined, indicates that the getpwent() routine function
/netbsd-src/usr.sbin/repquota/
H A Drepquota.c305 while ((pw = getpwent()) != 0) in printquotas()
/netbsd-src/usr.bin/calendar/
H A Dcalendar.c186 while ((pw = getpwent()) != NULL) { in main()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dconfig.h.in52 /* Define if you have the getpwent function. */
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dconfig.h.in52 /* Define if you have the getpwent function. */
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c481 return getpwent();

123