Home
last modified time | relevance | path

Searched refs:grpname (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/newgrp/
H A Dnewgrp.c49 static void addgroup(const char *grpname);
148 addgroup(const char *grpname) in addgroup() argument
161 if ((grp = getgrnam(grpname)) == NULL) in addgroup()
162 if ((lgid = strtol(grpname, &ep, 10)) <= 0 || *ep != '\0' || in addgroup()
164 warnx("%s: bad group name", grpname); in addgroup()
/dragonfly/usr.sbin/quotaon/
H A Dquotaon.c193 static char initname, usrname[100], grpname[100]; in hasquota() local
198 sprintf(grpname, "%s%s", qfextension[GRPQUOTA], qfname); in hasquota()
207 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/dragonfly/usr.sbin/repquota/
H A Drepquota.c274 static char initname, usrname[100], grpname[100]; in hasquota() local
279 sprintf(grpname, "%s%s", qfextension[GRPQUOTA], qfname); in hasquota()
288 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/dragonfly/sbin/quotacheck/
H A Dquotacheck.c422 static char initname, usrname[100], grpname[100]; in hasquota() local
428 snprintf(grpname, sizeof(grpname), in hasquota()
438 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()
/dragonfly/usr.bin/quota/
H A Dquota.c493 static char initname, usrname[100], grpname[100]; in ufshasquota() local
499 sprintf(grpname, "%s%s", qfextension[GRPQUOTA], qfname); in ufshasquota()
508 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in ufshasquota()
/dragonfly/usr.sbin/edquota/
H A Dedquota.c786 static char initname, usrname[100], grpname[100]; in hasquota() local
791 sprintf(grpname, "%s%s", qfextension[GRPQUOTA], qfname); in hasquota()
800 if (type == GRPQUOTA && strcmp(opt, grpname) == 0) in hasquota()