Searched refs:suppliedName (Results 1 – 1 of 1) sorted by relevance
203 struct passwd *suppliedName; in main() local246 suppliedName = getpwnam(argv[optind]); in main()248 if (suppliedName == NULL) { in main()253 rUID = eUID = suppliedName->pw_uid; in main()254 rGID = eGID = suppliedName->pw_gid; in main()