Searched refs:setuid_name (Results 1 – 1 of 1) sorted by relevance
245 char *setuid_name = NULL; in main() local328 setuid_name = xstrdup(opt + 7); in main()387 if (setuid_name && setuid_name[0]) { in main()409 struct passwd *pwd = getpwnam(setuid_name); in main()412 progname, setuid_name, strerror(errno)); in main()444 free(setuid_name); in main()