Lines Matching full:uid
182 /* Make sure saved uid is set appropriately. */ in main()
204 * UID-only tests. in main()
207 /* Check that saved uid is not used */ in main()
219 fprintf(stderr, "saved uid used instead of real uid\n"); in main()
226 fprintf(stderr, "saved uid used instead of effective uid\n"); in main()
245 /* Check that the real uid is used, not the effective uid */ in main()
248 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main()
253 /* Check that the effective uid is used, not the real uid */ in main()
256 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main()
261 /* Check that the real uid is used, not the effective uid */ in main()
264 fprintf(stderr, "Effective uid was used instead of real uid in access().\n"); in main()
269 /* Check that the effective uid is used, not the real uid */ in main()
272 fprintf(stderr, "Real uid was used instead of effective uid in eaccess().\n"); in main()
291 /* Set non-root effective uid to avoid excess privilege. */ in main()