| /src/sys/dev/bnxt/bnxt_en/ |
| H A D | convert_hsi.pl | 187 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 D | Mdoc.pm | 212 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 D | Mdoc.pm | 185 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 D | look.c | 67 struct ohash macros; variable 92 ohash_init(¯os, 10, ¯o_info); in init_macros() 101 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup() 109 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition() 143 i = ohash_qlookupi(¯os, name, &end); in create_entry() 144 n = ohash_find(¯os, i); in create_entry() 147 ohash_insert(¯os, i, n); in create_entry() 221 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all() 222 n = ohash_next(¯os, &i)) in macro_for_all() 259 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced() [all …]
|
| /src/contrib/libedit/ |
| H A D | read.c | 61 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 D | ruserpass.c | 205 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 D | domacro.c | 69 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 D | dba.c | 72 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 D | dbm.c | 66 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 D | paramnames.pm | 628 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 D | stackhash.pm | 27 my $macros = <<END_MACROS; 56 return $macros; 86 my $macros = <<END_MACROS; 104 return $macros;
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_DEPRECATED.pod | 5 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 D | domacro.c | 50 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 D | ruserpass.c | 212 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 D | ctags.sh | 71 macros=.ctags.d/openssl-stage2/50macro-definitons.ctags 72 cat > "$macros" <<EOF 82 -l >> "$macros" &&
|
| /src/contrib/libucl/include/ |
| H A D | ucl++.h | 475 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > ¯os, 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*/ > > ¯os, 488 userdata_list.reserve (macros.size()); 489 auto config_func = [&userdata_list, &vars, ¯os] (ucl_parser *parser) { 493 for (auto & macro : macros) { 531 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > ¯os, 536 userdata_list.reserve (macros.size()); 537 auto config_func = [&userdata_list, &replacer, ¯os] (ucl_parser *parser) { 539 for (auto & macro : macros) { [all …]
|
| /src/crypto/openssl/include/crypto/ |
| H A D | 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/lib/libcompat/4.3/ |
| H A D | rexec.c | 63 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 D | openssl-core_dispatch.h.pod | 18 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 D | openssl_user_macros.pod.in | 6 - 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 D | opensslv.h.in | 25 * 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 D | OSSL_CORE_MAKE_FUNC.pod | 20 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 D | OPENSSL_FILE.pod | 7 - 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 D | maxim,max77686.txt | 11 (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 D | README.md | 7 The following macros can be defined: 9 ### Flag related macros:
|