Searched refs:authUnx (Results 1 – 2 of 2) sorted by relevance
52 AUTH *authUnx = NULL; in main() local54 authUnx = authunix_create_default(); in main()57 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()
56 AUTH *authUnx = NULL; in main() local81 authUnx = authunix_create(hostname, uid, gid, num_groups, aup_gids); in main()84 test_status = ((AUTH *) authUnx != NULL) ? 0 : 1; in main()