Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 13 of 13) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash1a.right4 literal '2' 'cdef'
5 literal '-2' 'abcdef'
6 literal ' -2' 'ef'
Dvar_bash1a.tests7 echo "literal '2' '${parameter:2}'"
10 echo "literal '-2' '${parameter:-2}'"
11 echo "literal ' -2' '${parameter: -2}'"
Dvar_bash4.tests11 # The difference only exists if repl is a literal. If it is a variable:
18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash1a.right4 literal '2' 'cdef'
5 literal '-2' 'abcdef'
6 literal ' -2' 'ef'
Dvar_bash1a.tests7 echo "literal '2' '${parameter:2}'"
10 echo "literal '-2' '${parameter:-2}'"
11 echo "literal ' -2' '${parameter: -2}'"
Dvar_bash4.tests11 # The difference only exists if repl is a literal. If it is a variable:
18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
/busybox-1.35.0/archival/libarchive/
Dlzo1x_c.c56 goto literal; in do_compress()
64 goto literal; in do_compress()
67 goto literal; in do_compress()
119 literal: in do_compress()
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob2.tests3 # and subsequently globbing converts \\ to \ and treats \z as literal z
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob2.tests3 # and subsequently globbing converts \\ to \ and treats \z as literal z
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member
579 return s->lzma.literal[low + high]; in lzma_literal_probs()
/busybox-1.35.0/shell/
Dhush.c3489 literal: in perform_glob()
3507 goto literal; in perform_glob()
3929 char literal[6]; member
3990 if (strcmp(word->data, r->literal) == 0) in match_reserved_word()
4012 debug_printf("found reserved word %s, res %d\n", r->literal, r->res); in reserved_word()