Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 18 of 18) sorted by relevance

/busybox-1.35.0/miscutils/
Dhexedit.c74 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/
Ddollar_squote_bash2.tests5 # The chars after '\' are hex 0x80,81,82...
/busybox-1.35.0/testsuite/hostid/
Dhostid-works2 # Is $h a sequence of hex numbers?
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_squote_bash2.tests5 # The chars after '\' are hex 0x80,81,82...
/busybox-1.35.0/mailutils/
Dpopmaildir.c159 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/
Dobjsizes12 while read text data bss dec hex filename; do
/busybox-1.35.0/scripts/kconfig/
Dzconf.gperf37 hex, T_TYPE, TF_COMMAND, S_HEX keyword
Dzconf.hash.c_shipped103 char kconf_id_strings_str23[sizeof("hex")];
136 "hex",
Dzconf.tab.c_shipped2073 fputs(" hex\n", out);
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right69 octal, hex
Darith.tests136 echo octal, hex
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right67 octal, hex
Darith.tests132 echo octal, hex
/busybox-1.35.0/docs/
Dkeep_data_small.txt68 * text data bss dec hex
220 text data bss dec hex filename
DKconfig-language.txt51 - type definition: "bool"/"tristate"/"string"/"hex"/"integer"
/busybox-1.35.0/libbb/
DConfig.src125 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/
Dsed1line.txt289 sed 's/.\x08//g' # hex expression for sed v1.5
/busybox-1.35.0/
DConfig.in407 | text data bss dec hex filename