/minix3/external/mit/lua/dist/src/ |
H A D | lcorolib.c | 26 lua_State *co = lua_tothread(L, 1); in getco() local 32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume() 62 lua_State *co = getco(L); in luaB_coresume() local 79 lua_State *co = lua_tothread(L, lua_upvalueindex(1)); in luaB_auxwrap() local 116 lua_State *co = getco(L); in luaB_costatus() local
|
/minix3/tests/crypto/opencrypto/ |
H A D | h_null.c | 47 struct crypt_op co; in main() local
|
H A D | h_arc4.c | 51 struct crypt_op co; in main() local
|
H A D | h_cbcdes.c | 52 struct crypt_op co; in main() local
|
H A D | h_camellia.c | 57 struct crypt_op co; in main() local
|
H A D | h_aesctr2.c | 54 struct crypt_op co; in main() local
|
H A D | h_md5.c | 76 struct crypt_op co; in main() local
|
H A D | h_gcm.c | 56 struct crypt_op co; in main() local
|
H A D | h_xcbcmac.c | 78 struct crypt_op co; in main() local
|
H A D | h_md5hmac.c | 144 struct crypt_op co; in main() local
|
H A D | h_aesctr1.c | 212 struct crypt_op co; in main() local
|
H A D | h_sha1hmac.c | 154 struct crypt_op co; in main() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 162 ChildOverride co; in emit_ctors() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprClassification.cpp | 335 const BinaryConditionalOperator *co = cast<BinaryConditionalOperator>(E); in ClassifyInternal() local 342 const ConditionalOperator *co = cast<ConditionalOperator>(E); in ClassifyInternal() local
|
/minix3/lib/libedit/TEST/ |
H A D | tc1.c | 176 int ac, cc, co; in main() local
|
H A D | wtc1.c | 158 int ac, cc, co, rc; in main() local
|
/minix3/lib/libedit/ |
H A D | tokenizer.c | 196 int cc, co; in FUN() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/ |
H A D | implicit-move.cpp | 238 CopyOnly co; member
|
/minix3/crypto/external/bsd/openssl/dist/ssl/ |
H A D | t1_enc.c | 1105 const void *co = NULL, *so = NULL; in tls1_generate_master_secret() local
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | hxtool.c | 185 heim_octet_string c, co, signeddata, *sd = NULL; in cms_verify_sd() local 515 heim_octet_string o, co; in cms_unenvelope() local
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | dhcp6.c | 304 const struct dhcp6_option *co; in dhcp6_updateelapsed() local 997 const struct dhcp6_option *co; in dhcp6_update_auth() local
|
/minix3/lib/libc/regex/ |
H A D | regcomp.c | 195 #define REQUIRE(co, e) (void) ((co) || SETERROR(e)) argument
|
/minix3/external/bsd/nvi/dist/regex/ |
H A D | regcomp.c | 158 #define REQUIRE(co, e) ((co) || SETERROR(e)) argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | regcomp.c | 135 #define REQUIRE(co, e) (void)((co) || SETERROR(e)) argument
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 3345 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getCond() local 3351 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getTrueExpr() local 3357 if (const ConditionalOperator *co = dyn_cast<ConditionalOperator>(this)) in getFalseExpr() local
|