Lines Matching refs:check_username
60 bool check_username) { in check_passwd() argument
62 if (check_username) { in check_passwd()
86 bool check_username) { in check_getpwuid() argument
91 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid()
95 bool check_username) { in check_getpwnam() argument
100 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam()
104 bool check_username) { in check_getpwuid_r() argument
115 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwuid_r()
119 bool check_username) { in check_getpwnam_r() argument
130 check_passwd(pwd, username, uid, uid_type, check_username); in check_getpwnam_r()
134 bool check_username = true) { in check_get_passwd() argument
136 check_getpwuid(username, uid, uid_type, check_username); in check_get_passwd()
137 check_getpwnam(username, uid, uid_type, check_username); in check_get_passwd()
138 check_getpwuid_r(username, uid, uid_type, check_username); in check_get_passwd()
139 check_getpwnam_r(username, uid, uid_type, check_username); in check_get_passwd()