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

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoi.h253 static int conformance = -1; local
255 if (conformance < 0)
256 conformance = !strcmp(astconf("CONFORMANCE", NiL, NiL), "standard");
257 if (conformance)
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c77 int conformance; member in struct:__anon4337
278 "conformance", config->conformance);
391 config->conformance = IPP_PARSE_CONFORMANCE_RASH;
408 config->conformance = IPP_PARSE_CONFORMANCE_RASH;
410 config->conformance = IPP_PARSE_CONFORMANCE_LOOSE;
412 config->conformance = IPP_PARSE_CONFORMANCE_STRICT;
414 return ("unknown conformance, try (automatic/1.0/1.1)");
482 AP_INIT_TAKE1("ipp-conformance", ipp_conformance, NULL, ACCESS_CONF,
483 "IPP protocol conformance (loos
[all...]

Completed in 45 milliseconds