Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd/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};
301 my @macros=();
302 my %macros=();
314 push @macros, $1;
315 $macros{$1}=$2;
325 print_single_val($field, $type{$field}, $max_field_len, $name, \%macros, \@macros, \@fields);
331 print_single_val($item, $type{$field}, $max_field_len, $name, \%macros, \@macros, \@fields);
[all …]
/freebsd/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;
314 +{ %{ $macros{ $macro } } }
442 if ($macros{ $macro }{greedy}) {
452 if ($macros{ $macro }{concat_until}) {
469 if ($macros{ $macro }{greedy}) {
471 return $macros{ $macro }{run}->(@ret);
[all …]
/freebsd/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;
341 +{ %{ $macros{ $macro } } }
469 if ($macros{ $macro }{greedy}) {
479 if ($macros{ $macro }{concat_until}) {
496 if ($macros{ $macro }{greedy}) {
498 return $macros{ $macro }{run}->(@ret);
[all …]
/freebsd/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 …]
/freebsd/contrib/libedit/
H A Dread.c61 struct macros { struct
68 struct macros macros; argument
77 static void read_pop(struct macros *);
86 struct macros *ma; in read_init()
91 ma = &el->el_read->macros; in read_init()
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()
358 read_pop(struct macros *ma) in read_pop()
370 read_clearmacros(struct macros *ma) in read_clearmacros()
[all …]
/freebsd/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()
/freebsd/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()
393 entry = get_macro_entry(dba_array_get(macros, im), value, 1); in dba_macro_add()
404 dba_macros_write(struct dba_array *macros) in dba_macros_write() argument
409 pos_macros = dba_array_writelen(macros, 1); in dba_macros_write()
411 dba_array_FOREACH(macros, macro) { in dba_macros_write()
412 dba_array_setpos(macros, im++, dba_tell()); 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()
/freebsd/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
/freebsd/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/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()
/freebsd/crypto/openssl/include/crypto/
H A Ddso_conf.h.in25 my @macros = ( "DSO_$scheme" );
27 @macros = ( "DSO_DLFCN", "HAVE_DLFCN_H" );
29 @macros = ( "DSO_DLFCN" );
31 join("\n", map { "# define $_" } @macros); -}
/freebsd/contrib/libucl/include/
H A Ducl++.h470 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > &macros,
473 return parse (in, std::map<std::string, std::string>(), macros, err, duplicate_strategy);
483 userdata_list.reserve (macros.size());
484 auto config_func = [&userdata_list, &vars, &macros] (ucl_parser *parser) {
488 for (auto & macro : macros) {
531 userdata_list.reserve (macros.size());
532 auto config_func = [&userdata_list, &replacer, &macros] (ucl_parser *parser) {
534 for (auto & macro : macros) {
582 return parse (in, std::map<std::string, std::string>(), macros, err, duplicate_strategy);
594 return parse (std::string (in), vars, macros, err, duplicate_strategy);
[all …]
/freebsd/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
/freebsd/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()
/freebsd/crypto/openssl/include/openssl/
H A Dopensslv.h.in25 * Base version macros
27 * These macros express version number MAJOR.MINOR.PATCH exactly
56 * be related to the API version expressed with the macros above.
72 * with the values from the corresponding OPENSSL_VERSION_ macros) and the
108 # include <openssl/macros.h>
/freebsd/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>
H A DOSSL_trace_enabled.pod24 /* trace group macros */
35 /* one-shot trace macros */
83 but rather uses a set of convenience macros, see the L</Macros> section below.
104 There are a number of convenience macros defined, to make tracing
156 so-called one-shot macros:
168 Internally, all one-shot macros are implemented using a generic OSSL_TRACEV()
169 macro, since C90 does not support variadic macros. This helper macro has a rather
243 the convenience macros are defined to produce dead code.
/freebsd/contrib/googletest/googlemock/include/gmock/internal/custom/
H A DREADME.md7 The following macros can be defined:
9 ### Flag related macros:
/freebsd/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
/freebsd/crypto/openssl/ssl/record/
H A DREADME.md12 3) A set of accessor macros
14 All struct definitions are in record.h. The functions and macros are either
35 directly access its members. Instead components use accessor macros, so if code
37 RECORD_LAYER_* macros.

12345678910>>...25