Home
last modified time | relevance | path

Searched refs:prototypes (Results 1 – 25 of 156) sorted by relevance

1234567

/freebsd/contrib/bmake/mk/
H A Dwarnings.mk37 LOW_WARNINGS ?= ${MIN_WARNINGS} -W -Wstrict-prototypes -Wmissing-prototypes
163 missing-prototypes \
166 strict-prototypes
/freebsd/contrib/blocklist/port/
H A Dconfigure.ac65 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
72 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_openssl.m424 dnl -Wstrict-prototypes for gcc if it does not
583 dnl Older OpenSSL headers have a number of callback prototypes inside
584 dnl other function prototypes which trigger copious warnings with gcc's
585 dnl -Wstrict-prototypes, which is included in -Wall.
613 CFLAGS="$CFLAGS -Wstrict-prototypes"
646 ntp_ssl_cflags="$ntp_ssl_cflags -Wno-strict-prototypes"
649 ntp_ssl_cflags="$ntp_ssl_cflags -Wstrict-prototypes"
654 ntp_ssl_cflags="$ntp_ssl_cflags -Wstrict-prototypes"
655 esac dnl checking for gcc problems with -Werror and -Wstrict-prototypes
/freebsd/tools/regression/fsx/
H A DMakefile10 CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
/freebsd/contrib/elftoolchain/libpe/
H A Dos.Linux.mk3 CFLAGS+= -Wall -Wno-unused-parameter -Wstrict-prototypes \
4 -Wmissing-prototypes -Wpointer-arith -Wreturn-type \
/freebsd/contrib/libxo/
H A Dwarnings.mk17 -Wstrict-prototypes \
18 -Wmissing-prototypes \
/freebsd/stand/i386/boot2/
H A DMakefile31 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
32 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
77 CFLAGS.ashldi3.c= -Wno-missing-prototypes -Wno-missing-declarations
/freebsd/sbin/pfctl/
H A DMakefile14 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
15 CFLAGS+= -Wstrict-prototypes
/freebsd/contrib/elftoolchain/libelf/
H A Dos.Linux.mk12 CFLAGS+= -Wmissing-prototypes
27 CFLAGS+= -Wstrict-prototypes
/freebsd/tools/regression/capsicum/syscalls/
H A DMakefile5 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
/freebsd/tools/regression/geom/ConfCmp/
H A DMakefile9 CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
/freebsd/crypto/openssh/regress/unittests/
H A DMakefile.inc41 CDIAGFLAGS+= -Wmissing-prototypes
48 CDIAGFLAGS+= -Wstrict-prototypes
/freebsd/contrib/libpcap/
H A DINSTALL.md223 charconv.h - Windows Unicode prototypes
237 fmtutils.h - error message formatting prototypes
247 lbl/os-*.h - OS-dependent defines and prototypes
253 nametoaddr.h - hostname to address prototypes
256 optimize.h - BPF optimization prototypes
324 pcap-usb-linux-common.h - Linux USB common prototypes
337 rpcap-protocol.h - RPCAP client/server common prototypes
341 sf-pcap.h - prototypes for .pcap savefiles
343 sf-pcapng.h - prototypes for .pcapng savefiles
345 sockutils.h - socket and name lookup API prototypes
[all …]
/freebsd/sys/contrib/openzfs/config/
H A DRules.am18 AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno…
/freebsd/sys/contrib/zstd/
H A D.buckconfig3 …strict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointe…
/freebsd/sys/conf/
H A Dkern.mk5 CWARNFLAGS?= -Wall -Wstrict-prototypes \
6 -Wmissing-prototypes -Wpointer-arith -Wcast-qual \
37 NO_WSTRICT_PROTOTYPES= -Wno-strict-prototypes
/freebsd/contrib/file/
H A Dconfigure.ac187 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
194 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
/freebsd/stand/usb/test/
H A DMakefile38 CFLAGS+= -Wno-error=missing-prototypes -Wno-error=unused-parameter
/freebsd/sys/contrib/zstd/lib/
H A Dlibzstd.mk94 -Wstrict-prototypes -Wundef -Wpointer-arith \
96 -Wredundant-decls -Wmissing-prototypes -Wc++-compat
/freebsd/sys/dev/aic7xxx/aicasm/
H A DMakefile43 CFLAGS+= -Wno-missing-prototypes
/freebsd/contrib/nvi/regex/
H A DWHATSNEW28 memory-allocation patterns. The header-file prototypes no longer name
83 helper program, mkh, which extracts prototypes given in stylized comments.
90 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd/lib/libc/regex/
H A DWHATSNEW27 memory-allocation patterns. The header-file prototypes no longer name
82 helper program, mkh, which extracts prototypes given in stylized comments.
89 file prototypes the functions if __STDC__ is defined, and some small typos
/freebsd/sys/modules/qlnx/qlnxr/
H A DMakefile68 CWARNEXTRA += -Wno-missing-prototypes
/freebsd/sys/powerpc/conf/dpaa/
H A Dconfig.dpaa7 -Wno-error=missing-prototypes \
/freebsd/contrib/lutok/m4/
H A Ddeveloper-mode.m485 try_c_flags="-Wmissing-prototypes \
87 -Wstrict-prototypes"

1234567