Lines Matching refs:u_int
37 u_int id;
65 idname_enter(struct idname_tree *tree, u_int id, const char *name) in idname_enter()
78 idname_lookup(struct idname_tree *tree, u_int id) in idname_lookup()
90 freenames(char **names, u_int nnames) in freenames()
92 u_int i; in freenames()
103 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record()
106 u_int i; in lookup_and_record()
135 has_id(u_int id, u_int *ids, u_int nids) in has_id()
137 u_int i; in has_id()
151 collect_ids_from_glob(glob_t *g, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_glob()
153 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_glob()
159 id = (u_int)g->gl_statv[i]->st_uid; in collect_ids_from_glob()
163 id = (u_int)g->gl_statv[i]->st_gid; in collect_ids_from_glob()
177 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob()
190 collect_ids_from_dirents(SFTP_DIRENT **d, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_dirents()
192 u_int id, i, n = 0, *ids = NULL; in collect_ids_from_dirents()
216 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents()
231 return idname_lookup(&user_idname, (u_int)uid); in ruser_name()
237 return idname_lookup(&group_idname, (u_int)gid); in rgroup_name()