| /netbsd/src/external/bsd/am-utils/dist/ |
| D | Makefile.am | 44 m4/macros/HEADER \ 45 m4/macros/TRAILER \ 46 m4/macros/c_void_p.m4 \ 47 m4/macros/cache_check_dynamic.m4 \ 48 m4/macros/check_amu_fs.m4 \ 49 m4/macros/check_autofs_style.m4 \ 50 m4/macros/check_checkmount_style.m4 \ 51 m4/macros/check_extern.m4 \ 52 m4/macros/check_extern_ldap.m4 \ 53 m4/macros/check_fhandle.m4 \ [all …]
|
| D | bootstrap | 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
|
| 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.
|
| /netbsd/src/usr.bin/m4/ |
| D | look.c | 66 struct ohash macros; variable 93 ohash_init(¯os, 10, ¯o_info); in init_macros() 102 return ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup() 110 p = ohash_find(¯os, ohash_qlookup(¯os, name)); in lookup_macro_definition() 144 i = ohash_qlookupi(¯os, name, &end); in create_entry() 145 n = ohash_find(¯os, i); in create_entry() 148 ohash_insert(¯os, i, n); in create_entry() 222 for (n = ohash_first(¯os, &i); n != NULL; in macro_for_all() 223 n = ohash_next(¯os, &i)) in macro_for_all() 260 for (p = ohash_first(¯os, &i); p != NULL; in mark_traced() [all …]
|
| /netbsd/src/lib/libedit/ |
| 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 …]
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| 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 …]
|
| D | dbm.c | 66 static struct macro *macros[MACRO_MAX]; variable 117 macros[im] = (struct macro *)__UNCONST(++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()
|
| /netbsd/src/distrib/syspkg/sets/text/text-groff-share/ |
| D | DESCR | 1 This package contains groff macros and data files for the macro sets 7 man.old - old style manual page macros; 9 mandoc - a set of content-based and domain-based macros used to 19 ms - the Manuscript macros, set of macros for writing manuscripts;
|
| /netbsd/src/usr.bin/ftp/ |
| D | ruserpass.c | 202 tmp = macros[macnum].mac_name; in ruserpass() 225 macros[macnum].mac_start = macbuf; in ruserpass() 228 macros[macnum].mac_start = in ruserpass() 229 macros[macnum-1].mac_end + 1; in ruserpass() 231 tmp = macros[macnum].mac_start; in ruserpass() 241 if (tmp == macros[macnum].mac_start) { in ruserpass() 242 macros[macnum++].mac_end = tmp; in ruserpass() 245 macros[macnum++].mac_end = in ruserpass()
|
| D | domacro.c | 62 if (!strncmp(argv[1], macros[i].mac_name, 9)) in domacro() 72 cp1 = macros[i].mac_start; in domacro() 73 while (cp1 != macros[i].mac_end) { in domacro() 140 if (cp1 != macros[i].mac_end) in domacro()
|
| /netbsd/src/lib/libcompat/4.3/ |
| D | ruserpass.c | 63 static struct macel macros[16]; variable 204 tmp = macros[macnum].mac_name; 225 macros[macnum].mac_start = macbuf; 228 macros[macnum].mac_start = 229 macros[macnum-1].mac_end + 1; 231 tmp = macros[macnum].mac_start; 241 macros[macnum++].mac_end = tmp - 1;
|
| /netbsd/src/distrib/syspkg/sets/text/text-groff-bin/ |
| D | DESCR | 4 macros and the -ms macros, and drivers for PostScript, TeX dvi format, HP 6 devices. Also included is a modified version of the Berkeley -me macros, 8 of the -mm macros.
|
| /netbsd/src/external/bsd/am-utils/dist/m4/macros/ |
| D | check_varargs_macros.m4 | 2 dnl check if compiler can handle variable-length argument macros 5 AC_CACHE_CHECK(if compiler can handle variable-length macros, 30 [System supports C99-style variable-length argument macros]) 35 [System supports GCC-style variable-length argument macros])
|
| /netbsd/src/external/ibm-public/postfix/dist/src/milter/ |
| D | milter8.c | 958 ARGV *macros,...) in milter8_event() argument 1026 if (macros) { in milter8_event() 1027 if (macros->argc > 0) { in milter8_event() 1030 for (cpp = macros->argv; *cpp && cpp[1]; cpp += 2) in milter8_event() 1040 if (macros) { in milter8_event() 1043 MILTER8_DATA_ARGV, macros->argv, in milter8_event() 1062 va_start(ap, macros); in milter8_event() 1898 milter->m.macros = milter_macros_alloc(MILTER_MACROS_ALLOC_EMPTY); in milter8_connect() 1913 mac_value_ptr = MILTER8_MACRO_PTR(milter->m.macros, mac_type); in milter8_connect() 1931 ARGV *macros) in milter8_conn_event() argument [all …]
|
| D | milter.c | 413 ((m->macros && m->macros->member[0]) ? \ in milter_conn_event() 414 milter_macro_lookup(milters, m->macros->member) : \ in milter_conn_event() 417 milter_macro_lookup(milters, milters->macros->member))) in milter_conn_event() 654 MILTER_MACROS *macros, in milter_new() argument 724 milters->macros = macros; in milter_new() 746 if (milters->macros) in milter_free() 747 milter_macros_free(milters->macros); in milter_free() 803 (const void *) milters->macros), in milter_send() 877 milters->macros = milter_macros_alloc(MILTER_MACROS_ALLOC_ZERO); in milter_receive() 880 (void *) milters->macros), in milter_receive()
|
| /netbsd/src/tests/include/ |
| D | t_stddef.c | 56 ATF_TC(macros); 57 ATF_TC_HEAD(macros, tc) in ATF_TC_HEAD() argument 61 ATF_TC_BODY(macros, tc) in ATF_TC_BODY() argument 123 ATF_TP_ADD_TC(tp, macros); in ATF_TP_ADD_TCS()
|
| /netbsd/src/external/bsd/am-utils/dist/m4/ |
| D | mk-aclocal | 7 if [ ! -d macros ]; then 8 echo no macros directory found! 11 cd macros
|
| /netbsd/src/external/gpl3/gcc/usr.bin/backend/ |
| D | Makefile | 186 genmatch.lo: ${HH_NORTL} ${G_GGC_H} case-cfn-macros.h 318 target-def cfn-macros 411 case-cfn-macros.h: gencfn-macros 412 ./gencfn-macros -c > case-cfn-macros.h.tmp && \ 413 mv case-cfn-macros.h.tmp case-cfn-macros.h 414 cfn-operators.pd: gencfn-macros 415 ./gencfn-macros -o > cfn-operators.pd.tmp && \ 417 CLEANFILES+= case-cfn-macros.h.tmp case-cfn-macros.h \ 426 ${CASECFNDEPS}: case-cfn-macros.h 468 gencfn-macros.d gencfn-macros.o gencfn-macros.lo: gtype-desc.h
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | cppwarnopts.texi | 45 @item -Wunused-macros 46 @opindex Wunused-macros 47 Warn about macros defined in the main file that are unused. A macro 52 Built-in macros, macros defined on the command line, and macros
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | inttypes-pri.m4 | 10 # macros to non-string values. This is the case on AIX 4.3.3. 16 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], 28 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | inttypes-pri.m4 | 10 # macros to non-string values. This is the case on AIX 4.3.3. 16 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], 28 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | inttypes-pri.m4 | 12 # macros to non-string values. This is the case on AIX 4.3.3. 18 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | inttypes-pri.m4 | 12 # macros to non-string values. This is the case on AIX 4.3.3. 18 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | inttypes-pri.m4 | 12 # macros to non-string values. This is the case on AIX 4.3.3. 18 AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
| /netbsd/src/external/gpl3/binutils/dist/include/mach-o/ |
| D | ChangeLog-1115 | 27 * loader.h: Add macros for rebase, bind and export constants. 76 * external.h: Add comments about relocations fields. Add macros 77 for non-scattered relocations. Move scattered relocation macros to 79 * reloc.h: Remove macros related to external representation of reloc
|