Lines Matching refs:uids
103 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record() argument
109 if ((r = sftp_get_users_groups_by_id(conn, uids, nuids, gids, ngids, in lookup_and_record()
116 debug3_f("uid %u not resolved", uids[i]); in lookup_and_record()
119 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); in lookup_and_record()
120 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record()
177 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local
182 collect_ids_from_glob(g, 1, &uids, &nuids); in get_remote_user_groups_from_glob()
184 lookup_and_record(conn, uids, nuids, gids, ngids); in get_remote_user_groups_from_glob()
185 free(uids); in get_remote_user_groups_from_glob()
216 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local
221 collect_ids_from_dirents(d, 1, &uids, &nuids); in get_remote_user_groups_from_dirents()
223 lookup_and_record(conn, uids, nuids, gids, ngids); in get_remote_user_groups_from_dirents()
224 free(uids); in get_remote_user_groups_from_dirents()