Searched refs:sequence (Results 1 – 22 of 22) sorted by relevance
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 22 receiving UTF-8 shall interpret a "malformed sequence in the same way 26 UTF-8 decoders is to replace any malformed UTF-8 sequence by a 29 visually distinguish a malformed UTF-8 sequence from a correctly 36 Please check, whether a malformed UTF-8 sequence is (1) represented at 39 illegal UTF-8 sequence is correctly displayed, i.e. proper 41 sequence. This file says "THE END" in the last line, so if you don't 54 Note that as an alternative to the notion of malformed sequence used 57 sequence by a replacement character. If you follow this strategy in 69 2.1 First possible sequence of a certain length | 78 2.2 Last possible sequence of a certain length | [all …]
|
D | tcp.txt | 5 After this code sequence: 14 "A host MAY implement a 'half-duplex' TCP close sequence, so that
|
D | unicode.txt | 10 as sequence of bytes would break any editing. This was fixed
|
D | embedded-scripts.txt | 28 Adding a custom script is as simple as running the following sequence
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_stream.c | 33 } sequence; member 103 } sequence; member 307 switch (s->index.sequence) { in dec_index() 319 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; in dec_index() 334 s->index.sequence = SEQ_INDEX_UNPADDED; in dec_index() 559 switch (s->sequence) { in dec_main() 579 s->sequence = SEQ_BLOCK_START; in dec_main() 593 s->sequence = SEQ_INDEX; in dec_main() 606 s->sequence = SEQ_BLOCK_HEADER; in dec_main() [all …]
|
D | xz_dec_lzma2.c | 226 } sequence; member 938 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { in xz_dec_lzma2_run() 939 switch (s->lzma2.sequence) { in xz_dec_lzma2_run() 987 s->lzma2.sequence = SEQ_UNCOMPRESSED_1; in xz_dec_lzma2_run() 1010 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run() 1019 s->lzma2.sequence = SEQ_UNCOMPRESSED_2; in xz_dec_lzma2_run() 1025 s->lzma2.sequence = SEQ_COMPRESSED_0; in xz_dec_lzma2_run() 1031 s->lzma2.sequence = SEQ_COMPRESSED_1; in xz_dec_lzma2_run() 1037 s->lzma2.sequence = s->lzma2.next_sequence; in xz_dec_lzma2_run() 1044 s->lzma2.sequence = SEQ_LZMA_PREPARE; in xz_dec_lzma2_run() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith2.sub | 40 # -- is not a dec operator on non-variable, it is the - - sequence 45 # ++ is not a inc operator on non-variable, it is the + + sequence
|
D | arith1.sub | 38 # ++ is not a inc operator on non-variable, it is the + + sequence
|
D | arith.tests | 258 # ++ is not a inc operator on non-variable, it is the + + sequence 273 # ++ is not a inc operator on non-variable, it is the + + sequence
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith2.sub | 40 # -- is not a dec operator on non-variable, it is the - - sequence 45 # ++ is not a inc operator on non-variable, it is the + + sequence
|
D | arith1.sub | 38 # ++ is not a inc operator on non-variable, it is the + + sequence
|
D | arith.tests | 254 # ++ is not a inc operator on non-variable, it is the + + sequence 269 # ++ is not a inc operator on non-variable, it is the + + sequence
|
/busybox-1.35.0/testsuite/hostid/ |
D | hostid-works | 2 # Is $h a sequence of hex numbers?
|
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | and_or_and_backgrounding.tests | 9 #An AND-OR list is a sequence of one or more pipelines separated by 12 #A list is a sequence of one or more AND-OR lists separated by the operators
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | and_or_and_backgrounding.tests | 9 #An AND-OR list is a sequence of one or more pipelines separated by 12 #A list is a sequence of one or more AND-OR lists separated by the operators
|
/busybox-1.35.0/shell/ |
D | brace.txt | 7 arated strings or a sequence expression between a pair of braces, fol- 16 A sequence expression takes the form {x..y}, where x and y are either 29 closing braces, and at least one unquoted comma or a valid sequence
|
D | Config.src | 145 fork/exec/wait sequence, but call <applet>_main directly,
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_nested.tests | 6 # correct number of times and in correct sequence.
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_nested.tests | 6 # correct number of times and in correct sequence.
|
/busybox-1.35.0/libbb/ |
D | Config.src | 215 Allow usage of "ESC [ 6 n" sequence. Terminal answers back with
|
/busybox-1.35.0/configs/ |
D | android_defconfig | 68 # -Werror=sequence-point -Wstrict-aliasing=2 -Wno-undef -Wno-shadow
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 331 them, in sequence, to each line of input. After all the commands have
|