Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL2076 my $test_mod = 'Test::More';
2080 my $test_mod = 'Test';
2157 # Insert your test code below, the $test_mod module is use()ed here so read
2158 # its man page ( perldoc $test_mod ) for help writing this test script.
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c106 int test_mod(BIO *bp,BN_CTX *ctx);
235 if (!test_mod(out,ctx)) goto err; in main()
794 int test_mod(BIO *bp, BN_CTX *ctx) in test_mod() function