HomeSort by: relevance | last modified time | path
    Searched refs:getpwent (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/distrib/utils/libhack/
Makefile 28 tpwent: getpwent.c
29 ${CC} -g -o $@.o -DTEST_MAIN -c getpwent.c
getpwent.c 1 /* $NetBSD: getpwent.c,v 1.12 2011/01/12 23:34:00 joerg Exp $ */
33 * Copied from: lib/libc/gen/getpwent.c
34 * NetBSD: getpwent.c,v 1.48 2000/10/03 03:22:26 enami Exp
42 #define getpwent _getpwent macro
55 __weak_alias(getpwent,__getpwent50)
87 getpwent(void) function
  /src/external/gpl2/gettext/dist/djgpp/
djpwd.h 41 struct passwd *getpwent(void);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pwd.d 280 passwd* getpwent();
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();
    [all...]
  /src/usr.bin/chpass/
Makefile 23 SRCS+= getpwent.c
24 CPPFLAGS.getpwent.c=-UYP
  /src/lib/libc/compat/gen/
compat_getpwent.c 59 __warn_references(getpwent,
60 "warning: reference to compatibility getpwent(); include <pwd.h> to generate correct reference")
71 __weak_alias(getpwent, _getpwent)
133 getpwent(void) function
  /src/tests/lib/libc/sys/
t_setuid.c 87 while ((pw = getpwent()) != NULL) {
  /src/lib/libc/gen/
Makefile.inc 22 getpass.c getprogname.c getpwent.c getttyent.c \
70 getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \
149 MLINKS+=getpwent.3 endpwent.3 getpwent.3 setpassent.3 getpwent.3 getpwnam.3 \
150 getpwent.3 getpwuid.3 getpwent.3 setpwent.3
151 MLINKS+=getpwent.3 getpwnam_r.3 getpwent.3 getpwuid_r.3 getpwent.3 getpwent_r.
    [all...]
  /src/games/canfield/cfscores/
cfscores.c 89 while ((pw = getpwent()) != NULL)
  /src/include/
pwd.h 136 struct passwd *getpwent(void) __RENAME(__getpwent50);
  /src/lib/libc/compat/include/
pwd.h 65 struct passwd50 *getpwent(void);
  /src/usr.bin/finger/
finger.c 259 while ((pw = getpwent()) != NULL)
  /src/external/bsd/libbind/dist/irs/
getpwent.c 1 /* $NetBSD: getpwent.c,v 1.1.1.2 2012/09/09 16:07:55 christos Exp $ */
21 static const char rcsid[] = "Id: getpwent.c,v 1.3 2005/04/27 04:56:26 sra Exp ";
56 getpwent(void) { function
getpwent_r.c 134 struct passwd *pw = getpwent();
  /src/external/bsd/openldap/dist/servers/slapd/back-passwd/
search.c 143 for ( pw = getpwent(); pw != NULL; pw = getpwent() ) {
  /src/usr.bin/calendar/
calendar.c 186 while ((pw = getpwent()) != NULL) {
  /src/usr.sbin/repquota/
repquota.c 305 while ((pw = getpwent()) != 0)
  /src/games/warp/
config.h.SH 78 /* GETPWENT:
79 * This symbol, if defined, indicates that the getpwent() routine
82 #$d_getpwent GETPWENT /**/
  /src/bin/csh/
file.c 447 if ((pw = getpwent()) == NULL)
  /src/lib/libedit/
readline.c 1905 (pass = getpwent()) != NULL
  /src/usr.bin/getent/
getent.c 447 while ((pw = getpwent()) != NULL)
  /src/external/bsd/am-utils/dist/hlfsd/
homedir.c 458 * afterwards. On Solaris 2.5.1, making getpwent() calls after calling
481 return getpwent();
  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 95 /* Most systems don't declare getpwent in <pwd.h> if _POSIX_SOURCE is
98 extern struct passwd *getpwent (void);
2307 while (entry = getpwent ())
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 95 /* Most systems don't declare getpwent in <pwd.h> if _POSIX_SOURCE is
98 extern struct passwd *getpwent PARAMS((void));
2289 while (entry = getpwent ())
  /src/lib/libc/include/
namespace.h 412 #define getpwent _getpwent macro

Completed in 57 milliseconds

1 2