Searched refs:hex (Results 1 – 18 of 18) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | hexedit.c | 74 static int format_line(char *hex, uint8_t *data, off_t offset) in format_line() argument 82 ofs_pos = sprintf(hex, "%08"OFF_FMT"x ", offset); in format_line() 85 ofs_pos = sprintf(hex, "%04"OFF_FMT"x ", offset); in format_line() 87 ofs_pos = sprintf(hex, "%08"OFF_FMT"x ", offset); in format_line() 89 hex += ofs_pos; in format_line() 91 text = hex + 16 * 3; in format_line() 99 *hex++ = bb_hexdigits_upcase[c >> 4]; in format_line() 100 *hex++ = bb_hexdigits_upcase[c & 0xf]; in format_line() 101 *hex++ = ' '; in format_line() 108 *hex++ = ' '; in format_line() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | dollar_squote_bash2.tests | 5 # The chars after '\' are hex 0x80,81,82...
|
/busybox-1.35.0/testsuite/hostid/ |
D | hostid-works | 2 # Is $h a sequence of hex numbers?
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_squote_bash2.tests | 5 # The chars after '\' are hex 0x80,81,82...
|
/busybox-1.35.0/mailutils/ |
D | popmaildir.c | 159 char hex[16 * 2 + 1]; in popmaildir_main() member 171 *bin2hex(md5.hex, (char*)res, 16) = '\0'; in popmaildir_main() 173 s = xasprintf("%s %s", G.user, md5.hex); in popmaildir_main()
|
/busybox-1.35.0/scripts/ |
D | objsizes | 12 while read text data bss dec hex filename; do
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.gperf | 37 hex, T_TYPE, TF_COMMAND, S_HEX keyword
|
D | zconf.hash.c_shipped | 103 char kconf_id_strings_str23[sizeof("hex")]; 136 "hex",
|
D | zconf.tab.c_shipped | 2073 fputs(" hex\n", out);
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.right | 69 octal, hex
|
D | arith.tests | 136 echo octal, hex
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith.right | 67 octal, hex
|
D | arith.tests | 132 echo octal, hex
|
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 68 * text data bss dec hex 220 text data bss dec hex filename
|
D | Kconfig-language.txt | 51 - type definition: "bool"/"tristate"/"string"/"hex"/"integer"
|
/busybox-1.35.0/libbb/ |
D | Config.src | 125 bool "Use ioctl names rather than hex values in error messages" 128 Use ioctl names rather than hex values in error messages
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 289 sed 's/.\x08//g' # hex expression for sed v1.5
|
/busybox-1.35.0/ |
D | Config.in | 407 | text data bss dec hex filename
|