/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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()
|
/freebsd/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() 375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np); in dba_macro_new() 386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, in dba_macro_add() argument 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() [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()
|
/freebsd/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
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | stackhash.pm | 27 my $macros = <<END_MACROS; 56 return $macros; 86 my $macros = <<END_MACROS; 104 return $macros;
|
/freebsd/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()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | dso_conf.h.in | 25 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 D | ucl++.h | 470 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > ¯os, 473 return parse (in, std::map<std::string, std::string>(), macros, err, duplicate_strategy); 478 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > ¯os, 483 userdata_list.reserve (macros.size()); 484 auto config_func = [&userdata_list, &vars, ¯os] (ucl_parser *parser) { 488 for (auto & macro : macros) { 526 std::vector< std::tuple< std::string /*name*/, macro_handler_s, void * /*userdata*/ > > ¯os, 531 userdata_list.reserve (macros.size()); 532 auto config_func = [&userdata_list, &replacer, ¯os] (ucl_parser *parser) { 534 for (auto & macro : macros) { [all …]
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | opensslv.h.in | 25 * 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 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>
|
H A D | OSSL_trace_enabled.pod | 24 /* 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/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
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | README.md | 12 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.
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/custom/ |
H A D | README.md | 7 The following macros can be defined: 9 ### Flag related macros:
|