Home
last modified time | relevance | path

Searched defs:uids (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dsftp-usergroup.c102 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record()
176 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local
215 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local
H A Dsftp-server.c1696 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local
H A Dsftp-client.c2823 const u_int *uids, u_int nuids, in sftp_get_users_groups_by_id()
/openbsd-src/usr.bin/at/
H A Dat.c441 uid_t *uids; in list_jobs() local
616 uid_t *uids; in process_jobs() local
[all...]
/openbsd-src/usr.bin/rsync/
H A Dflist.c263 struct ident *gids = NULL, *uids = NULL; in flist_send() local
600 struct ident *gids = NULL, *uids = NULL; in flist_recv() local
/openbsd-src/sbin/pfctl/
H A Dparse.y4620 expand_rule(struct pf_rule * r,int keeprule,struct node_if * interfaces,struct redirspec * nat,struct redirspec * rdr,struct redirspec * rroute,struct node_proto * protos,struct node_os * src_oses,struct node_host * src_hosts,struct node_port * src_ports,struct node_host * dst_hosts,struct node_port * dst_ports,struct node_uid * uids,struct node_gid * gids,struct node_if * rcv,struct node_icmp * icmp_types) expand_rule() argument