Searched defs:conformance (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/misc/
H A Dconformance.c32 * initialize the conformance() id list
100 * return conformance id if s size n is in conformance
101 * prefix match of s on the conformance id table
106 conformance(const char* s, size_t n) function
H A Doptlib.h104 char** conformance; /* conformance id vector */ member in struct:Optstate_s
/ast/src/lib/libast/string/
H A Dstrtoi.h256 static int conformance = -1; local
258 if (conformance < 0)
259 conformance = !strcmp(astconf("CONFORMANCE", NiL, NiL), "standard");
260 if (conformance)
/ast/src/lib/libast/astsa/
H A Dast.h108 #define conformance(a,b) "ast" macro

Completed in 11 milliseconds