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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/am-utils/dist/m4/
mk-aclocal 7 if [ ! -d macros ]; then
8 echo no macros directory found!
11 cd macros
amdgrep 7 m4/macros/*.m4
  /src/crypto/external/apache2/openssl/dist/include/openssl/
opensslconf.h 15 #include <openssl/macros.h>
pem2.h 14 #include <openssl/macros.h>
ssl2.h 14 #include <openssl/macros.h>
e_ostime.h 14 #include <openssl/macros.h>
ebcdic.h 14 #include <openssl/macros.h>
  /src/crypto/external/bsd/openssl/dist/include/openssl/
opensslconf.h 15 # include <openssl/macros.h>
pem2.h 14 # include <openssl/macros.h>
ssl2.h 14 # include <openssl/macros.h>
  /src/external/bsd/atf/dist/
atf-c++.hpp 33 #include <atf-c++/macros.hpp>
atf-c.h 34 #include <atf-c/macros.h>
  /src/external/bsd/am-utils/dist/
Makefile.am 44 m4/macros/HEADER \
45 m4/macros/TRAILER \
46 m4/macros/c_void_p.m4 \
47 m4/macros/cache_check_dynamic.m4 \
48 m4/macros/check_amu_fs.m4 \
49 m4/macros/check_autofs_style.m4 \
50 m4/macros/check_checkmount_style.m4 \
51 m4/macros/check_extern.m4 \
52 m4/macros/check_extern_ldap.m4 \
53 m4/macros/check_fhandle.m4
    [all...]
bootstrap 25 # validate macros directory and some macro files
26 if [ ! -d m4/macros ]; then
27 echo No m4/macros directory found!
30 if [ ! -f m4/macros/HEADER ]; then
31 echo No m4/macros/HEADER file found!
41 (cd m4/macros
  /src/crypto/external/apache2/openssl/dist/include/internal/
deprecated.h 28 #include <openssl/macros.h>
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
stackhash.pm 27 my $macros = <<END_MACROS;
56 return $macros;
86 my $macros = <<END_MACROS;
104 return $macros;
  /src/crypto/external/bsd/openssl/dist/include/internal/
deprecated.h 28 # include <openssl/macros.h>
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
stackhash.pm 27 my $macros = <<END_MACROS;
56 return $macros;
86 my $macros = <<END_MACROS;
104 return $macros;
  /src/crypto/external/apache2/openssl/dist/util/
ctags.sh 16 # extracts language objects with expanding the macros.
71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags
72 cat > "$macros" <<EOF
82 -l >> "$macros" &&
83 # At the second path, ctags extract tags with expanding macros stored in
  /src/games/ching/ching/
ching.sh 81 $PROGS/printching $HEXAGRAM | nroff $SHARE/macros - | ${PAGER-more}
Makefile 9 FILES= hexagrams macros
  /src/crypto/external/apache2/openssl/dist/include/crypto/
dso_conf.h.in 28 my @macros = ( "DSO_$scheme" );
30 @macros = ( "DSO_DLFCN", "HAVE_DLFCN_H" );
32 @macros = ( "DSO_DLFCN" );
34 join("\n", map { "# define $_" } @macros); -}
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_method.c 10 #include <openssl/macros.h>
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_deprecated.c 11 #include <openssl/macros.h>
  /src/crypto/external/apache2/openssl/include/openssl/
opensslv.h 26 * Base version macros
28 * These macros express version number MAJOR.MINOR.PATCH exactly
67 * be related to the API version expressed with the macros above.
75 * SECTION 2: USEFUL MACROS
83 * Macros to get the version in easily digested string form, both the short
85 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
126 #include <openssl/macros.h>

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>