Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 139) sorted by relevance

123456

/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.right62 ./arith.tests: line 116: arithmetic syntax error
84 ./arith.tests: line 162: arithmetic syntax error
86 ./arith.tests: let: line 165: arithmetic syntax error
87 ./arith.tests: line 166: arithmetic syntax error
88 ./arith.tests: let: line 167: arithmetic syntax error
92 ./arith.tests: line 190: arithmetic syntax error
94 ./arith.tests: line 195: arithmetic syntax error
96 ./arith.tests: line 197: arithmetic syntax error
98 ./arith.tests: line 204: arithmetic syntax error
99 ./arith.tests: line 207: arithmetic syntax error
[all …]
Darith-for.right67 ./arith-for.tests: line 77: syntax error: arithmetic expression required
68 ./arith-for.tests: line 77: syntax error: `(( i=0; "i < 3" ))'
70 ./arith-for.tests: line 83: syntax error: `;' unexpected
71 ./arith-for.tests: line 83: syntax error: `(( i=0; i < 3; i++; 7 ))'
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right64 hush: arithmetic syntax error
86 hush: arithmetic syntax error
89 hush: arithmetic syntax error
94 hush: arithmetic syntax error
96 hush: arithmetic syntax error
98 hush: arithmetic syntax error
100 hush: arithmetic syntax error
101 hush: arithmetic syntax error
123 hush: arithmetic syntax error
124 hush: arithmetic syntax error
[all …]
/busybox-1.35.0/libbb/
Dselinux_common.c20 goto error; in set_security_context_component()
22 goto error; in set_security_context_component()
24 goto error; in set_security_context_component()
26 goto error; in set_security_context_component()
29 error: in set_security_context_component()
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_expand_bash_substring.right1 SHELL: line 0: syntax error: bad substitution
2 SHELL: line 0: syntax error: bad substitution
3 SHELL: line 0: syntax error: bad substitution
4 SHELL: line 0: syntax error: bad substitution
5 SHELL: line 0: syntax error: missing '}'
Dvar6.right1 SHELL: line 0: syntax error: bad substitution
2 SHELL: line 0: syntax error: bad substitution
Dparam_expand_assign.right1 SHELL: line 0: syntax error: bad substitution
2 SHELL: line 0: syntax error: bad substitution
3 SHELL: line 0: syntax error: bad substitution
/busybox-1.35.0/coreutils/
Dmktemp.c109 goto error; in mktemp_main()
118 goto error; in mktemp_main()
121 goto error; in mktemp_main()
124 goto error; in mktemp_main()
128 error: in mktemp_main()
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_expand_bash_substring.right1 hush: syntax error: unterminated ${name}
2 hush: syntax error: unterminated ${name}
3 hush: syntax error: unterminated ${name}
4 hush: syntax error: unterminated ${name}
Dvar6.right1 hush: syntax error: unterminated ${name}
2 hush: syntax error: unterminated ${name}
Dparam_expand_alt.right1 hush: syntax error: unterminated ${name}
2 hush: syntax error: unterminated ${name}
/busybox-1.35.0/selinux/
Dmatchpathcon.c57 int error = 0; in matchpathcon_main() local
87 error += print_matchpathcon(path, opts & OPT_NOT_PRINT); in matchpathcon_main()
103 error += print_matchpathcon(path, 1); in matchpathcon_main()
108 error += print_matchpathcon(path, 1); in matchpathcon_main()
111 return error; in matchpathcon_main()
Dsestatus.c175 goto error; in sestatus_main()
181 goto error; in sestatus_main()
188 goto error; in sestatus_main()
194 goto error; in sestatus_main()
201 goto error; in sestatus_main()
207 goto error; in sestatus_main()
218 error: in sestatus_main()
/busybox-1.35.0/scripts/kconfig/
Dkconfig_load.c14 char *error; in kconfig_load() local
28 if ((error = dlerror())) { \ in kconfig_load()
29 fprintf(stderr, "%s\n", error); \ in kconfig_load()
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dgroups_and_keywords2.right1 hush: syntax error: unexpected )
3 hush: syntax error: unexpected )
Dgroups_and_keywords2.tests1 # This is an error
7 # This is an error, and it aborts in script
/busybox-1.35.0/networking/
Dtls_rsa.c106 goto error; in psRsaCrypt()
111 goto error; in psRsaCrypt()
115 goto error; in psRsaCrypt()
119 goto error; in psRsaCrypt()
124 goto error; in psRsaCrypt()
128 goto error; in psRsaCrypt()
134 goto error; in psRsaCrypt()
140 goto error; in psRsaCrypt()
144 goto error; in psRsaCrypt()
167 goto error; in psRsaCrypt()
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dsource4.right1 hush: syntax error: unterminated ${name}
4 hush: syntax error: unterminated '
Dexitcode2.tests1 # syntax error should return status 2
10 # redirection error with special builtin should return status 1
/busybox-1.35.0/util-linux/
Dmkswap.c58 goto error; in mkswap_selinux_setcontext()
60 goto error; in mkswap_selinux_setcontext()
64 goto error; in mkswap_selinux_setcontext()
67 goto error; in mkswap_selinux_setcontext()
70 goto error; in mkswap_selinux_setcontext()
77 error: in mkswap_selinux_setcontext()
Dipcrm.c101 int error = 0; in ipcrm_main() local
158 error++; in ipcrm_main()
171 error++; in ipcrm_main()
202 error++; in ipcrm_main()
229 return error; in ipcrm_main()
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dgroups_and_keywords2.right1 ./groups_and_keywords2.tests: eval: line 2: syntax error: unexpected ")"
3 ./groups_and_keywords2.tests: line 8: syntax error: unexpected ")"
Dgroups_and_keywords2.tests1 # This is an error
7 # This is an error, and it aborts in script
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dbash_procsub.right7 hello error
8 hello error
/busybox-1.35.0/shell/ash_test/ash-misc/
Dexitcode2.tests1 # syntax error should return status 2
10 # redirection error with special builtin should return status 1

123456