HomeSort by: relevance | last modified time | path
    Searched refs:traditional (Results 1 - 25 of 136) sorted by relevancy

1 2 3 4 5 6

  /src/tests/usr.bin/xlint/lint1/
msg_270.c 11 char *traditional();
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpp-id-data.h 34 Variadic macros cannot occur with traditional cpp. */
45 /* Replacement tokens (ISO) or replacement text (traditional). See
46 comment at top of cpptrad.c for how traditional function-like
52 } GTY ((desc ("%1.traditional"))) exp;
57 /* Number of tokens in expansion, or bytes for traditional macros. */
76 unsigned int traditional : 1;
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkey.c 40 {"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) {
pkcs8.c 48 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
78 int private = 0, traditional = 0; local
123 traditional = 1;
335 if (traditional)
  /src/external/mit/xorg/share/nls/
Makefile 38 ${CPP} -undef -traditional \
42 ${CPP} -undef -traditional \
  /src/crypto/external/apache2/openssl/dist/apps/
pkey.c 67 { "traditional", OPT_TRADITIONAL, '-',
68 "Use traditional format for private key PEM output" },
94 int private = 0, traditional = 0, check = 0, pub_check = 0; local
152 traditional = 1;
195 if (traditional && (noout || outformat != FORMAT_PEM))
197 "Warning: The -traditional is ignored since there is no PEM output\n");
290 if (traditional) {
genrsa.c 72 { "traditional", OPT_TRADITIONAL, '-',
73 "Use traditional format for private keys" },
98 int traditional = 0; local
154 traditional = 1;
236 if (traditional) {
pkcs8.c 72 { "traditional", OPT_TRADITIONAL, '-', "use traditional format private key" },
107 int private = 0, traditional = 0; local
157 traditional = 1;
381 if (traditional)
rsa.c 93 { "traditional", OPT_TRADITIONAL, '-',
94 "Use traditional format for private keys" },
151 int traditional = 0; local
230 traditional = 1;
368 if (traditional)
  /src/crypto/external/bsd/openssl/dist/apps/
pkey.c 53 {"traditional", OPT_TRADITIONAL, '-',
54 "Use traditional format for private key PEM output"},
80 int private = 0, traditional = 0, check = 0, pub_check = 0; local
137 traditional = 1;
181 if (traditional && (noout || outformat != FORMAT_PEM))
183 "Warning: The -traditional is ignored since there is no PEM output\n");
278 if (traditional) {
genrsa.c 65 {"traditional", OPT_TRADITIONAL, '-',
66 "Use traditional format for private keys"},
91 int traditional = 0; local
143 traditional = 1;
227 if (traditional) {
pkcs8.c 53 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
87 int private = 0, traditional = 0; local
136 traditional = 1;
356 if (traditional)
rsa.c 78 {"traditional", OPT_TRADITIONAL, '-',
79 "Use traditional format for private keys"},
136 int traditional = 0; local
214 traditional = 1;
355 if (traditional)
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 79 int traditional; member in struct:options
prog_cpp.c 165 if (opt.traditional)
options.c 143 { "t", FLAG, opt_set, &opt.traditional},
144 { "traditional", FLAG, opt_set, &opt.traditional},
  /src/external/gpl3/gcc.old/dist/libcpp/
init.cc 415 function-like macros in traditional.cc:
423 /* Keep builtins not used for -traditional-cpp at the end, and
495 if (CPP_OPTION (pfile, traditional))
544 if (!CPP_OPTION (pfile, traditional)
880 CPP_OPTION (pfile, traditional) = 0;
886 if (CPP_OPTION (pfile, traditional))
errors.cc 36 if (CPP_OPTION (pfile, traditional))
  /src/share/mk/
bsd.sys.mk 79 # but our sources aren't up for it yet. Also, add -Wno-traditional because
81 # in a traditional environment' warning, as opposed to 'this code behaves
82 # differently in traditional and ansi environments' which is the warning
89 CFLAGS+= ${${ACTIVE_CC} == "gcc" :? -Wno-traditional :}
sys.mk 63 CXXFLAGS?= ${CFLAGS:N-Wno-traditional:N-Wstrict-prototypes:N-Wmissing-prototypes:N-Wno-pointer-sign:N-ffreestanding:N-std=gnu[0-9][0-9x]:N-Wold-style-definition:N-Wno-format-zero-length:N-Wsystem-headers}
  /src/external/bsd/byacc/dist/package/
byacc.spec 110 - rename btyacc package to byacc2 to co-exist with traditional btyacc
  /src/external/gpl3/gcc/dist/libcpp/
errors.cc 36 if (CPP_OPTION (pfile, traditional))
init.cc 430 function-like macros in traditional.cc:
440 /* Keep builtins not used for -traditional-cpp at the end, and
512 if (CPP_OPTION (pfile, traditional))
561 if (!CPP_OPTION (pfile, traditional)
907 CPP_OPTION (pfile, traditional) = 0;
913 if (CPP_OPTION (pfile, traditional))
  /src/usr.bin/make/unit-tests/
directive-include.mk 58 # The traditional include directive is seldom used.
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 100 else if (cpp_get_options (pfile)->traditional)
607 if (!CPP_OPTION (pfile, traditional) && token->type != CPP_PRAGMA)

Completed in 38 milliseconds

1 2 3 4 5 6