Searched refs:traditional (Results 1 – 25 of 198) sorted by relevance
12345678
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | pkcs8.pod | 39 Normally a PKCS#8 private key is expected on input and a traditional format 41 reversed: it reads a traditional format private key and writes a PKCS#8 48 expected. Otherwise the B<DER> or B<PEM> format of the traditional format 156 counts are more secure that those encrypted using the traditional 169 level whereas the traditional format includes them at a PEM level. 200 Convert a private from traditional to PKCS#5 v2.0 format using triple 205 Convert a private from traditional to PKCS#5 v2.0 format using AES with 224 Convert a private key from any PKCS#8 format to traditional format:
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | init.c | 361 if (CPP_OPTION (pfile, traditional)) in cpp_init_special_builtins() 384 if (!CPP_OPTION (pfile, traditional) in cpp_init_builtins() 637 CPP_OPTION (pfile, traditional) = 0; in post_options() 643 if (CPP_OPTION (pfile, traditional)) in post_options()
|
| HD | macro.c | 200 if (CPP_OPTION (pfile, traditional)) in _cpp_builtin_macro_text() 1190 if (CPP_OPTION (pfile, traditional)) in cpp_scan_nooutput() 1263 if (CPP_OPTION (pfile, traditional)) in warn_of_redefinition() 1561 macro->traditional = 0; in create_iso_definition() 1608 if (CPP_OPTION (pfile, traditional)) in _cpp_create_definition() 1735 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition() 1798 if (CPP_OPTION (pfile, traditional)) in cpp_macro_definition()
|
| HD | Makefile.in | 74 mkdeps.o pch.o symtab.o traditional.o 79 mkdeps.c pch.c symtab.c traditional.c
|
| HD | errors.c | 147 if (CPP_OPTION (pfile, traditional)) in cpp_error()
|
| HD | traditional.c | 704 macro->traditional = 1; in push_replacement_text() 938 macro->traditional = 1; in save_replacement_text() 954 macro->traditional = 1; in save_replacement_text()
|
| HD | ChangeLog | 503 traditional.c: Update copyright. 543 * traditional.c: Likewise. 810 * traditional.c (push_replacement_text): Set macro->traditional. 821 Clear traditional flag. 939 * traditional.c: Moved from gcc/cpptrad.c.
|
| /NextBSD/usr.bin/uuencode/tests/ |
| HD | regress.sh | 7 REGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
|
| HD | Makefile | 9 FILES+= regress.traditional.out
|
| /NextBSD/usr.bin/uudecode/tests/ |
| HD | regress.sh | 7 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
|
| HD | Makefile | 9 FILES+= regress.traditional.in
|
| /NextBSD/contrib/gcclibs/libcpp/include/ |
| HD | cpp-id-data.h | 77 unsigned int traditional : 1; member
|
| /NextBSD/usr.bin/ident/tests/ |
| HD | test.in | 2 $Foo: bar $ (OK traditional)
|
| /NextBSD/contrib/binutils/ld/ |
| HD | TODO | 3 Support the "traditional" BSD -A flag (incremental loading).
|
| /NextBSD/gnu/usr.bin/cc/libcpp/ |
| HD | Makefile | 16 mkdeps.c pch.c symtab.c traditional.c
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | NEWS | 54 example. To obtain the traditional interpretation of bracket 95 compatibility with traditional egrep. 153 silently skips directories. This is the traditional behavior of 154 Unix text utilities (in particular, of traditional `grep').
|
| /NextBSD/contrib/pam_modules/pam_passwdqc/ |
| HD | PLATFORMS | 28 not-so-weak passwords with the obsolete "traditional" crypt(3) hashes
|
| HD | README | 60 the traditional crypt(3) password hashes. 62 It is important that you do set max=8 if you're using the traditional
|
| /NextBSD/contrib/gcc/ |
| HD | c-ppoutput.c | 78 else if (cpp_get_options (pfile)->traditional) in preprocess_file() 318 if (!CPP_OPTION (pfile, traditional)) in cb_line_change()
|
| /NextBSD/contrib/dialog/po/ |
| HD | zh_TW.po | 13 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
| /NextBSD/sys/conf/ |
| HD | kern.mk | 220 CFLAGS+= -traditional
|
| /NextBSD/contrib/ntp/ |
| HD | NOTES.y2kfixes | 54 not traditional Y2K errors, would break in the year 2000.
|
| /NextBSD/contrib/bmake/mk/ |
| HD | own.mk | 42 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
|
| /NextBSD/contrib/bmake/mk/sys/ |
| HD | Generic.mk | 39 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
|
| HD | OpenBSD.mk | 29 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
|
12345678