Home
last modified time | relevance | path

Searched refs:DUMP (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/sbin/fsck_msdos/
DMakefile10 DUMP= ${NETBSDSRCDIR}/sbin/dump macro
11 CPPFLAGS+= -I${FSCK} -I${DUMP}
12 .PATH: ${FSCK} ${DUMP}
/netbsd/src/external/bsd/libbind/dist/dst/
Ddst_internal.h144 #ifdef DUMP
145 # undef DUMP
146 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d) macro
148 # define DUMP(a,b,c,d) macro
Ddst_api.c249 DUMP(data, mode, len, "dst_sign_data()"); in dst_sign_data()
292 DUMP(data, mode, len, "dst_verify_data()"); in dst_verify_data()
/netbsd/src/lib/libresolv/
Ddst_internal.h152 #ifdef DUMP
153 # undef DUMP
154 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d) macro
156 # define DUMP(a,b,c,d) macro
Ddst_api.c253 DUMP(data, mode, len, "dst_sign_data()"); in dst_sign_data()
296 DUMP(data, mode, len, "dst_verify_data()"); in dst_verify_data()
/netbsd/src/sbin/fsck_ffs/
DMakefile.common13 DUMP= ${NETBSDSRCDIR}/sbin/dump
14 CPPFLAGS+=-I${FSCK} -I${DUMP}
17 .PATH: ${NETBSDSRCDIR}/sys/ufs/ffs ${NETBSDSRCDIR}/sys/ufs/ufs ${FSCK} ${DUMP}
/netbsd/src/sys/dev/i2c/
Dam2315.c260 #define DUMP(a) \ in am2315_attach() macro
272 DUMP("modh+modl"); in am2315_attach()
282 DUMP("ver"); in am2315_attach()
292 DUMP("id1+id2"); in am2315_attach()
302 DUMP("id3+id4"); in am2315_attach()
/netbsd/src/external/lgpl3/gmp/dist/tests/cxx/
Dt-ostream.cc56 #define DUMP() \ macro
67 DUMP (); \
155 DUMP (); in check_mpz()
235 DUMP (); in check_mpq()
413 DUMP (); in check_mpf()
/netbsd/src/external/bsd/file/dist/src/
Dcdf.c1358 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() macro
1361 DUMP("%d", revision); in cdf_dump_header()
1362 DUMP("%d", version); in cdf_dump_header()
1363 DUMP("%#x", byte_order); in cdf_dump_header()
1366 DUMP("%d", num_sectors_in_sat); in cdf_dump_header()
1367 DUMP("%d", secid_first_directory); in cdf_dump_header()
1368 DUMP("%d", min_size_standard_stream); in cdf_dump_header()
1369 DUMP("%d", secid_first_sector_in_short_sat); in cdf_dump_header()
1370 DUMP("%d", num_sectors_in_short_sat); in cdf_dump_header()
1371 DUMP("%d", secid_first_sector_in_master_sat); in cdf_dump_header()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/
Dmn10300.cc3140 #define DUMP(reason, insn) \ macro
3169 DUMP ("Inserting SETLB insn after:", label); in mn10300_insert_setlb_lcc()
3173 DUMP ("Created new loop-back label:", label); in mn10300_insert_setlb_lcc()
3177 DUMP ("Inserting SETLB insn before:", label); in mn10300_insert_setlb_lcc()
3197 DUMP ("Replacing branch insn...", branch); in mn10300_insert_setlb_lcc()
3198 DUMP ("... with Lcc insn:", jump); in mn10300_insert_setlb_lcc()
3237 DUMP ("Looking for loops that can use the SETLB insn", NULL_RTX); in mn10300_scan_for_setlb_lcc()
3297 DUMP ("SETLB scan complete", NULL_RTX); in mn10300_scan_for_setlb_lcc()
/netbsd/src/tests/crypto/libcrypto/conf/
Dd_conf-3x.out47 ---------------------------- DUMP ------------------------
Dd_conf-1x.out47 ---------------------------- DUMP ------------------------
/netbsd/src/crypto/dist/ipsec-tools/src/setkey/
Dparse.y117 %token ADD UPDATE GET GETSPI DELETE DELETEALL FLUSH DUMP EXIT
287 : DUMP protocol_spec EOT
/netbsd/src/games/fortune/datfiles/
Dzippy597 I'm gliding over a NUCLEAR WASTE DUMP near ATLANTA, Georgia!!
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dwindows110 >4 string DUMP MS Windows 32bit crash dump
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc2367.txt2818 purposes, however, it can be quite useful. The output of a DUMP
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-20181856 * testsuite/ld-elf/readelf.exp: Delete DUMP and selection of
/netbsd/src/etc/
Dservices7159 hagel-dump 3036/tcp # Hagel DUMP [Haim_Gelfenbeyn] …
7160 hagel-dump 3036/udp # Hagel DUMP [Haim_Gelfenbeyn] …
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-19992316 (regclass): New parameter DUMP, call DUMP_REGCLASS.
DChangeLog-201034778 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
DChangeLog-201126860 (DUMP): New macro.
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md11941 style similar to INTEGERs, but with '[HEX DUMP]' prepended to
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgccint.info39275 -- Target Hook: int TARGET_SCHED_DFA_NEW_CYCLE (FILE *DUMP, int
39282 cycle start as usually. DUMP and VERBOSE specify the file and
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog35708 Clean up the code of mpfr_exp_2: remove DEBUG condition to use TRACE, ASSERT and DUMP.