Searched refs:chars (Results 1 – 22 of 22) sorted by relevance
/busybox-1.35.0/docs/ |
D | unicode.txt | 15 _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,
|
D | posix_conformance.txt | 686 -s chars | yes | yes |
|
/busybox-1.35.0/testsuite/wc/ |
D | wc-counts-all | 1 # 1 line, 4 words, 20 chars.
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | dollar_squote_bash2.tests | 5 # The chars after '\' are hex 0x80,81,82...
|
D | negative_arith.tests | 4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
|
D | bkslash_in_varexp.tests | 7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
|
D | quoted_punct.tests | 2 # Some chars have more than one test
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_squote_bash2.tests | 5 # The chars after '\' are hex 0x80,81,82...
|
D | negative_arith.tests | 4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
|
D | bkslash_in_varexp.tests | 7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
|
D | quoted_punct.tests | 2 # Some chars have more than one test
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_wordsplit_ifs2.tests | 1 # 123 chars long
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_wordsplit_ifs2.tests | 1 # 123 chars long
|
/busybox-1.35.0/ |
D | TODO_unicode | 27 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/ |
D | Config.src | 279 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/ |
D | README | 42 echo should be on, speed, control chars properly set, etc.
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 74 - int nleft; /* number of chars in buffer */
|
D | ash.c | 7699 static const char chars[] ALIGN1 = { in hasmeta() local 7704 p = strpbrk(p, chars); in hasmeta()
|
/busybox-1.35.0/editors/ |
D | vi.c | 1467 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/ |
D | telnetd.ctrlSQ.patch | 129 + * somehow. If there were no chars in
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | unicode_cyrillic.keymap | 3 # This one is for generating Unicode Curillic chars
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 1449 /* First move last chars to start of buffer. */ 1485 /* Include room in for 2 EOB chars. */ 1584 /* +2 for EOB chars. */
|