Home
last modified time | relevance | path

Searched defs:returnCode (Results 1 – 5 of 5) sorted by relevance

/minix3/usr.bin/telnet/
H A Dutilities.c913 Exit(int returnCode) in Exit()
920 ExitString(const char *string, int returnCode) in ExitString()
/minix3/crypto/external/bsd/openssl/dist/engines/
H A De_4758cca.c406 long returnCode; in ibm_4758_load_privkey() local
490 long returnCode; in ibm_4758_load_pubkey() local
555 long returnCode; in cca_rsa_pub_enc() local
584 long returnCode; in cca_rsa_priv_dec() local
614 long returnCode; in cca_rsa_verify() local
726 long returnCode; in cca_rsa_sign() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp92 int returnCode = FuncPtr(); in TEST_F() local
H A DMCJITObjectCacheTest.cpp105 int returnCode = FuncPtr(); in compileAndRun() local
H A DMCJITTestBase.h85 Function *insertMainFunction(Module *M, uint32_t returnCode) { in insertMainFunction()