Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir_script.tests26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11:
30 # or we see that fd 3 moved to fd 10:
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_script.tests26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11:
30 # or we see that fd 3 moved to fd 10:
/busybox-1.35.0/docs/
Dmdev.txt81 a direct symlink /dev/DEVNAME to the renamed/moved device.
/busybox-1.35.0/shell/
Dhush.c7805 static struct squirrel *append_squirrel(struct squirrel *sq, int i, int orig, int moved) in append_squirrel() argument
7809 sq[i].moved_to = moved; in append_squirrel()