Searched refs:getpwnam (Results 1 - 25 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dlongarg_getpwnam.c38 pwd = getpwnam(long_name);
H A Dgetpwnam.c20 /* Do getpwnam() */
22 if ((pw = getpwnam(argv[1])) == NULL) {
H A Dinitgroups.c13 if (!(pw = getpwnam(argv[1]))) {
H A Dgetent.c63 pwd = getpwnam (key[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Ddjpwd.h2 Needed by getpwnam.c
37 struct passwd * getpwnam(const char *_name);
H A Dgetpwnam.c21 getpwnam(const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dcvsuser.c26 struct passwd * getpwnam (const char *name) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dpwd_.h51 #define getpwnam bb_internal_getpwnam macro
85 extern struct passwd *getpwnam(__const char *__name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_pwd.c83 myuser = getpwnam(name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Duidgid_get.c58 pwd = getpwnam(user);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dsu.c53 pw = getpwnam(opt_username);
H A Ddeluser.c116 } else if (ENABLE_DESKTOP && ENABLE_DELGROUP && getpwnam(argv[1]))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Drenice.c85 p = getpwnam(arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_guest.c65 if ((pwent = getpwnam(guest)) == NULL) {
66 LOG(log_error, logtype_uams, "noauth_login: getpwnam( %s ): %s",
126 if (getpwnam(username) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_printer.c68 if (!(pw = getpwnam(username))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duid.c113 this_passwd = getpwnam ( username );
H A Dgettok.c165 if ( u == NULL || ( pwent = getpwnam( u )) == NULL ) {
H A Duam.c230 if ((pwent = getpwnam(name)))
242 pwent = getpwnam(p);
289 return pwent ? getpwnam(name) : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Did.c64 p = getpwnam(argv[optind]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/macusers/
H A Dmacusers115 ($t, $t, $uid, $t, $t, $t, $name, $t, $t) = getpwnam($user);
H A Dmacusers.in115 ($t, $t, $uid, $t, $t, $t, $name, $t, $t) = getpwnam($user);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Duam.c200 if ((pwent = getpwnam(name)))
224 return pwent ? getpwnam(name) : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c89 pas = getpwnam(av[i]);
324 pas = getpwnam(user);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmisc.c54 pw = getpwnam( username);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getpw.c110 p = getpwnam(nam);

Completed in 116 milliseconds

1234