Searched refs:aup_gids (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authsys_create/ |
D | tirpc_authsys_create.c | 48 gid_t gid, aup_gids[NGRPS]; in main() local 54 len = getgroups(NGRPS, aup_gids); in main() 57 authSys = authsys_create(argc[1], uid, gid, len, aup_gids); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/ |
D | rpc_authunix_create.c | 60 gid_t *aup_gids; in main() local 65 aup_gids = groups; in main() 81 authUnx = authunix_create(hostname, uid, gid, num_groups, aup_gids); in main()
|