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

  /src/usr.bin/quota/
quota.c 100 static int unlimited(struct quotaval *qvs, unsigned numqvs);
353 if (!vflag && unlimited(qvs, numqvs)) {
375 if (unlimited(qvs, numqvs) && !anyusage(qvs, numqvs)) {
541 unlimited(struct quotaval *qvs, unsigned numqvs) function in typeref:typename:int
  /src/sbin/dump/
main.c 100 int unlimited; variable in typeref:typename:int
182 unlimited = 1;
396 else if (!unlimited) {
584 if (pipeout || unlimited) {
730 * range (except that a vmax of 0 means unlimited).

Completed in 12 milliseconds