Home
last modified time | relevance | path

Searched refs:authUnx (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create_default/
Drpc_authunix_create_default.c52 AUTH *authUnx = NULL; in main() local
54 authUnx = authunix_create_default(); in main()
57 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/
Drpc_authunix_create.c56 AUTH *authUnx = NULL; in main() local
81 authUnx = authunix_create(hostname, uid, gid, num_groups, aup_gids); in main()
84 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()