Home
last modified time | relevance | path

Searched refs:dump_data (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Ddump.c109 int dump_data(FILE * stream, const char *buff, const size_t buff_siz, in dump_data() function
214 dump_data(stdout, buff, NumBytes, 16, 0, FMT_STR); in do_dump()
Ddump.h36 int dump_data(FILE *, const char *, const size_t, const size_t, const size_t, const int);
Dchildmain.c533 dump_data(stdout, data, 16, 16, offset, FMT_STR); in miscompare_dump()
535 dump_data(fpDumpFile, data, buf_len, 16, 0, FMT_STR); in miscompare_dump()
/external/elfutils/src/
DChangeLog2620 (dump_data): ... here. Call it.
2622 (dump_data): ... here. Call it.
2691 (dump_data): No need to check endp for NULL after strtol call.
2709 (dump_data): New function, call it.
Dreadelf.c268 static void dump_data (Ebl *ebl);
920 dump_data (pure_ebl); in process_elf_file()
9653 dump_data (Ebl *ebl) in dump_data() function