Home
last modified time | relevance | path

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

/netbsd/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl22 my $limit = getlimit();
44 sub getlimit { subroutine
82 $limit = getlimit();
/netbsd/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl22 my $limit = getlimit();
44 sub getlimit { subroutine
82 $limit = getlimit();
/netbsd/usr.sbin/quotarestore/
H A Dquotarestore.c254 getlimit(const char *name, uint64_t *ret) in getlimit() function
447 if (getlimit(fields[3], &val.qv_hardlimit)) { in readdumpfile()
451 if (getlimit(fields[4], &val.qv_softlimit)) { in readdumpfile()
455 if (getlimit(fields[5], &val.qv_usage)) { in readdumpfile()