Searched defs:gids (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | sftp-usergroup.c | 102 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 D | sftp-server.c | 1696 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local
|
H A D | sftp-client.c | 2824 const u_int *gids, u_int ngids, in sftp_get_users_groups_by_id()
|
/openbsd-src/regress/sys/ffs/ |
H A D | fstest.c | 425 set_gids(char *gids) in set_gids() 461 char *gids, *endp; in main() local
|
/openbsd-src/usr.bin/rsync/ |
H A D | flist.c | 263 struct ident *gids = NULL, *uids = NULL; in flist_send() local 600 struct ident *gids = NULL, *uids = NULL; in flist_recv() local
|
/openbsd-src/lib/libc/rpc/ |
H A D | auth_unix.c | 189 gid_t gids[NGRPS]; in authunix_create_default() local
|
/openbsd-src/sbin/pfctl/ |
H A D | parse.y | 4620 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
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3751 gid_t *gids = new gid_t[n]; in TEST() local
|