Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c233 (strict ? \
257 extract_format(const char *fmt, char *norm, size_t sz, int strict) in extract_format() argument
357 if (dotseen && strict) in extract_format()
470 if (strict) in extract_format()
479 check_format(const char *org, const char *new, int strict) in check_format() argument
518 nlen = extract_format(new, nfmt, nsz, strict); in check_format()
530 if (strict && (olen != nlen || olen == -1)) { in check_format()
540 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) { in check_format()
545 if (!strict) { in check_format()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dcompare.c31 _fp_compare(pfpsd, px, py, strict) in _fp_compare() argument
34 int strict;
45 if (strict) /* NaN */
/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/libm/
H A DMakefile.libm.com59 CFLAGS += -_gcc=-fno-strict-overflow
60 CFLAGS64 += -_gcc=-fno-strict-overflow
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c354 uint_t *strict; in bus_pm_teststrict() local
356 strict = s_malloc(sizeof (uint_t)); in bus_pm_teststrict()
358 rv = devctl_pm_bus_teststrict(dcp, strict); in bus_pm_teststrict()
360 (void) printf("%s: strict %d\n", orig_path, *strict); in bus_pm_teststrict()
/illumos-gate/usr/src/cmd/msgfmt/
H A Dcommon.h67 int strict; member
H A Dgnu_msgfmt.c85 if (flag.strict) { in main()
H A Doption.c185 flag->strict = 1; in parse_option()
/illumos-gate/usr/src/
H A DMakefile.smatch29 SMATCH_ARGS += -Wno-strict-prototypes
/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;
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c645 devctl_pm_bus_teststrict(devctl_hdl_t dcp, uint_t *strict) in devctl_pm_bus_teststrict() argument
650 if (strict == NULL) { in devctl_pm_bus_teststrict()
664 *strict = 0; in devctl_pm_bus_teststrict()
666 *strict = strict_state; in devctl_pm_bus_teststrict()
670 rv, *strict); in devctl_pm_bus_teststrict()
H A Dlibdevice.h91 devctl_pm_bus_teststrict(devctl_hdl_t hdl, uint_t *strict);
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml35 use strict;
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME64 empty then the check also verifies that there is strict equality
65 between the pre-processor value and it. Only strict equality checks
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A DMakefile46 CFLAGS += -_gcc=-fno-strict-overflow
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab91 strict
148 STRICT # strict implementation
H A Dpp.probe326 strict=
607 ::) strict=1 ;;
688 __LCC__)strict=2 ;;
694 case $strict in
695 1) strict= ;;
1098 1) case $strict in
1099 ?*) echo "#pragma pp:strict" ;;
/illumos-gate/usr/src/tools/smatch/src/
H A DMakefile97 cflags = -fno-strict-aliasing
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t30 use strict;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A DMakefile74 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h198 int ldaptool_boolean_str2value ( const char *s, int strict );
H A Dcommon.c1849 int strict; local
1856 strict = (sep == ' ' ? 1 : 0);
1896 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
1908 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
2449 ldaptool_boolean_str2value ( const char *ptr, int strict ) argument
2451 if (strict) {
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl965 my $strict = shift;
967 return first { $arg eq $_ } @$list if $strict;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t31 use strict;

123