Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/bin/tests/system/reclimit/
H A Dtests.sh28 echo "1000" > ans2/ans.limit
41 echo "12" > ans2/ans.limit
60 echo "12" > ans2/ans.limit
74 echo "5" > ans2/ans.limit
93 echo "13" > ans2/ans.limit
107 echo "12" > ans2/ans.limit
126 echo "10" > ans2/ans.limit
140 echo "9" > ans2/ans.limit
H A Dclean.sh19 rm -f ans2/ans.limit
H A DREADME7 ans2 -- delegate to ns1.(n+1).example.com for all n, up to
/minix/tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c230 bool_t ans1, ans2; in pmapproc_change() local
236 ans2 = map_unset(&rpcbreg, rpcbreg.r_owner); in pmapproc_change()
237 ans = ans1 || ans2; in pmapproc_change()