Home | History | Annotate | Download | only in misc

Lines Matching refs:resuid

74 static unsigned long resgid, resuid;
817 resuid = strtoul(optarg, &tmp, 0);
823 resuid = pw->pw_uid;
1755 sb->s_def_resuid = resuid;
1757 printf(_("Setting reserved blocks uid to %lu\n"), resuid);