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

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin_access.c51 static int user_match(char *tok, struct login_info *item);
116 && list_match(users, &item, user_match));
191 /* user_match - match a username against one token */
193 static int user_match(char *tok, struct login_info *item) function
211 return (user_match(tok, item) && from_match(at + 1, &fake_item));

Completed in 67 milliseconds