Home
last modified time | relevance | path

Searched refs:idname_lookup (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-usergroup.c78 idname_lookup(struct idname_tree *tree, u_int id) in idname_lookup() function
231 return idname_lookup(&user_idname, (u_int)uid); in ruser_name()
237 return idname_lookup(&group_idname, (u_int)gid); in rgroup_name()