Searched defs:CHECK (Results 1 - 25 of 97) sorted by last modified time

1234

/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dprotocol.c1382 #define CHECK(s) do { if ((s)) { goto out; } } while(0) macro
[all...]
H A Dcache.c1020 #define CHECK(s) do { if ((s)) { goto out; } } while(0) macro
[all...]
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c960 # define CHECK(szone,fun) \ macro
964 # define CHECK(szone,fun) \ macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp1501 #define CHECK(cls,obj,out) \ macro
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp52 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; } macro
[all...]
H A Dcaltest.cpp1726 #define CHECK(status, msg) \ macro
2121 #undef CHECK macro
[all...]
H A Dincaltst.cpp19 #define CHECK(status, msg) \ macro
909 #undef CHECK macro
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Dyaml_private.h184 #define CHECK(string,octet) CHECK_AT((string),(octet),0) macro
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h76 #define CHECK(f1, f2) if (f1 != f2) RETVAL = f1 < f2 ? -1 : 1; macro
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Drpc.c41 #define CHECK(x) \ macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dmit.c41 #define CHECK(x) \ macro
[all...]
H A Doncrpc.c40 #define CHECK(x) \ macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dpac.c68 #define CHECK(r,f,l) \ macro
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dntlm.c117 #define CHECK(f, e) \ macro
[all...]
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_message.c476 #define CHECK(class, maps, var_name) \ macro
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c4307 #define CHECK(n) test_check((n), argc, argv) macro
H A Dsprintf.c83 #define CHECK(l) do {\ macro
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A DMakefile29 CHECK = check-ios macro
31 CHECK = check-macosx macro
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon12423
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-leak/
H A DMakefile32 CHECK = check-real macro
36 CHECK = check-xfail macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-leak-threaded/
H A DMakefile32 CHECK = check-real macro
36 CHECK = check-xfail macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-search-leak/
H A DMakefile32 CHECK = check-real macro
36 CHECK = check-xfail macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen_preflight-leak/
H A DMakefile32 CHECK = check-real macro
36 CHECK = check-xfail macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen_preflight-leak-image-deny-single/
H A DMakefile35 CHECK = check-real macro
39 CHECK = check-xfail macro
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcnmdptst.c34 #define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; } macro

Completed in 250 milliseconds

1234