Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/hexdump/
H A Dhexdump_basic.c283 } testmode = MODE_TEST; in main() local
291 testmode = MODE_GENERATE; in main()
299 testmode = MODE_DUMP; in main()
327 switch (testmode) { in main()
371 if (testmode == MODE_TEST && failures == 0) in main()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c841 bool testmode = false; local
996 testmode = bitset(SMFIP_TEST, m_pflags);
997 if (testmode)
1136 , (long) ctx->ctx_id, testmode
1140 if (!testmode)