Home
last modified time | relevance | path

Searched refs:drop2 (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/tests/
H A Dtest88.c302 int n, shift, bit, mask, rmask, drop1, drop2, sugid, id[3]; in test_perm() local
319 drop2 = DROP_ALL; in test_perm()
325 drop2 = DROP_ALL; in test_perm()
331 drop2 = DROP_ALL; in test_perm()
337 drop2 = DROP_USER; in test_perm()
343 drop2 = DROP_ALL; in test_perm()
350 drop2 = DROP_USER; in test_perm()
356 drop2 = DROP_ALL; in test_perm()
362 spawn(&child2, proc, drop2); in test_perm()
/minix3/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh1420 drop2=`awk '/dropped/ {print $3}' signer/signer.out.2`
1423 [ "$drop2" -eq 0 ] || ret=1