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.h36 int dump_data(FILE *, const char *, const size_t, const size_t, const size_t, const int);
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()
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/
DChangeLog3683 (dump_data): ... here. Call it.
3685 (dump_data): ... here. Call it.
3754 (dump_data): No need to check endp for NULL after strtol call.
3772 (dump_data): New function, call it.
Dreadelf.c305 static void dump_data (Ebl *ebl);
994 dump_data (pure_ebl); in process_elf_file()
12545 dump_data (Ebl *ebl) in dump_data() function