Home
last modified time | relevance | path

Searched refs:pedantic (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/usr.bin/sudo/
Dparse.yacc84 int pedantic = FALSE; variable
421 if (pedantic) {
424 (pedantic == 1) ? "Warning" : "Error", $1, sudolineno);
425 if (pedantic > 1) {
601 if (pedantic) {
604 (pedantic == 1) ? "Warning" : "Error", $1, sudolineno);
605 if (pedantic > 1) {
696 if (pedantic) {
699 (pedantic == 1) ? "Warning" : "Error", $1, sudolineno);
700 if (pedantic > 1) {
[all …]
Dvisudo.c103 extern int pedantic;
140 pedantic = 1;
163 pedantic++; /* strict mode */
563 pedantic > 1 ? "Error" : "Warning", sudolineno);
564 if (pedantic > 1)
Dtestsudoers.c99 extern int pedantic;
413 pedantic = TRUE;
/mirbsd/src/gnu/usr.bin/binutils/config/
Dwarnings.m446 # Sets WARN_PEDANTIC to "-pedantic" + the argument, if the compiler is GCC
54 [AC_CACHE_CHECK([whether $CC supports -pedantic $1], acx_Pedantic,
56 CFLAGS="-pedantic $1"
62 [WARN_PEDANTIC="-pedantic $1"])
/mirbsd/src/usr.bin/tsort/
DMakefile6 CDIAGFLAGS=-Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W
/mirbsd/src/usr.bin/cdio/
DMakefile7 CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic
/mirbsd/src/usr.bin/make/
DMakefile7 CDIAGFLAGS+= -Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \
/mirbsd/src/usr.bin/m4/
DMakefile11 CDIAGFLAGS= -Wextra -Wall -Wstrict-prototypes -pedantic \
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dtimespec.m431 dnl Persuade pedantic Solaris to declare struct timespec.
/mirbsd/src/gnu/usr.bin/perl/
Dcflags.SH159 *-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;;
DChanges5.8.13492 gcc -ansi -pedantic cleanup; and a seemingly forgotten
16089 Subject: [PATCH v2] enable -ansi -pedantic
/mirbsd/src/lib/libssl/src/
DConfigure139 …IC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -W…
140 …DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -W…
143 …UG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_FIPS -g3 -O2 -pedantic -Wall -Wshadow -W…
145 …CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -m486 -pedantic -Wshadow -Wall::-…
147 …_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -march=i486 -pedantic -Wno-long-long -W…
149 …G -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -march=i486 -pedantic -ansi -Wall -Wsha…
150 …M -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -march=i486 -pedantic -ansi -Wall -Wsha…
151 …G -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -march=i486 -pedantic -ansi -Wall -W -W…
152 …M -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -march=i486 -pedantic -ansi -Wall -W -W…
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dpumpkin.pod780 =item gcc -ansi -pedantic
783 not $Config{ccflags}) the gcc strict ANSI C flags -ansi and -pedantic for
786 platforms only one (Solaris can do only -pedantic, not -ansi).
788 any internal cpp flag to signify that -pedantic is being used, as it
791 Note that the -ansi and -pedantic are enabled only for version 3 (and
795 The -ansi and -pedantic are useful in catching at least the following
DGlossary2501 -ansi and -pedantic ccflags for building core files (through
/mirbsd/src/kern/z/
DFAQ290 up to maximally-pedantic. Can't you guys write proper code?
/mirbsd/src/usr.bin/awk/
DFIXES52 minor type fiddles to make gcc -Wall -pedantic happier (but not
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlop.pod558 To be pedantic, the comparison is actually C<int(EXPR) == int(EXPR)>,
/mirbsd/src/gnu/usr.bin/lynx/
Daclocal.m42936 dnl -pedantic
/mirbsd/src/share/dict/
Dwords17096 pedantic
Dweb2140452 pedantic
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Das.texinfo2257 @c "key symbol" is not used elsewhere in the document; seems pedantic to
/mirbsd/src/lib/libncurses/src/
DNEWS5964 + correct problems shown by "weblint -pedantic".