Lines Matching full:real
219 fprintf(stderr, "saved uid used instead of real 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()
302 fprintf(stderr, "saved gid used instead of real gid\n"); in main()
313 /* Check that the real gid is used, not the effective gid */ in main()
316 fprintf(stderr, "Effective gid was used instead of real gid in access().\n"); in main()
321 /* Check that the effective gid is used, not the real gid */ in main()
324 fprintf(stderr, "Real gid was used instead of effective gid in eaccess().\n"); in main()
329 /* Check that the real gid is used, not the effective gid */ in main()
332 fprintf(stderr, "Effective gid was used instead of real gid in access().\n"); in main()
337 /* Check that the effective gid is used, not the real gid */ in main()
340 fprintf(stderr, "Real gid was used instead of effective gid in eaccess().\n"); in main()