Searched refs:test_r (Results 1 – 1 of 1) sorted by relevance
63 void test_r(Fn f, Args... args) { in test_r() function86 test_r<passwd>(&getpwent_r); in main()88 test_r<group>(&getgrent_r); in main()91 test_r<passwd>(&getpwuid_r, 0); in main()92 test_r<passwd>(&getpwnam_r, "root"); in main()94 test_r<group>(&getgrgid_r, 0); in main()95 test_r<group>(&getgrnam_r, any_group.get()); in main()108 test_r<passwd>(&fgetpwent_r, pwd_file().get()); in main()109 test_r<group>(&fgetgrent_r, gr_file().get()); in main()