Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/src/sys/dev/bnxt/bnxt_en/
H A Dconvert_hsi.pl187 my %macros = %$macroshash;
189 my @macros = @$macrosref;
230 foreach my $macro (@macros) {
233 my $maskdef = $macros{$macro};
236 if (defined $macros{"$macro_prefix$subfield\_SFT"}) {
269 my $macroeval = $macros{$macro};
301 my @macros=();
302 my %macros=();
314 push @macros, $1;
315 $macros{$1}=$2;
[all …]
/src/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm212 my %macros;
325 $macros{ $macro } = {
331 if ($macros{ $macro }{concat_until}) {
332 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } };
333 $macros{ $macro }{greedy} = 1;
340 croak "Macro <$macro> not defined" if not exists $macros{ $macro };
341 +{ %{ $macros{ $macro } } }
461 @args = _unquote(@args) if (!$macros{ $macro }{raw});
465 if ($_ =~ /^[A-Z][a-z]+$/ && exists $macros{ $_ }) {
469 if ($macros{ $macro }{greedy}) {
[all …]
/src/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm185 my %macros;
298 $macros{ $macro } = {
304 if ($macros{ $macro }{concat_until}) {
305 $macros{ $macros{ $macro }{concat_until} } = { run => sub { @_ } };
306 $macros{ $macro }{greedy} = 1;
313 croak "Macro <$macro> not defined" if not exists $macros{ $macro };
314 +{ %{ $macros{ $macro } } }
434 @args = _unquote(@args) if (!$macros{ $macro }{raw});
438 if ($_ =~ /^[A-Z][a-z]+$/ && exists $macros{ $_ }) {
442 if ($macros{ $macro }{greedy}) {
[all …]
/src/usr.bin/m4/
H A Dlook.c67 struct ohash macros; variable
92 ohash_init(&macros, 10, &macro_info); in init_macros()
101 return ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup()
109 p = ohash_find(&macros, ohash_qlookup(&macros, name)); in lookup_macro_definition()
143 i = ohash_qlookupi(&macros, name, &end); in create_entry()
144 n = ohash_find(&macros, i); in create_entry()
147 ohash_insert(&macros, i, n); in create_entry()
221 for (n = ohash_first(&macros, &i); n != NULL; in macro_for_all()
222 n = ohash_next(&macros, &i)) in macro_for_all()
259 for (p = ohash_first(&macros, &i); p != NULL; in mark_traced()
[all …]
/src/contrib/libedit/
H A Dread.c61 struct macros { struct
68 struct macros macros; argument
76 static void read_clearmacros(struct macros *);
77 static void read_pop(struct macros *);
86 struct macros *ma; in read_init()
91 ma = &el->el_read->macros; in read_init()
112 read_clearmacros(&el->el_read->macros); in read_end()
113 el_free(el->el_read->macros.macro); in read_end()
114 el->el_read->macros.macro = NULL; in read_end()
211 struct macros *ma = &el->el_read->macros; in el_wpush()
[all …]
/src/contrib/tnftp/src/
H A Druserpass.c205 tmp = macros[macnum].mac_name; in ruserpass()
228 macros[macnum].mac_start = macbuf; in ruserpass()
231 macros[macnum].mac_start = in ruserpass()
232 macros[macnum-1].mac_end + 1; in ruserpass()
234 tmp = macros[macnum].mac_start; in ruserpass()
244 if (tmp == macros[macnum].mac_start) { in ruserpass()
245 macros[macnum++].mac_end = tmp; in ruserpass()
248 macros[macnum++].mac_end = in ruserpass()
H A Ddomacro.c69 if (!strncmp(argv[1], macros[i].mac_name, 9)) in domacro()
79 cp1 = macros[i].mac_start; in domacro()
80 while (cp1 != macros[i].mac_end) { in domacro()
147 if (cp1 != macros[i].mac_end) in domacro()
/src/contrib/mandoc/
H A Ddba.c72 dba->macros = dba_array_new(MACRO_MAX, 0); in dba_new()
77 dba_array_set(dba->macros, im, macro); in dba_new()
90 dba_array_FOREACH(dba->macros, macro) { in dba_free()
99 dba_array_free(dba->macros); in dba_free()
136 dba_macros_write(dba->macros); in dba_write()
376 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new()
387 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, in dba_macro_add() argument
394 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()
405 dba_macros_write(struct dba_array *macros) in dba_macros_write() argument
410 pos_macros = dba_array_writelen(macros, 1); in dba_macros_write()
[all …]
H A Ddbm.c66 static struct macro *macros[MACRO_MAX]; variable
117 macros[im] = (struct macro *)++ep; in dbm_open()
366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL; in page_bymacro()
384 pp = dbm_get(macros[im][iv].pages); in page_bymacro()
413 macro.value = dbm_get(macros[im][iv].value); in dbm_macro_get()
414 macro.pp = dbm_get(macros[im][iv].pages); in dbm_macro_get()
447 pp = dbm_get(macros[im]->pages); in macro_bypage()
479 return dbm_get(macros[im][iv - 1].value); in macro_bypage()
/src/crypto/openssl/util/perl/OpenSSL/
H A Dparamnames.pm628 my @macros = ();
639 push(@macros, $def)
641 return join("\n", sort @macros);
647 my @macros = ();
671 push(@macros, $def)
673 return "#define NUM_PIDX $count\n\n" . join("\n", sort @macros);
H A Dstackhash.pm27 my $macros = <<END_MACROS;
56 return $macros;
86 my $macros = <<END_MACROS;
104 return $macros;
/src/crypto/openssl/doc/internal/man3/
H A DOSSL_DEPRECATED.pod5 OSSL_DEPRECATED, OSSL_DEPRECATED_FOR - General deprecation macros
9 #include <openssl/macros.h>
27 These macros are used to define the version specific deprecation macros
32 [RETURN VALUES isn't relevant for these macros, but find-doc-nits demands
/src/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c50 if (!strncmp(argv[1], macros[i].mac_name, 9)) { in domacro()
61 cp1 = macros[i].mac_start; in domacro()
62 while (cp1 != macros[i].mac_end) { in domacro()
141 if (cp1 != macros[i].mac_end) { in domacro()
H A Druserpass.c212 tmp = macros[macnum].mac_name; in ruserpassword()
231 macros[macnum].mac_start = macbuf; in ruserpassword()
234 macros[macnum].mac_start = macros[macnum-1].mac_end + 1; in ruserpassword()
236 tmp = macros[macnum].mac_start; in ruserpassword()
245 macros[macnum++].mac_end = tmp - 1; in ruserpassword()
/src/crypto/openssl/util/
H A Dctags.sh71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags
72 cat > "$macros" <<EOF
82 -l >> "$macros" &&
/src/contrib/libucl/include/
H A Ducl++.h475 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > &macros,
478 return parse (in, std::map<std::string, std::string>(), macros, err, duplicate_strategy);
483 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > &macros,
488 userdata_list.reserve (macros.size());
489 auto config_func = [&userdata_list, &vars, &macros] (ucl_parser *parser) {
493 for (auto & macro : macros) {
531 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > &macros,
536 userdata_list.reserve (macros.size());
537 auto config_func = [&userdata_list, &replacer, &macros] (ucl_parser *parser) {
539 for (auto & macro : macros) {
[all …]
/src/crypto/openssl/include/crypto/
H A Ddso_conf.h.in28 my @macros = ( "DSO_$scheme" );
30 @macros = ( "DSO_DLFCN", "HAVE_DLFCN_H" );
32 @macros = ( "DSO_DLFCN" );
34 join("\n", map { "# define $_" } @macros); -}
/src/lib/libcompat/4.3/
H A Drexec.c63 struct macel macros[16]; variable
230 tmp = macros[macnum].mac_name; in ruserpass()
249 macros[macnum].mac_start = macbuf; in ruserpass()
252 macros[macnum].mac_start = macros[macnum-1].mac_end + 1; in ruserpass()
254 tmp = macros[macnum].mac_start; in ruserpass()
263 macros[macnum++].mac_end = tmp - 1; in ruserpass()
/src/crypto/openssl/doc/man7/
H A Dopenssl-core_dispatch.h.pod18 The operation and dispatch numbers are represented with macros, which
25 These macros have the form C<OSSL_OP_I<opname>>.
29 These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where
45 The types and macros described here were added in OpenSSL 3.0.
H A Dopenssl_user_macros.pod.in6 - User defined macros
10 User defined macros allow the programmer to control certain aspects of
19 user defined macros.
21 =head2 The macros
/src/crypto/openssl/include/openssl/
H A Dopensslv.h.in25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
66 * be related to the API version expressed with the macros above.
84 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
125 #include <openssl/macros.h>
/src/crypto/openssl/doc/man3/
H A DOSSL_CORE_MAKE_FUNC.pod20 There are certain macros that may appear in OpenSSL header files that are
24 All the macros listed in the synopsis above are reserved.
32 The macros described here were added in OpenSSL 3.0.
H A DOPENSSL_FILE.pod7 - generic C programming utility macros
11 #include <openssl/macros.h>
22 The macros B<OPENSSL_FILE> and B<OPENSSL_LINE>
/src/sys/contrib/device-tree/Bindings/clock/
H A Dmaxim,max77686.txt11 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
16 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
20 (gated/ungated) over I2C. Clocks are defined as preprocessor macros in
38 Clocks are defined as preprocessor macros in above dt-binding header for
/src/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md7 The following macros can be defined:
9 ### Flag related macros:

12345678910>>...25