Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 22 of 22) sorted by relevance

/busybox-1.35.0/docs/
Dunicode.txt15 _any_ unicode chars. Perhaps we need to avoid printing
16 those chars which are not supported by output device.
17 Examples: chars which are not present in the font,
18 chars which are not assigned in unicode,
19 combining chars (especially trying to combine bad pairs:
22 * We need to account for the fact that unicode chars have
23 different widths: 0 for combining chars, 1 for usual,
24 2 for ideograms (are there 3+ wide chars?).
58 control chars (coreutils does that). Note that unlike more/less,
Dposix_conformance.txt686 -s chars | yes | yes |
/busybox-1.35.0/testsuite/wc/
Dwc-counts-all1 # 1 line, 4 words, 20 chars.
/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_squote_bash2.tests5 # The chars after '\' are hex 0x80,81,82...
Dnegative_arith.tests4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
Dbkslash_in_varexp.tests7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
Dquoted_punct.tests2 # Some chars have more than one test
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_squote_bash2.tests5 # The chars after '\' are hex 0x80,81,82...
Dnegative_arith.tests4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
Dbkslash_in_varexp.tests7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
Dquoted_punct.tests2 # Some chars have more than one test
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_wordsplit_ifs2.tests1 # 123 chars long
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_wordsplit_ifs2.tests1 # 123 chars long
/busybox-1.35.0/
DTODO_unicode27 catv - "display nonprinting chars" - what this could mean for unicode?
39 hostname - do we really want to protect against bad chars in it?
/busybox-1.35.0/libbb/
DConfig.src279 The idea is that many valid printable Unicode chars
289 767 (0x2ff) - there are no combining chars in [0..767] range
292 4351 (0x10ff) - there are no double-wide chars in [0..4351] range,
325 bool "In bidi input, support non-ASCII neutral chars too"
333 of neutral chars will be used.
336 bool "Make it possible to enter sequences of chars which are not Unicode"
/busybox-1.35.0/loginutils/
DREADME42 echo should be on, speed, control chars properly set, etc.
/busybox-1.35.0/shell/
Dash_remove_unnecessary_code_in_backquote_expansion.patch74 - int nleft; /* number of chars in buffer */
Dash.c7699 static const char chars[] ALIGN1 = { in hasmeta() local
7704 p = strpbrk(p, chars); in hasmeta()
/busybox-1.35.0/editors/
Dvi.c1467 int lines, chars; in yank_status() local
1469 lines = chars = 0; in yank_status()
1471 ++chars; in yank_status()
1476 op, lines * cnt, chars * cnt, what_reg()); in yank_status()
4542 static const char chars[20] = "\t012345 abcdABCD-=.$"; variable
4669 readbuffer[rbi++] = chars[((int) lrand48() % strlen(chars))];
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch129 + * somehow. If there were no chars in
/busybox-1.35.0/examples/var_service/getty_tty1/
Dunicode_cyrillic.keymap3 # This one is for generating Unicode Curillic chars
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped1449 /* First move last chars to start of buffer. */
1485 /* Include room in for 2 EOB chars. */
1584 /* +2 for EOB chars. */