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

/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/bmake/mk/
H A Down.mk42 COMPILE.S?= ${CC} ${AFLAGS} ${CPPFLAGS} -c -traditional-cpp
/freebsd-13-stable/stand/lua/
H A Dcli.lua106 -- traditional reasons for including it don't necessarily apply,
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js7070 params = jQuery.param( params, jQuery.ajaxSettings.traditional );
7212 traditional: false,
7522 s.data = jQuery.param( s.data, s.traditional );
7652 param: function( a, traditional ) {
7660 // Set traditional to true for jQuery <= 1.3.2 behavior.
7661 if ( traditional === undefined ) {
7662 traditional = jQuery.ajaxSettings.traditional;
7673 // If traditional, encode the "old" way (the way 1.3.2 or older
7676 buildParams( prefix, a[ prefix ], traditional, ad
[all...]
/freebsd-13-stable/sys/conf/
H A Dkern.mk268 CFLAGS+= -traditional
/freebsd-13-stable/contrib/opie/
H A Dconfigure931 CPP="${CC-cc} -E -traditional-cpp"
/freebsd-13-stable/contrib/byacc/
H A Dconfigure4488 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure8389 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10313 aix,*) ;; # traditional, no import file
10347 # Need to ensure runtime linking is disabled for the traditional
11484 aix,yes) # traditional libtool
11491 aix,no) # traditional AIX only
11594 # MinGW DLLs use traditional 'lib' prefix
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure7137 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
9062 aix,*) ;; # traditional, no import file
9096 # Need to ensure runtime linking is disabled for the traditional
10232 aix,yes) # traditional libtool
10239 aix,no) # traditional AIX only
10342 # MinGW DLLs use traditional 'lib' prefix
/freebsd-13-stable/contrib/dialog/
H A Dconfigure2019 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure2586 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2772 echo "$as_me:2772: checking whether $CC needs -traditional" >&5
2773 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
2810 CC="$CC -traditional"

Completed in 359 milliseconds