| /freebsd-9-stable/contrib/amd/ |
| D | FREEBSD-Xlist | 175 *m4/macros/HEADER 176 *m4/macros/TRAILER 177 *m4/macros/c_void_p.m4 178 *m4/macros/cache_check_dynamic.m4 179 *m4/macros/check_amu_fs.m4 180 *m4/macros/check_checkmount_style.m4 181 *m4/macros/check_extern.m4 182 *m4/macros/check_fhandle.m4 183 *m4/macros/check_field.m4 184 *m4/macros/check_fs_headers.m4 [all …]
|
| D | bootstrap | 16 if [ ! -d m4/macros ]; then 17 echo No m4/macros directory found! 20 if [ ! -f m4/macros/HEADER ]; then 21 echo No m4/macros/HEADER file found! 31 (cd m4/macros
|
| D | aux_conf.h.in | 14 * in $srcdir/m4/macros. 24 * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros. 35 * in $srcdir/m4/macros. 44 * in $srcdir/m4/macros. 53 * in $srcdir/m4/macros.
|
| D | ChangeLog | 222 * m4/macros/check_field.m4: remove double inclusion of msdosfs 268 * m4/macros/check_mnt2_pcfs_opt.m4: new macro to check for pcfs 310 * m4/macros/check_mnttab_type.m4: move the test for MOUNT_* to the 313 * m4/macros/expand_run_string.m4: if the string value returned is 316 * m4/macros/check_varargs_macros.m4: rewrite macro so it'll 329 * m4/macros/os_cflags.m4: remove hack that hardcodes pte_t=u_int. 336 * m4/macros/type_pte_t.m4: new test for existence of pte_t 339 * m4/macros/header_templates.m4: add missing templates for 354 that won't apply CPP macros inside static inline functions (for 383 * ltmain.sh, m4/macros/libtool.m4: update to libtool-1.5.20. [all …]
|
| /freebsd-9-stable/contrib/ntp/sntp/ag-tpl/ |
| 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-9-stable/contrib/ntp/sntp/ag-tpl/0-old/ |
| 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-9-stable/usr.bin/m4/ |
| D | look.c | 64 struct ohash macros; variable 91 ohash_init(¯os, 10, ¯o_info); in init_macros() 100 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup() 108 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition() 142 i = ohash_qlookupi(¯os, name, &end); in create_entry() 143 n = ohash_find(¯os, i); in create_entry() 146 ohash_insert(¯os, i, n); in create_entry() 220 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all() 221 n = ohash_next(¯os, &i)) in macro_for_all() 258 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced() [all …]
|
| /freebsd-9-stable/contrib/tnftp/src/ |
| 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()
|
| 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-9-stable/crypto/heimdal/appl/ftp/ftp/ |
| 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()
|
| D | ruserpass.c | 212 tmp = macros[macnum].mac_name; in ruserpass() 231 macros[macnum].mac_start = macbuf; in ruserpass() 234 macros[macnum].mac_start = macros[macnum-1].mac_end + 1; in ruserpass() 236 tmp = macros[macnum].mac_start; in ruserpass() 245 macros[macnum++].mac_end = tmp - 1; in ruserpass()
|
| /freebsd-9-stable/lib/libcompat/4.3/ |
| D | rexec.c | 67 struct macel macros[16]; variable 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-9-stable/contrib/gcc/ |
| D | opth-gen.awk | 137 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 ")"
|
| D | optc-gen.awk | 114 macros[i] = "CL_" langs[i] 115 gsub( "[^A-Za-z0-9_]", "X", macros[i] ) 116 s = substr(" ", length (macros[i]))
|
| /freebsd-9-stable/contrib/groff/doc/ |
| D | groff-3 | 302 * arguments to requests and macros: Request and Macro Arguments. 336 * basics of macros: Basics. (line 6) 356 * bold face [man]: Man font macros. (line 14) 489 * common name space of macros, diversions, and strings: Strings. 530 * cover page macros, [ms]: ms Cover Page Macros. 568 * default indentation [man]: Miscellaneous man macros. 597 * directories for macros: Macro Directories. (line 6) 637 * diversions, shared name space with macros and strings: Strings. 688 * empty space before a paragraph [man]: Miscellaneous man macros. 811 * font selection [man]: Man font macros. (line 6) [all …]
|
| /freebsd-9-stable/contrib/groff/contrib/pdfmark/ |
| D | README | 30 spdf.tmac -- a rudimentary set of bindings for ms macros 39 To make the pdfmark macros generally usable, copy pdfmark.tmac to the 41 may also wish to copy spdf.tmac). The macros may then be accessed, by 44 macros 'thrown in').
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r274286-llvm-r201784-asm-dollar.diff | 67 Index: test/MC/AsmParser/macros.s (deleted) 69 Index: test/MC/AsmParser/macros-darwin.s 71 --- test/MC/AsmParser/macros-darwin.s 72 +++ test/MC/AsmParser/macros-darwin.s 174 Index: test/MC/AsmParser/macros-gas.s 176 --- test/MC/AsmParser/macros-gas.s 177 +++ test/MC/AsmParser/macros-gas.s
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | milter.c | 1503 milter_set_macros(name, macros, val, nummac) in milter_set_macros() argument 1505 char **macros; 1536 macros[nummac] = NULL; 1539 macros[nummac++] = macro; 1541 macros[nummac] = NULL; 1592 char **macros = NULL; local 1667 macros = MilterMacros[mo->mo_code][0]; 1669 r = milter_set_macros(name, macros, val, nummac); 1881 milter_send_macros(m, macros, cmd, e) in milter_send_macros() argument 1883 char **macros; [all …]
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | ChangeLog-9103 | 115 * reloc-macros.h (START_RELOC_NUMBERS) : Remove PARAMS macro. Use 175 * common.h (NT_AUXV, AT_*): New macros. 381 * i370.h: Define relocs using reloc-macros.h. 503 SH64_CRANGE_CR_TYPE_OFFSET): New macros. 895 * reloc-macros.h (START_RELOC_NUMBERS): Don't define initial dummy 930 * reloc-macros.h (START_RELOC_NUMBERS): Fix name clash for 1011 * sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros. 1109 * i960.h (reloc-macros.h): Include using relative dir elf/. 1110 * i386.h (reloc-macros.h): Include using relative dir elf/. 1111 * hppa.h (reloc-macros.h): Include using relative dir elf/. [all …]
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | Makefile.am | 1305 $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \ 1310 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 1315 elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ 1320 $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h 1324 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \ 1329 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h 1332 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \ 1337 $(INCDIR)/elf/reloc-macros.h elf32-target.h 1341 $(INCDIR)/elf/reloc-macros.h elf32-target.h 1345 $(INCDIR)/elf/reloc-macros.h elf32-target.h [all …]
|
| D | Makefile.in | 1884 $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \ 1889 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 1894 elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ 1899 $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h 1903 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \ 1908 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h 1911 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \ 1916 $(INCDIR)/elf/reloc-macros.h elf32-target.h 1920 $(INCDIR)/elf/reloc-macros.h elf32-target.h 1924 $(INCDIR)/elf/reloc-macros.h elf32-target.h [all …]
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | make-event-config.sed | 7 * processed by Libevent so that its macros would have a uniform prefix.\ 11 * Do not rely on macros in this file existing in later versions.\
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/m4/ |
| D | lt~obsolete.m4 | 14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) 22 # and doesn't know about Autoconf macros at all.) 27 # because those macros already exist, or will be overwritten later. 35 # This is to help aclocal find these macros, as it can't see m4_define.
|
| /freebsd-9-stable/contrib/openpam/m4/ |
| D | lt~obsolete.m4 | 14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) 22 # and doesn't know about Autoconf macros at all.) 27 # because those macros already exist, or will be overwritten later. 35 # This is to help aclocal find these macros, as it can't see m4_define.
|
| /freebsd-9-stable/contrib/ntp/sntp/m4/ |
| D | lt~obsolete.m4 | 14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) 22 # and doesn't know about Autoconf macros at all.) 27 # because those macros already exist, or will be overwritten later. 35 # This is to help aclocal find these macros, as it can't see m4_define.
|