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

  /src/external/ibm-public/postfix/dist/src/util/
valid_uri_scheme.c 115 int test_failed; local
118 test_failed = test_validate_scheme(tp);
119 if (test_failed) {
hash_fnv.c 191 int test_failed; local
194 test_failed = 0;
199 test_failed = 1;
201 if (test_failed) {
normalize_ws.c 130 int test_failed; local
133 test_failed = tp->action(tp);
134 if (test_failed) {
clean_ascii_cntrl_space.c 230 int test_failed; local
233 test_failed = tp->action(tp);
234 if (test_failed) {
find_inet.c 204 int test_failed; local
213 test_failed = 0;
221 test_failed = 1;
234 test_failed = 1;
239 test_failed = 1;
243 if (test_failed) {
known_tcp_ports.c 204 int test_failed; local
212 test_failed = 0;
218 test_failed = 1;
223 test_failed = 1;
230 test_failed = 1;
232 for (pp = tp->probes; test_failed == 0 && pp->query != 0; pp++) {
237 test_failed = 1;
242 if (test_failed) {
argv.c 807 int test_failed; local
813 test_failed = test_argv_verify(tp, argvp);
814 if (test_failed) {
  /src/external/ibm-public/postfix/dist/src/global/
normalize_mailhost_addr.c 207 int test_failed; local
210 tests_failed += test_failed, test_case++) {
211 test_failed = 0;
225 test_failed = 1;
235 test_failed = 1;
242 test_failed = 1;
249 test_failed = 1;
ascii_header_text.c 296 int test_failed; local
299 test_failed = tp->action(tp);
300 if (test_failed) {
config_known_tcp_ports.c 209 int test_failed; local
221 test_failed = 0;
233 test_failed = 1;
239 test_failed = 1;
245 if (test_failed) {
hfrom_format.c 205 int test_failed; local
215 test_failed = 0;
227 test_failed = 1;
234 test_failed = 1;
237 if (test_failed) {
249 test_failed = 0;
261 test_failed = 1;
266 test_failed = 1;
269 if (test_failed) {
map_search.c 326 int test_failed; local
335 tests_failed += test_failed, test_case++) {
336 test_failed = 0;
352 test_failed = 1;
362 test_failed = 1;
370 test_failed = 1;
378 test_failed = 1;
388 test_failed = 1;
rfc2047_code.c 747 int test_failed; local
750 test_failed = tp->action(tp);
751 if (test_failed) {
haproxy_srvr.c 618 int test_failed; local
631 test_failed = 0;
642 test_failed = 1;
643 return (test_failed);
649 test_failed = 1;
650 return (test_failed);
656 test_failed = 1;
657 return (test_failed);
661 return (test_failed);
670 test_failed = 1
778 int test_failed; local
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tfmod.c 65 test_failed (mpfr_ptr erem, mpfr_ptr grem, int eret, int gret, function
95 test_failed (r1, r0, inex1, inex0, x, y, rnd);
146 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
152 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
158 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
164 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
170 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
176 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
182 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN);
188 test_failed (r, t, 0, inexact, x, y, MPFR_RNDN)
    [all...]
  /src/external/bsd/ntp/dist/libjsmn/
jsmn_test.c 8 static int test_failed = 0; variable
25 test_failed++;
607 printf("\nPASSED: %d\nFAILED: %d\n", test_passed, test_failed);

Completed in 38 milliseconds