Searched refs:usrname (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.sbin/quotaon/ |
| H A D | quotaon.c | 200 static char initname, usrname[100], grpname[100]; in hasquota() local 204 snprintf(usrname, sizeof usrname, "%s%s", in hasquota() 214 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in hasquota()
|
| /openbsd-src/libexec/rpc.rquotad/ |
| H A D | rquotad.c | 284 static char initname, usrname[100]; in hasquota() local 291 (void)snprintf(usrname, sizeof usrname, "%s%s", in hasquota() 299 if (strcmp(opt, usrname) == 0) in hasquota()
|
| /openbsd-src/usr.sbin/repquota/ |
| H A D | repquota.c | 259 static char initname, usrname[100], grpname[100]; in hasquota() local 263 (void)snprintf(usrname, sizeof usrname, "%s%s", in hasquota() 273 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in hasquota()
|
| /openbsd-src/usr.bin/quota/ |
| H A D | quota.c | 490 static char initname, usrname[100], grpname[100]; in ufshasquota() local 496 (void)snprintf(usrname, sizeof usrname, "%s%s", in ufshasquota() 507 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in ufshasquota()
|
| /openbsd-src/sbin/quotacheck/ |
| H A D | quotacheck.c | 546 static char initname, usrname[100], grpname[100]; in hasquota() 550 (void)snprintf(usrname, sizeof(usrname), in hasquota() 560 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in hasquota() 547 static char initname, usrname[100], grpname[100]; hasquota() local
|
| /openbsd-src/usr.sbin/edquota/ |
| H A D | edquota.c | 717 static char initname, usrname[100], grpname[100]; in hasquota() local 721 (void)snprintf(usrname, sizeof usrname, "%s%s", in hasquota() 731 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in hasquota()
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 1708 Perl_my_crypt(pTHX_ const char *textpasswd, const char *usrname) in Perl_my_crypt() argument 1729 usrdsc.dsc$w_length = strlen(usrname); in Perl_my_crypt() 1730 usrdsc.dsc$a_pointer = usrname; in Perl_my_crypt() 11856 char usrname[L_cuserid]; local 11858 {0, DSC$K_DTYPE_T, DSC$K_CLASS_S, usrname}; 11868 {sizeof usrname, JPI$_USERNAME, &usrname, &usrdsc.dsc$w_length},
|