Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 29) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-psubst/
Demptytick.right3 hush: can't execute '': No such file or directory
5 hush: can't execute '': No such file or directory
11 hush: can't execute '': No such file or directory
13 hush: can't execute '': No such file or directory
17 hush: can't execute '': No such file or directory
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dbrace1.right4 hush: can't execute '{cmd': No such file or directory
5 hush: can't execute '{': No such file or directory
6 hush: can't execute '{': No such file or directory
/busybox-1.35.0/networking/
Difupdown.c438 static int execute(const char *command, struct interface_defn_t *ifd, execfn *exec) in execute() function
467 result = execute("ip addr add ::1 dev %iface%", ifd, exec); in loopback_up6()
468 result += execute("ip link set %iface% up", ifd, exec); in loopback_up6()
471 return execute("ifconfig %iface% add ::1", ifd, exec); in loopback_up6()
478 return execute("ip link set %iface% down", ifd, exec); in loopback_down6()
480 return execute("ifconfig %iface% del ::1", ifd, exec); in loopback_down6()
493 result = execute("ip addr add %address%/%netmask% dev %iface%[[ label %label%]]", ifd, exec); in static_up6()
494 result += execute("ip link set[[ mtu %mtu%]][[ addr %hwaddress%]] %iface% up", ifd, exec); in static_up6()
496 …result += execute("[[ip route add ::/0 via %gateway% dev %iface%]][[ metric %metric%]]", ifd, exec… in static_up6()
498 …result = execute("ifconfig %iface%[[ media %media%]][[ hw %hwaddress%]][[ mtu %mtu%]] up", ifd, ex… in static_up6()
[all …]
/busybox-1.35.0/editors/
DConfig.src11 bool "Allow vi and awk to execute shell commands"
15 Enables vi and awk features which allow user to execute
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexitcode_EACCES.right1 hush: can't execute './': Permission denied
Dcommand2.right2 hush: can't execute './test2.sh': Permission denied
Dcontrol_char3.right1 hush: can't execute '': No such file or directory
Dcontrol_char4.right1 hush: can't execute '-': No such file or directory
Dexitcode_ENOENT.right1 hush: can't execute './does_not_exist_for_sure': No such file or directory
Dassignment2.right1 hush: can't execute 'a=b': No such file or directory
Dempty_args.right2 hush: can't execute '': No such file or directory
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.right88 hush: can't execute 'let': No such file or directory
90 hush: can't execute 'let': No such file or directory
174 hush: can't execute 'a[b[c]d]=e': No such file or directory
/busybox-1.35.0/docs/
Difupdown_design.txt25 return execute(ext_dhcp_clients[i].stopcmd, ifd, exec);
30 return execute("kill "
Dmdev.txt36 executing mdev. Then you [2] instruct the kernel to execute /sbin/mdev whenever
147 If you want to activate this feature, execute "echo >/dev/mdev.seq" prior to
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal1.tests12 # Ensure we do not execute "trap" below before "kill -USR1" above
Dreturn_in_trap1.tests5 echo c:$? # does not execute
Dsigint1.tests14 # bash will not stop here. It will execute next command(s).
/busybox-1.35.0/shell/hush_test/hush-signals/
Dreturn_in_trap1.tests5 echo c:$? # does not execute
Dsignal1.tests12 # Ensure we do not execute "trap" below before "kill -USR1" above
Dsigint1.tests14 # bash will not stop here. It will execute next command(s).
/busybox-1.35.0/scripts/
DKbuild.include109 # if_changed - execute command if any prerequisite is newer than
113 # if_changed_rule - as if_changed but execute rule instead
128 # function to only execute the passed command if necessary
138 # execute the command and also postprocess generated .d dependencies
151 # and if so will execute $(rule_foo)
/busybox-1.35.0/miscutils/
Ddevfsd.c252 struct execute_type execute; member
654 new->u.execute.argv[count] = xstrdup(p[count]); in process_config_line()
656 new->u.execute.argv[num_args] = NULL; in process_config_line()
856 for (count = 0; entry->u.execute.argv[count] != NULL; ++count) { in action_execute()
858 entry->u.execute.argv[count], in action_execute()
1129 if (c_entry->u.execute.argv[count] == NULL) in free_config()
1131 free(c_entry->u.execute.argv[count]); in free_config()
/busybox-1.35.0/shell/
DConfig.src128 execute the /sbin/ifconfig executable on the filesystem. This option
144 This option causes busybox shells to not execute typical
/busybox-1.35.0/e2fsprogs/
Dfsck.c527 static void execute(const char *type, const char *device, in execute() function
628 execute(type, fs->device, fs->mountpt /*, interactive */); in fsck_device()
/busybox-1.35.0/
DConfig.in222 or to be run by root) and will refuse to execute otherwise:
245 s: USER or GROUP is allowed to execute APPLET.
248 S: USER or GROUP is NOT allowed to execute APPLET.
251 x: USER/GROUP/others are allowed to execute APPLET.
253 -: USER/GROUP/others are not allowed to execute APPLET.

12