/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 233 (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 D | compare.c | 31 _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 D | tst.tcp.ksh | 82 use strict; 109 use strict;
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.libm.com | 59 CFLAGS += -_gcc=-fno-strict-overflow 60 CFLAGS64 += -_gcc=-fno-strict-overflow
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | common.h | 67 int strict; member
|
H A D | gnu_msgfmt.c | 85 if (flag.strict) { in main()
|
H A D | option.c | 185 flag->strict = 1; in parse_option()
|
/illumos-gate/usr/src/ |
H A D | Makefile.smatch | 29 SMATCH_ARGS += -Wno-strict-prototypes
|
/illumos-gate/usr/src/lib/libidmap/ |
H A D | Makefile | 37 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
|
/illumos-gate/usr/src/lib/libdevice/ |
H A D | devctl.c | 645 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 D | libdevice.h | 91 devctl_pm_bus_teststrict(devctl_hdl_t hdl, uint_t *strict);
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 35 use strict;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.h | 127 extern boolean_t strict;
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | Makefile | 46 CFLAGS += -_gcc=-fno-strict-overflow
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.tab | 91 strict 148 STRICT # strict implementation
|
H A D | pp.probe | 326 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 D | Makefile | 97 cflags = -fno-strict-aliasing
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/ |
H A D | gmatch.t | 30 use strict;
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | Makefile | 74 XGETFLAGS = --foreign-user --strict -n -E --width=72 \
|
/illumos-gate/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 | 1849 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 D | pgstat.pl | 965 my $strict = shift; 967 return first { $arg eq $_ } @$list if $strict;
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp_api.t | 31 use strict;
|