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

  /src/external/bsd/tcpdump/dist/tests/
TESTrun 93 sub runtest { subroutine
440 my $result = runtest($name,
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.sh 114 runtest() { function
138 checkpass() { runtest "$@" && { echo pass; } || { echo fail; exit 1; }; }
139 checkfail() { runtest "$@" && { echo fail; exit 1; } || { echo pass; }; }
  /src/tests/net/inpcb/
inpcb_bind.c 2 /* $OpenBSD: runtest.c,v 1.7 2022/04/10 14:08:35 claudio Exp $ */
34 runtest(int *sockp, struct addrinfo *ai, int reuseaddr, int reuseport, function
125 rc |= runtest(s++, local, 0, 0, NULL, 0);
126 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
127 rc |= runtest(s++, any, 1, 0, NULL, 0);
134 rc |= runtest(s++, any, 0, 0, NULL, 0);
135 rc |= runtest(s++, local, 0, 0, NULL, EADDRINUSE);
136 rc |= runtest(s++, local, 1, 0, NULL, 0);
143 rc |= runtest(s++, local, 0, 1, NULL, 0);
144 rc |= runtest(s++, local, 0, 1, NULL, 0)
    [all...]

Completed in 24 milliseconds