Searched refs:no_ascii (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 477 void dStrHex(const char * str, int len, int no_ascii); 482 void dStrHexErr(const char * str, int len, int no_ascii); 498 void hex2stdout(const uint8_t * b_str, int len, int no_ascii); 499 void hex2stderr(const uint8_t * b_str, int len, int no_ascii); 534 void dWordHex(const uint16_t * words, int num, int no_ascii, bool swapb);
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 2685 dStrHexFp(const char* str, int len, int no_ascii, FILE * fp) in dStrHexFp() argument 2701 if (0 == no_ascii) /* address at left and ASCII at right */ in dStrHexFp() 2707 if (no_ascii < 0) { in dStrHexFp() 2742 if (no_ascii) in dStrHexFp() 2750 if (no_ascii) in dStrHexFp() 2763 if (no_ascii) in dStrHexFp() 2770 dStrHex(const char* str, int len, int no_ascii) in dStrHex() argument 2772 dStrHexFp(str, len, no_ascii, stdout); in dStrHex() 2776 dStrHexErr(const char* str, int len, int no_ascii) in dStrHexErr() argument 2778 dStrHexFp(str, len, no_ascii, in dStrHexErr() [all …]
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 936 static void dStrHex(const char *str, int len, int no_ascii) in dStrHex() argument 964 if (no_ascii) in dStrHex()
|