Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dquotafile.c74 static char initname, usrname[100], grpname[100]; in hasquota() local
81 (void)snprintf(usrname, sizeof(usrname), "%s%s", in hasquota()
91 if (type == USRQUOTA && strcmp(opt, usrname) == 0) in hasquota()