Searched refs:open (Results 1 – 25 of 108) sorted by relevance
12345
/busybox-1.35.0/shell/hush_test/hush-psubst/ |
D | falsetick.right | 9 hush: can't open '/does/not/exist': No such file or directory 11 hush: can't open '/does/not/exist': No such file or directory 13 hush: can't open '/does/not/exist': No such file or directory 15 hush: can't open '/does/not/exist': No such file or directory 17 hush: can't open '/does/not/exist': No such file or directory 19 hush: can't open '/does/not/exist': No such file or directory 21 hush: can't open '/does/not/exist': No such file or directory 23 hush: can't open '/does/not/exist': No such file or directory
|
D | falsetick3.right | 1 hush: can't open '/does/not/exist': No such file or directory
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_errors.right | 1 hush: can't open '/does/not/exist': No such file or directory 3 hush: can't open '/cant/be/created': No such file or directory 6 hush: can't open '/cant/be/created': No such file or directory 8 hush: can't open '/cant/be/created': No such file or directory 10 hush: can't open '/cant/be/created': No such file or directory 12 hush: can't open '/cant/be/created': No such file or directory
|
D | redir_backquote1.right | 1 hush: can't open '/cant/be/created': No such file or directory 4 hush: can't open '/cant/be/created': No such file or directory
|
D | redir_leak.tests | 2 # fds 0,1,2 are stdio; fd 3 is open by opendir() in ls. 3 # This test detects bugs where redirects leave stray open fds.
|
D | redir_exec1.right | 2 hush: can't open '/cant/be/created': No such file or directory
|
D | redir3.tests | 2 # open afterwards
|
D | redir_children_should_not_see_saved_fd_1.tests | 3 # may open other descriptors as well.
|
D | redir_children_should_not_see_saved_fd_2.tests | 3 # may open other descriptors as well.
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | exec.right | 1 pass fd out open 4 pass fd in open
|
D | exec.tests | 7 echo pass fd out open 21 echo pass fd in open
|
D | exitcode2.right | 3 hush: can't open 'does_not_exist': No such file or directory
|
/busybox-1.35.0/libbb/ |
D | get_console.c | 20 fd = open(fnam, O_RDWR); in open_a_console() 24 fd = open(fnam, O_RDONLY); in open_a_console() 28 fd = open(fnam, O_WRONLY); in open_a_console()
|
D | loop.c | 56 fd = open(device, O_RDONLY); in query_loop() 72 fd = open(device, O_RDONLY); in del_loop() 87 fd = open("/dev/loop-control", O_RDWR | O_CLOEXEC); in get_free_loop() 115 ffd = open(file, mode); in set_loop() 161 lfd = rc = open(try, mode); in set_loop() 164 lfd = rc = open(try, mode); in set_loop()
|
D | getpty.c | 17 p = open("/dev/ptmx", O_RDWR); in xgetpty() 56 p = open(line, O_RDWR | O_NOCTTY); in xgetpty()
|
D | device_open.c | 21 fd = open(device, m, 0600); in device_open()
|
/busybox-1.35.0/networking/ssl_helper/ |
D | README | 3 * Unpack matrixssl-3-4-2-open.tgz. 5 * Drop this directory into matrixssl-3-4-2-open/ssl_helper 8 Usage: "ssl_helper -d <FILE_DESCRIPTOR>" where FILE_DESCRIPTOR is open to the peer.
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_leak.tests | 2 # fds 0,1,2 are stdio; fd 3 is open by opendir() in ls. 3 # This test detects bugs where redirects leave stray open fds.
|
D | redir3.tests | 2 # open afterwards
|
D | redir_children_should_not_see_saved_fd_1.tests | 3 # may open other descriptors as well.
|
D | redir_children_should_not_see_saved_fd_2.tests | 3 # may open other descriptors as well.
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | exitcode2.right | 3 ./exitcode2.tests: line 11: can't open does_not_exist: no such file
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 9 open+xfunc: opens fd, then calls xfunc - fd is leaked if xfunc dies 17 need to be inspected that they do not fall into alloc+xfunc, open+xfunc, 54 add-shell - noexec. leaks: open+xfunc 67 blkdiscard - noexec. leaks: open+xioctl 86 chvt - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds 95 crontab - longterm (runs $EDITOR), leaks: open+xasprintf 102 deallocvt - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds 117 dumpkmap - noexec. leaks: get_console_fd_or_die() may open a new fd, or return one of stdio fds 118 dumpleases - noexec. leaks: open+xread 122 eject - hardware, leaks: open+ioctl_or_perror_and_die, changes state (moves fds) [all …]
|
/busybox-1.35.0/miscutils/ |
D | crontab.c | 162 fd = open(pas->pw_name, O_RDONLY); in crontab_main() 178 fd = open(new_fname, O_WRONLY|O_CREAT|O_TRUNC|O_APPEND, 0600); in crontab_main() 196 while ((fd = open(CRONUPDATE, O_WRONLY|O_CREAT|O_APPEND, 0600)) >= 0) { in crontab_main()
|
/busybox-1.35.0/util-linux/ |
D | flock.c | 53 fd = open(argv[0], O_RDONLY|O_NOCTTY|O_CREAT, 0666); in flock_main() 55 fd = open(argv[0], O_RDONLY|O_NOCTTY); in flock_main()
|
12345