Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-usergroup.c53 static struct idname_tree group_idname = RB_INITIALIZER(&group_idname); variable
128 idname_enter(&group_idname, gids[i], groupnames[i]); in lookup_and_record()
237 return idname_lookup(&group_idname, (u_int)gid); in rgroup_name()