Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-usergroup.c52 static struct idname_tree user_idname = RB_INITIALIZER(&user_idname); variable
120 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record()
231 return idname_lookup(&user_idname, (u_int)uid); in ruser_name()