/busybox-1.35.0/shell/hush_test/hush-psubst/ |
D | emptytick.right | 3 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/ |
D | brace1.right | 4 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/ |
D | ifupdown.c | 438 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/ |
D | Config.src | 11 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/ |
D | exitcode_EACCES.right | 1 hush: can't execute './': Permission denied
|
D | command2.right | 2 hush: can't execute './test2.sh': Permission denied
|
D | control_char3.right | 1 hush: can't execute '': No such file or directory
|
D | control_char4.right | 1 hush: can't execute '-': No such file or directory
|
D | exitcode_ENOENT.right | 1 hush: can't execute './does_not_exist_for_sure': No such file or directory
|
D | assignment2.right | 1 hush: can't execute 'a=b': No such file or directory
|
D | empty_args.right | 2 hush: can't execute '': No such file or directory
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.right | 88 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/ |
D | ifupdown_design.txt | 25 return execute(ext_dhcp_clients[i].stopcmd, ifd, exec); 30 return execute("kill "
|
D | mdev.txt | 36 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/ |
D | signal1.tests | 12 # Ensure we do not execute "trap" below before "kill -USR1" above
|
D | return_in_trap1.tests | 5 echo c:$? # does not execute
|
D | sigint1.tests | 14 # bash will not stop here. It will execute next command(s).
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | return_in_trap1.tests | 5 echo c:$? # does not execute
|
D | signal1.tests | 12 # Ensure we do not execute "trap" below before "kill -USR1" above
|
D | sigint1.tests | 14 # bash will not stop here. It will execute next command(s).
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 109 # 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/ |
D | devfsd.c | 252 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/ |
D | Config.src | 128 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/ |
D | fsck.c | 527 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/ |
D | Config.in | 222 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.
|