Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/bmake/mk/
H A Dwarnings.mk29 LOW_WARNINGS ?= ${MIN_WARNINGS} -W -Wstrict-prototypes -Wmissing-prototypes
155 missing-prototypes \
158 strict-prototypes
/freebsd/tools/regression/fsx/
H A DMakefile10 CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
/freebsd/contrib/blocklist/port/
H A Dconfigure.ac67 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
74 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
/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/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/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
78 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/misc/sk-dummy/
H A DMakefile38 CDIAGFLAGS+= -Wmissing-prototypes
45 CDIAGFLAGS+= -Wstrict-prototypes
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_defs.h.in39 * If defined, specify throw() for the public function prototypes when compiling
40 * with C++. The only justification for this is to match the prototypes that
/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/crypto/openssh/regress/misc/ssh-verify-attestation/
H A DMakefile48 CDIAGFLAGS+= -Wmissing-prototypes
55 CDIAGFLAGS+= -Wstrict-prototypes
/freebsd/sys/contrib/openzfs/config/
H A DRules.am17 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/stand/usb/test/
H A DMakefile38 CFLAGS+= -Wno-error=missing-prototypes -Wno-error=unused-parameter
/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/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/sys/modules/qlnx/qlnxr/
H A DMakefile68 CWARNEXTRA += -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

1234567