Searched refs:resuid (Results 1 – 2 of 2) sorted by relevance
96 bool GetRESIds(uid_t* resuid, gid_t* resgid) { in GetRESIds() argument104 if (resuid) *resuid = euid; in GetRESIds()
86 static unsigned long resgid, resuid; variable1066 resuid = strtoul(optarg, &tmp, 0); in parse_tune2fs_options()1072 resuid = pw->pw_uid; in parse_tune2fs_options()2100 sb->s_def_resuid = resuid; in main()2102 printf(_("Setting reserved blocks uid to %lu\n"), resuid); in main()