Home
last modified time | relevance | path

Searched refs:getpwnam (Results 1 – 25 of 153) sorted by path

1234567

/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c104 struct passwd *getpwnam(), *getpwuid(), *pw;
205 if((pw = getpwnam(optarg)) == NULL) { in main()
H A Daccton.c55 if ((pwd = getpwnam("adm")) == NULL) { in main()
/illumos-gate/usr/src/cmd/acct/lib/
H A Dnamtouid.c53 struct passwd *getpwnam(), *pp;
60 if ((pp = getpwnam(ntmp)) == NULL)
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh69 [[ "$( < "${tmpfile}")" != *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for p…
75 [[ "$( < "${tmpfile}")" != *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for p…
83 [[ "$( < "${tmpfile}" )" == *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for …
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c2292 if ((pwd = getpwnam(user)) == NULL) { in get_user_id()
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c599 if ((usr = getpwnam(optstr)) == NULL) { in proc_user()
/illumos-gate/usr/src/cmd/auths/
H A Dauths.c105 } else if (getpwnam(username) == NULL) { in show_auths()
/illumos-gate/usr/src/cmd/bnu/
H A Dgetpwinfo.c31 extern struct passwd *getpwuid(), *getpwnam();
55 pwd = getpwnam(login_name);
88 if ((pwd = getpwnam(name)) == NULL) {
H A Din.uucpd.c208 struct passwd *pw, *getpwnam();
254 if ((pw = getpwnam(user)) == NULL || strcmp(pw->pw_shell, UUCICO)) {
H A Duudecode.c250 user = getpwnam(dest+1); in main()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1846 if ((pw = getpwnam(DEFAULT_DEV_USER)) != NULL) { in list2file()
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c227 } else if ((pwd = getpwnam(argv[0])) != NULL) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dstore_forw_creds.c54 if (!(pwd = getpwnam(lusername))) in store_forw_creds()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c302 if (unquick && (pw = getpwnam(name))) { in doall()
362 if ((pw = getpwnam(p->name)) != NULL) in donames()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c757 register struct passwd *pp = getpwnam(home); in gethdir()
H A Dmain.c296 pw = getpwnam(cp); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1326 pw = getpwnam(user);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c197 if ((pw = getpwnam(buf+1)) == NULL) {
665 if ((pw = getpwnam(file)) == NULL) {
H A Dserver.c1173 if ((pw = getpwnam(owner)) == NULL) { in chog()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3282 ((pw = getpwnam(user)) != NULL) && in tn()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c688 if ((pw = getpwnam(str)) == NULL) { in set_user()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c307 if ((pwd = getpwnam(name)) == (struct passwd *)-1) { in notify()
H A Din.rshd.c725 pwd = getpwnam(locuser); in doit()
H A Din.tftpd.c192 pwd = getpwnam("nobody"); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c129 p = getpwnam(request->r_name); in announce_proc()

1234567