Searched refs:macros (Results 1 - 25 of 173) sorted by relevance

1234567

/freebsd-current/contrib/atf/
H A Datf-c++.hpp29 #include <atf-c++/macros.hpp>
H A Datf-c.h30 #include <atf-c/macros.h>
/freebsd-current/crypto/openssl/include/openssl/
H A Dopensslconf.h15 # include <openssl/macros.h>
H A Dssl2.h14 # include <openssl/macros.h>
H A Dpem2.h14 # include <openssl/macros.h>
H A Debcdic.h14 # include <openssl/macros.h>
H A Drc4.h14 # include <openssl/macros.h>
H A Dsymhacks.h14 # include <openssl/macros.h>
H A Ddtls1.h14 # include <openssl/macros.h>
H A Dopensslv.h26 * Base version macros
28 * These macros express version number MAJOR.MINOR.PATCH exactly
57 * be related to the API version expressed with the macros above.
73 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
109 # include <openssl/macros.h>
H A Dcmp_util.h19 # include <openssl/macros.h>
H A Dconf_api.h14 # include <openssl/macros.h>
H A Dsrtp.h20 # include <openssl/macros.h>
H A Dmdc2.h14 # include <openssl/macros.h>
H A Dmd2.h14 # include <openssl/macros.h>
/freebsd-current/crypto/openssl/include/internal/
H A Ddeprecated.h28 # include <openssl/macros.h>
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dstackhash.pm27 my $macros = <<END_MACROS;
56 return $macros;
86 my $macros = <<END_MACROS;
104 return $macros;
/freebsd-current/crypto/openssl/crypto/rand/
H A Drand_deprecated.c11 #include <openssl/macros.h>
/freebsd-current/usr.bin/m4/
H A Dlook.c67 struct ohash macros; variable in typeref:struct:ohash
92 ohash_init(&macros, 10, &macro_info);
101 return ohash_find(&macros, ohash_qlookup(&macros, name));
109 p = ohash_find(&macros, ohash_qlookup(&macros, name));
143 i = ohash_qlookupi(&macros, name, &end);
144 n = ohash_find(&macros, i);
147 ohash_insert(&macros, i, n);
221 for (n = ohash_first(&macros,
[all...]
/freebsd-current/contrib/mandoc/
H A Ddba.h33 struct dba_array *macros; member in struct:dba
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c50 if (!strncmp(argv[1], macros[i].mac_name, 9)) {
61 cp1 = macros[i].mac_start;
62 while (cp1 != macros[i].mac_end) {
141 if (cp1 != macros[i].mac_end) {
/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm3 Mdoc - perl module to parse Mdoc macros
24 By default the surrouding "" from arguments to macros are removed, use C<raw>
64 called and for all the nested macros. Every called macro returns a list which
65 is appended to return value and returned when all nested macros are processed.
83 Helper function for generating macros that enclose their arguments.
90 This module implements the Bl/El macros for you. Using set_Bl_callback you can
95 This module implements the Bl/El macros for you. Using set_El_callback you can
138 * The concat_until only works with standalone macros. This means that
142 * Provide default macros for Bd/Ed
185 my %macros;
[all...]
/freebsd-current/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm30 Mdoc - perl module to parse Mdoc macros
51 By default the surrouding "" from arguments to macros are removed, use C<raw>
91 called and for all the nested macros. Every called macro returns a list which
92 is appended to return value and returned when all nested macros are processed.
110 Helper function for generating macros that enclose their arguments.
117 This module implements the Bl/El macros for you. Using set_Bl_callback you can
122 This module implements the Bl/El macros for you. Using set_El_callback you can
165 * The concat_until only works with standalone macros. This means that
169 * Provide default macros for Bd/Ed
212 my %macros;
[all...]
/freebsd-current/contrib/libedit/
H A Dread.c61 struct macros { struct
68 struct macros macros; member in struct:el_read_t
76 static void read_clearmacros(struct macros *);
77 static void read_pop(struct macros *);
86 struct macros *ma;
91 ma = &el->el_read->macros;
112 read_clearmacros(&el->el_read->macros);
113 el_free(el->el_read->macros.macro);
114 el->el_read->macros
[all...]
/freebsd-current/contrib/tnftp/src/
H A Ddomacro.c69 if (!strncmp(argv[1], macros[i].mac_name, 9))
79 cp1 = macros[i].mac_start;
80 while (cp1 != macros[i].mac_end) {
147 if (cp1 != macros[i].mac_end)

Completed in 138 milliseconds

1234567