Searched defs:CHECK (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_curve.c55 #define CHECK(func) if ((func) == NULL) { res = 0; goto CLEANUP; } macro
67 CHECK(ret = (ECCurveParams *) calloc(1, sizeof(ECCurveParams)));
74 CHECK(ret->text = strdup(params->text));
84 CHECK(ret->irr = strdup(params->irr));
92 CHECK(ret->curvea = strdup(params->curvea));
100 CHECK(ret->curveb = strdup(params->curveb));
108 CHECK(ret->genx = strdup(params->genx));
116 CHECK(ret->geny = strdup(params->geny));
124 CHECK(ret->order = strdup(params->order));
137 #undef CHECK macro
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dbart.h54 #define CHECK 0 macro
57 #define CHECK_KEYWORD(s) (strcmp(s, "CHECK") == 0)
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon9342
67 TYPE -> STORED or TABLE or LEN or CHECK
75 CHECK -> LENGTH -> DONE
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c487 #define CHECK(F, M) (((F)->mark & M) && (F)->level == our_tag) macro
586 if (CHECK(pf, FL_LEFT) && CHECK(pf, FL_RIGHT)) {
623 if (!CHECK(pfl, FL_LEFT))
628 if (pfr == pfl || !CHECK(pfr, FL_RIGHT))
676 * check_pipeline() - CHECK THAT PIPELINE HANDLES MODES, PAGE-LIST
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h47 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon108
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h172 #define CHECK 1 macro
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c50 #define CHECK(xx, yy)\ macro
58 CHECK(nargc, ARGV_MAX); \
62 CHECK(nargc, ARGV_MAX); \
65 CHECK(nargc, ARGV_MAX); \
247 CHECK(nargc, ARGV_MAX);
301 CHECK(nargc, ARGV_MAX);
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h86 #define CHECK 0125252 macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c349 #define CHECK(ret) if (ret != KRB5_OK) goto errout; macro
505 CHECK(kret);
509 CHECK(kret);
536 CHECK(kret);
559 CHECK(kret);
586 CHECK(kret);
591 CHECK(kret);
595 CHECK(kret);
634 CHECK(kret);
651 CHECK(kre
891 #undef CHECK macro
893 #define CHECK macro
1185 #undef CHECK macro
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h150 #define CHECK() (_Vmassert & VM_check) macro
157 #define CHECK() (0) macro

Completed in 74 milliseconds