Home
last modified time | relevance | path

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

/busybox-1.35.0/docs/
Dunicode_UTF-8-test.txt22 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 …]
Dtcp.txt5 After this code sequence:
14 "A host MAY implement a 'half-duplex' TCP close sequence, so that
Dunicode.txt10 as sequence of bytes would break any editing. This was fixed
Dembedded-scripts.txt28 Adding a custom script is as simple as running the following sequence
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_stream.c33 } 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 …]
Dxz_dec_lzma2.c226 } 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/
Darith2.sub40 # -- 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
Darith1.sub38 # ++ is not a inc operator on non-variable, it is the + + sequence
Darith.tests258 # ++ 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/
Darith2.sub40 # -- 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
Darith1.sub38 # ++ is not a inc operator on non-variable, it is the + + sequence
Darith.tests254 # ++ 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/
Dhostid-works2 # Is $h a sequence of hex numbers?
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dand_or_and_backgrounding.tests9 #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/
Dand_or_and_backgrounding.tests9 #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/
Dbrace.txt7 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
DConfig.src145 fork/exec/wait sequence, but call <applet>_main directly,
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_nested.tests6 # correct number of times and in correct sequence.
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_nested.tests6 # correct number of times and in correct sequence.
/busybox-1.35.0/libbb/
DConfig.src215 Allow usage of "ESC [ 6 n" sequence. Terminal answers back with
/busybox-1.35.0/configs/
Dandroid_defconfig68 # -Werror=sequence-point -Wstrict-aliasing=2 -Wno-undef -Wno-shadow
/busybox-1.35.0/editors/
Dsed1line.txt331 them, in sequence, to each line of input. After all the commands have