/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 235 (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.c | 32 _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 D | compare.c | 31 _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 D | Makefile.libm.com | 57 CFLAGS += -_gcc=-fno-strict-overflow 58 CFLAGS64 += -_gcc=-fno-strict-overflow
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/mib/ |
H A D | tst.tcp.ksh | 82 use strict; 109 use strict;
|
/titanic_44/usr/src/cmd/devctl/ |
H A D | devctl.c | 354 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 D | common.h | 69 int strict; member
|
H A D | gnu_msgfmt.c | 87 if (flag.strict) { in main()
|
H A D | option.c | 187 flag->strict = 1; in parse_option()
|
/titanic_44/usr/src/lib/libidmap/ |
H A D | Makefile | 37 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.h | 121 extern boolean_t strict;
|
H A D | ping.c | 140 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 D | audit_record_xml | 35 use strict;
|
/titanic_44/usr/src/lib/libdevice/ |
H A D | devctl.c | 647 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 D | libdevice.h | 93 devctl_pm_bus_teststrict(devctl_hdl_t hdl, uint_t *strict);
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | README | 64 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 D | Makefile.msg.targ | 25 XGETFLAGS = -o $(POFILE_DIR)/$(POFILE) --foreign-user --strict -j -n -E \
|
/titanic_44/usr/src/cmd/krb5/krb5kdc/ |
H A D | Makefile | 45 CFLAGS += -_gcc=-fno-strict-overflow
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pp.tab | 91 strict 148 STRICT # strict implementation
|
H A D | pp.probe | 326 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 D | Makefile | 61 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/ |
H A D | gmatch.t | 30 use strict;
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 198 int ldaptool_boolean_str2value ( const char *s, int strict );
|
H A D | common.c | 1848 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 D | Lgrp_api.t | 31 use strict;
|