Home
last modified time | relevance | path

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

12

/titanic_44/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) in extract_format() argument
359 if (dotseen && strict) in extract_format()
472 if (strict) in extract_format()
481 check_format(const char *org, const char *new, int strict) in check_format() argument
520 nlen = extract_format(new, nfmt, nsz, strict); in check_format()
532 if (strict && (olen != nlen || olen == -1)) { in check_format()
542 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) { in check_format()
547 if (!strict) { in check_format()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_Qfcompare.c32 _fp_compare(px, py, strict) in _fp_compare() argument
34 int strict; /* 0 if quiet NaN unexceptional, 1 if
43 if (strict) /* NaN */
/titanic_44/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 */
/titanic_44/usr/src/lib/libm/
H A DMakefile.libm.com57 CFLAGS += -_gcc=-fno-strict-overflow
58 CFLAGS64 += -_gcc=-fno-strict-overflow
/titanic_44/usr/src/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh82 use strict;
109 use strict;
/titanic_44/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()
/titanic_44/usr/src/cmd/msgfmt/
H A Dcommon.h69 int strict; member
H A Dgnu_msgfmt.c87 if (flag.strict) { in main()
H A Doption.c187 flag->strict = 1; in parse_option()
/titanic_44/usr/src/lib/libidmap/
H A DMakefile37 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h121 extern boolean_t strict;
H A Dping.c140 boolean_t strict = _B_FALSE; /* true if using strict source route */ variable
358 strict = _B_FALSE; in main()
396 strict = _B_TRUE; in main()
434 strict = _B_FALSE; in main()
445 strict = _B_TRUE; in main()
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_xml35 use strict;
/titanic_44/usr/src/lib/libdevice/
H A Ddevctl.c647 devctl_pm_bus_teststrict(devctl_hdl_t dcp, uint_t *strict) in devctl_pm_bus_teststrict() argument
652 if (strict == NULL) { in devctl_pm_bus_teststrict()
666 *strict = 0; in devctl_pm_bus_teststrict()
668 *strict = strict_state; in devctl_pm_bus_teststrict()
672 rv, *strict); in devctl_pm_bus_teststrict()
H A Dlibdevice.h93 devctl_pm_bus_teststrict(devctl_hdl_t hdl, uint_t *strict);
/titanic_44/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
/titanic_44/usr/src/cmd/ssh/
H A DMakefile.msg.targ25 XGETFLAGS = -o $(POFILE_DIR)/$(POFILE) --foreign-user --strict -j -n -E \
/titanic_44/usr/src/cmd/krb5/krb5kdc/
H A DMakefile45 CFLAGS += -_gcc=-fno-strict-overflow
/titanic_44/usr/src/lib/libpp/common/
H A Dpp.tab91 strict
148 STRICT # strict implementation
H A Dpp.probe326 strict=
606 ::) strict=1 ;;
687 __LCC__)strict=2 ;;
693 case $strict in
694 1) strict= ;;
1086 1) case $strict in
1087 ?*) echo "#pragma pp:strict" ;;
/titanic_44/usr/src/cmd/idmap/idmapd/
H A DMakefile61 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t30 use strict;
/titanic_44/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 ) argument
2450 if (strict) {
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t31 use strict;

12