Lines Matching full:getpwnam
215 /* Note getpwnam returns static storage */218 if ((ent_pw = getpwnam(daemon->scriptuser)))228 if (daemon->username && !(ent_pw = getpwnam(daemon->username)))