Searched refs:this_passwd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duid.c107 struct passwd *this_passwd; local
113 this_passwd = getpwnam ( username );
116 if (this_passwd == NULL) return 0;
119 return this_passwd->pw_uid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c310 struct passwd *this_passwd; local
316 this_passwd = getpwnam ( username );
319 if (this_passwd == NULL) return 0;
322 return this_passwd->pw_uid;

Completed in 35 milliseconds