Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 108) sorted by relevance

12345

/busybox-1.35.0/shell/hush_test/hush-psubst/
Dfalsetick.right9 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
Dfalsetick3.right1 hush: can't open '/does/not/exist': No such file or directory
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_errors.right1 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
Dredir_backquote1.right1 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
Dredir_leak.tests2 # 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.
Dredir_exec1.right2 hush: can't open '/cant/be/created': No such file or directory
Dredir3.tests2 # open afterwards
Dredir_children_should_not_see_saved_fd_1.tests3 # may open other descriptors as well.
Dredir_children_should_not_see_saved_fd_2.tests3 # may open other descriptors as well.
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexec.right1 pass fd out open
4 pass fd in open
Dexec.tests7 echo pass fd out open
21 echo pass fd in open
Dexitcode2.right3 hush: can't open 'does_not_exist': No such file or directory
/busybox-1.35.0/libbb/
Dget_console.c20 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()
Dloop.c56 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()
Dgetpty.c17 p = open("/dev/ptmx", O_RDWR); in xgetpty()
56 p = open(line, O_RDWR | O_NOCTTY); in xgetpty()
Ddevice_open.c21 fd = open(device, m, 0600); in device_open()
/busybox-1.35.0/networking/ssl_helper/
DREADME3 * 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/
Dredir_leak.tests2 # 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.
Dredir3.tests2 # open afterwards
Dredir_children_should_not_see_saved_fd_1.tests3 # may open other descriptors as well.
Dredir_children_should_not_see_saved_fd_2.tests3 # may open other descriptors as well.
/busybox-1.35.0/shell/ash_test/ash-misc/
Dexitcode2.right3 ./exitcode2.tests: line 11: can't open does_not_exist: no such file
/busybox-1.35.0/
DNOFORK_NOEXEC.lst9 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/
Dcrontab.c162 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/
Dflock.c53 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