HomeSort by: relevance | last modified time | path
    Searched defs:idtypename (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/edquota/
edquota.c 114 char *idtypename; member in struct:quotalist
257 qlist->idtypename = NULL;
274 free(qlist->idtypename);
450 const char *idtypename; local in function:getprivs2
478 idtypename = quota_idtype_getname(qh, idtype);
479 *idtypename_p = strdup(idtypename);
580 &qlist->idtypename);
777 int idtype, const char *idtypename)
789 fprintf(fd, "Default %s quotas:\n", idtypename);
791 fprintf(fd, "Quotas for %s %s:\n", idtypename, name)
    [all...]
edquota.c 114 char *idtypename; member in struct:quotalist
257 qlist->idtypename = NULL;
274 free(qlist->idtypename);
450 const char *idtypename; local in function:getprivs2
478 idtypename = quota_idtype_getname(qh, idtype);
479 *idtypename_p = strdup(idtypename);
580 &qlist->idtypename);
777 int idtype, const char *idtypename)
789 fprintf(fd, "Default %s quotas:\n", idtypename);
791 fprintf(fd, "Quotas for %s %s:\n", idtypename, name)
    [all...]

Completed in 48 milliseconds