Searched refs:getpwnam (Results 51 - 75 of 91) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dpam_winbind.c460 /* no need to check for pam_error codes for getpwnam() */
1036 pwd = getpwnam(user);
1264 pwd = getpwnam(user);
1873 pwd = getpwnam(user);
1927 pwd = getpwnam(user);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c754 register struct passwd *pp = getpwnam(homedir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Doptions.c120 if (!((temp = getpwnam(foo))))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c316 this_passwd = getpwnam ( username );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_file.c306 is dynamically allocated (I think) by getpwnam. This structure
309 the passwd structure. Read the man page for getpwnam to see what I
332 passwdEntry = getpwnam (userName); /* dynamically allocated? */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Drules.c260 pwd = getpwnam(param);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dpseudo.c396 struct passwd *pwuid = getpwnam(suid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c731 struct passwd *entry = getpwnam(ary_options[i].value);
860 struct passwd *entry = getpwnam(argv[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile.am108 djgpp/getpwnam.c djgpp/msginit.sed djgpp/tscript.sed \
H A DMakefile.in188 djgpp/fnchange.lst djgpp/getpwnam.c djgpp/msginit.sed \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c974 /* 1. attempt: getpwnam(getenv("USER")) */
979 userpasswd = getpwnam (username);
983 error (EXIT_FAILURE, errno, "getpwnam(\"%s\")", username);
986 /* 2. attempt: getpwnam(getlogin()) */
991 userpasswd = getpwnam (username);
995 error (EXIT_FAILURE, errno, "getpwnam(\"%s\")", username);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dmount.cifs.c498 if (!(pw = getpwnam(value))) {
1009 if (!(pw = getpwnam(optarg))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_usershare.c610 if (getpwnam(sharename)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c427 * sure we don't read anything sensitive. If the getpwnam() fails,
430 (passwd = getpwnam("nobody")) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c427 * sure we don't read anything sensitive. If the getpwnam() fails,
430 (passwd = getpwnam("nobody")) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dmain.c1174 if (!(pw = getpwnam(AVAHI_USER))) {
1250 if (!(pw = getpwnam(AVAHI_USER))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.c1173 if (!(pw = getpwnam(AVAHI_USER))) {
1251 if (!(pw = getpwnam(AVAHI_USER))) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c1088 if (flag == UID && (pw_ent = getpwnam(string)) != NULL)
1606 if ((pwent = getpwnam(tmp)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c470 if (sep->se_user && (pwd = getpwnam(sep->se_user)) &&
1459 pwd = getpwnam(sep->se_user);
1461 bb_error_msg("getpwnam: %s: no such user", sep->se_user);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1289 if ( u == NULL || *u == '\0' || ( pw = getpwnam( u )) == NULL ) {
1304 pwent = getpwnam(obj->username);
1967 if ((pwent = getpwnam(obj->username))) {
H A Dacls.c279 EC_NULL_LOG(pwd = getpwnam(name));
793 EC_NULL_LOG(pwd = getpwnam(name));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c1032 Wrappers for getpwnam(), getpwuid(), getgrnam(), getgrgid()
1057 return getpwnam(name);
1113 return getpwnam(name);
1258 Wide getpwnam. Return a structure pointer containing wide names.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c589 if ((pw = getpwnam(user)) != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c450 if (daemon->username && (ent_pw = getpwnam(daemon->username)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c323 entry = getpwnam(ud);

Completed in 302 milliseconds

1234