Searched refs:strict (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfcompare.c32 _fp_compare(px, py, strict)
34 int strict; /* 0 if quiet NaN unexceptional, 1 if
43 if (strict) /* NaN */
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dcompare.c31 _fp_compare(pfpsd, px, py, strict)
34 int strict;
45 if (strict) /* NaN */
/illumos-gate/usr/src/cmd/msgfmt/
H A Dcommon.h69 int strict; member in struct:flags
H A Dgnu_msgfmt.c87 if (flag.strict) {
H A Doption.c183 if (strcmp(arg, "strict") == 0) {
185 * strict mode
187 flag->strict = 1;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c235 (strict ? \
259 extract_format(const char *fmt, char *norm, size_t sz, int strict) argument
357 /* Fail on two or more dots if we do strict checking */
359 if (dotseen && strict)
472 if (strict)
481 check_format(const char *org, const char *new, int strict) argument
520 nlen = extract_format(new, nfmt, nsz, strict);
532 if (strict && (olen != nlen || olen == -1)) {
542 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) {
547 if (!strict) {
[all...]
/illumos-gate/usr/src/lib/libm/
H A DMakefile.libm.com63 CFLAGS += -_gcc=-fno-strict-overflow
64 CFLAGS64 += -_gcc=-fno-strict-overflow
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/illumos-gate/usr/src/lib/libidmap/
H A DMakefile37 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h123 extern boolean_t strict;
H A Dping.c149 boolean_t strict = _B_FALSE; /* true if using strict source route */ variable
386 strict = _B_FALSE;
424 strict = _B_TRUE;
457 * as undocumented. 'G', which is for strict source routing is
462 strict = _B_FALSE;
473 strict = _B_TRUE;
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml35 use strict;
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c69 * bus-teststrict - test is bus driver is strict or involved (pm)
354 uint_t *strict; local
356 strict = s_malloc(sizeof (uint_t));
358 rv = devctl_pm_bus_teststrict(dcp, strict);
360 (void) printf("%s: strict %d\n", orig_path, *strict);
/illumos-gate/usr/src/lib/libdevice/
H A Dlibdevice.h93 devctl_pm_bus_teststrict(devctl_hdl_t hdl, uint_t *strict);
H A Ddevctl.c647 devctl_pm_bus_teststrict(devctl_hdl_t dcp, uint_t *strict) argument
652 if (strict == NULL) {
666 *strict = 0;
668 *strict = strict_state;
671 (void) printf("devctl_pm_bus_teststrict: rv %d strict %x\n",
672 rv, *strict);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A DMakefile45 CFLAGS += -_gcc=-fno-strict-overflow
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h198 int ldaptool_boolean_str2value ( const char *s, int strict );
H A Dcommon.c1848 int strict; local
1855 strict = (sep == ' ' ? 1 : 0);
1895 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
1907 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
2448 ldaptool_boolean_str2value ( const char *ptr, int strict )
2450 if (strict) {
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A DMakefile68 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/illumos-gate/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen34 use strict;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t31 use strict;
H A DLgrp.t40 use strict;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man24 use strict;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2308 ** strict -- if set, don't permit continuation lines.
2317 denlstring(s, strict, logattacks)
2319 bool strict;
2329 if (strict || (*++p != ' ' && *p != '\t'))
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni34 use strict;

Completed in 108 milliseconds

12