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

12345

/freebsd-11-stable/contrib/atf/
H A Datf-c++.hpp29 #include <atf-c++/macros.hpp>
H A Datf-c.h30 #include <atf-c/macros.h>
/freebsd-11-stable/contrib/amd/
H A Dbootstrap25 # validate macros directory and some macro files
26 if [ ! -d m4/macros ]; then
27 echo No m4/macros directory found!
30 if [ ! -f m4/macros/HEADER ]; then
31 echo No m4/macros/HEADER file found!
41 (cd m4/macros
/freebsd-11-stable/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-11-stable/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) {
H A Dftp_var.h126 extern int macnum; /* number of defined macros */
127 extern struct macel macros[16];
H A Dglobals.c71 int macnum; /* number of defined macros */
72 struct macel macros[16]; variable in typeref:struct:macel
H A Druserpass.c209 printf("Limit of 16 macros have already been defined\n");
212 tmp = macros[macnum].mac_name;
231 macros[macnum].mac_start = macbuf;
234 macros[macnum].mac_start = macros[macnum-1].mac_end + 1;
236 tmp = macros[macnum].mac_start;
245 macros[macnum++].mac_end = tmp - 1;
/freebsd-11-stable/contrib/mdocml/
H A Ddba.h33 struct dba_array *macros; member in struct:dba
H A Ddba.c72 dba->macros = dba_array_new(MACRO_MAX, 0);
77 dba_array_set(dba->macros, im, macro);
90 dba_array_FOREACH(dba->macros, macro) {
99 dba_array_free(dba->macros);
118 * - One pointer each to the macros table and to the final magic.
120 * - The macros table.
136 dba_macros_write(dba->macros);
334 /*** functions for handling macros ************************************/
375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np);
386 dba_macro_add(struct dba_array *macros, int32_ argument
404 dba_macros_write(struct dba_array *macros) argument
[all...]
H A Ddbm.c66 static struct macro *macros[MACRO_MAX]; variable in typeref:struct:macro
82 * Map the pages and macros[] arrays.
102 warnx("dbm_open(%s): Invalid offset of macros array", fname);
106 warnx("dbm_open(%s): Invalid number of macros: %d",
117 macros[im] = (struct macro *)++ep;
366 cp = nvals[im] ? dbm_get(macros[im]->value) : NULL;
384 pp = dbm_get(macros[im][iv].pages);
394 /*** functions for handling macros ************************************/
413 macro.value = dbm_get(macros[im][iv].value);
414 macro.pp = dbm_get(macros[i
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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)
H A Druserpass.c201 "Limit of 16 macros have already been defined.\n",
205 tmp = macros[macnum].mac_name;
228 macros[macnum].mac_start = macbuf;
231 macros[macnum].mac_start =
232 macros[macnum-1].mac_end + 1;
234 tmp = macros[macnum].mac_start;
244 if (tmp == macros[macnum].mac_start) {
245 macros[macnum++].mac_end = tmp;
248 macros[macnum++].mac_end =
/freebsd-11-stable/contrib/gcc/
H A Dopth-gen.awk137 macros[i] = "CL_" langs[i]
138 gsub( "[^A-Za-z0-9_]", "X", macros[i] )
139 s = substr(" ", length (macros[i]))
140 print "#define " macros[i] s " (1 << " i ")"
H A Doptc-gen.awk114 macros[i] = "CL_" langs[i]
115 gsub( "[^A-Za-z0-9_]", "X", macros[i] )
116 s = substr(" ", length (macros[i]))
H A Dopt-functions.awk69 result = result test_flag(regex, flags, " | " macros[j])
H A Dread-rtl.c63 /* A structure for abstracting the common parts of code and mode macros. */
65 /* Tables of "mapping" structures, one for attributes and one for macros. */
66 htab_t attrs, macros; member in struct:macro_group
336 number of machine modes + the number of mode macros + the index
338 return MAX_MACHINE_MODE + htab_elements (modes.macros) + mv->number;
356 offset = MAX_MACHINE_MODE + htab_elements (modes.macros);
589 possible macros, so setting it to NULL here gives us the
669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0);
676 codes.macros = htab_create (13, def_hash, def_name_eq_p, 0);
1294 m = (struct mapping *) htab_find (group->macros,
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl194 my %macros = %$macroshash;
196 my @macros = @$macrosref;
237 foreach my $macro (@macros) {
240 my $maskdef = $macros{$macro};
243 if (defined $macros{"$macro_prefix$subfield\_SFT"}) {
276 my $macroeval = $macros{$macro};
308 my @macros=();
309 my %macros=();
319 # Now, pull out the macros...
321 push @macros,
[all...]
/freebsd-11-stable/lib/libcompat/4.3/
H A Drexec.c66 int macnum; /* number of defined macros */
67 struct macel macros[16]; variable in typeref:struct:macel
232 printf("Limit of 16 macros have already been defined\n");
235 tmp = macros[macnum].mac_name;
254 macros[macnum].mac_start = macbuf;
257 macros[macnum].mac_start = macros[macnum-1].mac_end + 1;
259 tmp = macros[macnum].mac_start;
268 macros[macnum++].mac_end = tmp - 1;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_h_test.c26 #include <atf-c/macros.h>
78 * can have the exact same name as macros. */
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_hpp_test.cpp26 #include <atf-c++/macros.hpp>
97 // can have the exact same name as macros.
/freebsd-11-stable/lib/atf/libatf-c++/
H A DMakefile67 macros.hpp \
/freebsd-11-stable/lib/atf/libatf-c/
H A DMakefile88 macros.h \

Completed in 286 milliseconds

12345