Searched refs:traditional (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-12-stable/usr.bin/uuencode/tests/
H A Dregress.sh7 REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
H A DMakefile10 ${PACKAGE}FILES+= regress.traditional.out
/freebsd-12-stable/usr.bin/uudecode/tests/
H A Dregress.sh7 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
H A DMakefile10 ${PACKAGE}FILES+= regress.traditional.in
/freebsd-12-stable/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h36 Variadic macros cannot occur with traditional cpp. */
46 /* Replacement tokens (ISO) or replacement text (traditional). See
47 comment at top of cpptrad.c for how traditional function-like
53 } GTY ((desc ("%1.traditional"))) exp;
58 /* Number of tokens in expansion, or bytes for traditional macros. */
77 unsigned int traditional : 1;
H A Dcpplib.h332 traditional C. */
391 /* True for traditional preprocessing. */
392 unsigned char traditional; member in struct:cpp_options
/freebsd-12-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile16 mkdeps.c pch.c symtab.c traditional.c
/freebsd-12-stable/crypto/openssl/apps/
H A Dpkey.c40 {"traditional", OPT_TRADITIONAL, '-',
41 "Use traditional format for private keys"},
61 int private = 0, traditional = 0, check = 0, pub_check = 0; local
114 traditional = 1;
193 if (traditional) {
H A Dpkcs8.c48 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
78 int private = 0, traditional = 0; local
123 traditional = 1;
335 if (traditional)
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dinit.c316 /* Keep builtins not used for -traditional-cpp at the end, and
361 if (CPP_OPTION (pfile, traditional))
384 if (!CPP_OPTION (pfile, traditional)
637 CPP_OPTION (pfile, traditional) = 0;
643 if (CPP_OPTION (pfile, traditional))
H A DMakefile.in74 mkdeps.o pch.o symtab.o traditional.o
79 mkdeps.c pch.c symtab.c traditional.c
H A Derrors.c147 if (CPP_OPTION (pfile, traditional))
H A Dmacro.c200 if (CPP_OPTION (pfile, traditional))
779 "function-like macro \"%s\" must be used with arguments in traditional C",
1002 /* Push a traditional macro's replacement text. */
1190 if (CPP_OPTION (pfile, traditional))
1251 traditional redefinitions with just whitespace differences. */
1263 if (CPP_OPTION (pfile, traditional))
1414 find them and warn of traditional stringification. */
1561 macro->traditional = 0;
1608 if (CPP_OPTION (pfile, traditional))
1697 "macro argument \"%s\" would be stringified in traditional
[all...]
H A Dtraditional.c1 /* CPP Library - traditional lexical analysis and macro expansion.
704 macro->traditional = 1;
711 /* Returns TRUE if traditional macro recursion is detected. */
720 However, it is possible to have traditional function-like macros
938 macro->traditional = 1;
954 macro->traditional = 1;
H A Ddirectives.c59 come from traditional (K&R) C. STDC89 directives come from the
277 else if (CPP_OPTION (pfile, traditional))
348 indented, and directives present in traditional C must not.
355 "suggest not using #elif in traditional C");
358 "traditional C ignores #%s with the # indented",
362 "suggest hiding #%s from traditional C with an indented #",
468 if (CPP_OPTION (pfile, traditional))
502 if (CPP_OPTION (pfile, traditional))
/freebsd-12-stable/contrib/gcc/
H A Dc-ppoutput.c78 else if (cpp_get_options (pfile)->traditional)
318 if (!CPP_OPTION (pfile, traditional))
H A Dc-cppbuiltin.c569 # define preprocessing_trad_p() (cpp_get_options (pfile)->traditional)
H A Dc-opts.c982 cpp_opts->traditional = 1;
1398 if (cpp_opts->traditional)
1399 error ("-fdirectives-only is incompatible with -traditional");
/freebsd-12-stable/contrib/bmake/mk/sys/
H A DGeneric.mk39 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DIRIX.mk26 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DNetBSD.mk35 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
H A DOpenBSD.mk29 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
/freebsd-12-stable/contrib/bmake/mk/
H A Down.mk42 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
/freebsd-12-stable/stand/lua/
H A Dcli.lua106 -- traditional reasons for including it don't necessarily apply,
/freebsd-12-stable/sys/conf/
H A Dkern.mk287 CFLAGS+= -traditional

Completed in 208 milliseconds

12