Searched refs:DUMP (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A DMakefile10 DUMP= ${NETBSDSRCDIR}/sbin/dump macro
11 CPPFLAGS+= -I${FSCK} -I${DUMP}
12 .PATH: ${FSCK} ${DUMP}
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/
H A Dlogmacro.h62 #define DUMP(x) LOG_AT_LEVEL(idn_log_level_dump, idn_log_dump, x) macro
64 #define DUMP(x) macro
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A DMakefile13 DUMP= ${NETBSDSRCDIR}/sbin/dump macro
14 CPPFLAGS+=-I${FSCK} -I${DUMP}
21 .PATH: ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/ufs ${FSCK} ${DUMP}
/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Ddst_internal.h152 #ifdef DUMP
153 # undef DUMP macro
154 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d) macro
156 # define DUMP(a,b,c,d) macro
H A Ddst_api.c253 DUMP(data, mode, len, "dst_sign_data()");
297 DUMP(data, mode, len, "dst_verify_data()");
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/dst/
H A Ddst_internal.h144 #ifdef DUMP
145 # undef DUMP macro
146 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d) macro
148 # define DUMP(a,b,c,d) macro
H A Ddst_api.c249 DUMP(data, mode, len, "dst_sign_data()");
292 DUMP(data, mode, len, "dst_verify_data()");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/named-bootconf/
H A Dnamed-bootconf.sh67 DUMP=1
69 DUMP=0
303 if [ $DUMP -eq 1 ]; then
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c256 DUMP(("target pattern: %s\n", pattern));
261 DUMP(("current pattern: %s, encoding: %s\n",
352 DUMP(("%d: %s\t%s\n", i, item->pattern, item->encoding));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ostream.cc57 #define DUMP() \ macro
68 DUMP (); \
156 DUMP ();
236 DUMP ();
414 DUMP ();
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dcdf.c1065 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) macro
1068 DUMP("%d", revision);
1069 DUMP("%d", version);
1070 DUMP("0x%x", byte_order);
1073 DUMP("%d", num_sectors_in_sat);
1074 DUMP("%d", secid_first_directory);
1075 DUMP("%d", min_size_standard_stream);
1076 DUMP("%d", secid_first_sector_in_short_sat);
1077 DUMP("%d", num_sectors_in_short_sat);
1078 DUMP("
[all...]
/netbsd-6-1-5-RELEASE/sys/netkey/
H A Dkey_debug.c119 TYPESTR(DUMP),
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y118 %token ADD GET DELETE DELETEALL FLUSH DUMP EXIT
263 : DUMP protocol_spec EOT

Completed in 100 milliseconds