Searched refs:strict (Results 26 - 50 of 84) sorted by relevance

1234

/freebsd-9.3-release/tools/regression/sbin/growfs/
H A Dregress.t5 use strict;
/freebsd-9.3-release/tools/tools/drm/
H A Dgen-drm_pciids4 use strict;
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A DMakefile18 CFLAGS+= -fno-strict-aliasing
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dlog.in86 use strict;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c507 dbus_bool_t strict = FALSE; local
511 DBUS_TYPE_BOOLEAN, &strict,
513 strict = FALSE;
544 if (!strict) {
585 if (!strict) {
634 if (!strict) {
688 if (!strict) {
725 if (!strict) {
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_dcb.h49 * strict priority: valid values are 0..5; 0 is highest priority.
52 uint8_t strict; member in struct:bxe_dcbx_cos_params
219 uint8_t strict; member in struct:cos_entry_help_data
/freebsd-9.3-release/contrib/one-true-awk/
H A Dmakefile32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk48 .if !empty(COPTFLAGS:M-O[23s]) && empty(COPTFLAGS:M-fno-strict-aliasing)
49 COPTFLAGS+= -fno-strict-aliasing
/freebsd-9.3-release/usr.sbin/acpi/acpidb/
H A DMakefile65 CFLAGS+= -DACPI_EXEC_APP -fno-strict-aliasing
/freebsd-9.3-release/usr.bin/csup/
H A Drcsparse.c119 int strict, token; local
121 strict = 0;
183 /* {strict ;} */
184 if (!strcmp(tmp, "strict")) {
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in23 use strict;
/freebsd-9.3-release/sys/netncp/
H A Dncp_nls.c204 ncp_pathcheck(char *s, int len, struct ncp_nlstables *nt, int strict) { argument
215 if (tbl && strict && tbl[sc] != sc)
225 if (tbl && strict && tbl[sc] != sc) {
/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c189 fdt_find_compatible(phandle_t start, const char *compat, int strict) argument
199 if (strict)
/freebsd-9.3-release/tools/regression/acltools/
H A Drun42 use strict;
/freebsd-9.3-release/usr.bin/rs/
H A Drs.c534 * num = number p points to; if (strict) complain
538 getnum(int *num, char *p, int strict) argument
543 if (strict || *t == '-' || *t == '+')
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man10 use strict;
H A Dmdoc2texi14 use strict;
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man36 use strict;
/freebsd-9.3-release/contrib/ntp/scripts/
H A Dplot_summary.in24 use strict;
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in15 use strict;
/freebsd-9.3-release/contrib/bind9/bin/dig/include/dig/
H A Ddig.h300 isc_boolean_t strict);
/freebsd-9.3-release/contrib/gperf/doc/
H A Dhelp2man24 use strict;
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbuildvirtuser95 use strict;
/freebsd-9.3-release/lib/clang/
H A Dclang.build.mk17 # LLVM is not strict aliasing safe as of 12/31/2011
18 CFLAGS+= -fno-strict-aliasing
/freebsd-9.3-release/sys/modules/zfs/
H A DMakefile109 CWARNFLAGS+=-Wno-strict-prototypes

Completed in 146 milliseconds

1234