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

  /src/usr.bin/quota/
quota.c 91 static int isover(struct quotaval *qv, time_t now);
452 over = isover(qv, now);
573 if (isover(&qvs[i], now)) {
581 isover(struct quotaval *qv, time_t now) function in typeref:typename:int
  /src/usr.sbin/repquota/
repquota.c 119 static int isover(struct quotaval *qv, time_t now);
333 if (isover(&q[i], now)) {
569 isover(struct quotaval *qv, time_t now) function in typeref:typename:int

Completed in 12 milliseconds