Home
last modified time | relevance | path

Searched refs:nofork (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/applets/ !
Dapplet_tables.c41 unsigned char nofork; member
167 int v = applets[i].nofork + (applets[i].noexec << 1); in main()
169 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 2; in main()
171 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 4; in main()
173 v |= (applets[i].nofork + (applets[i].noexec << 1)) << 6; in main()
/busybox-1.35.0/networking/ !
Dnbd-client.c60 bool nofork; in nbdclient_main() local
160 nofork = 0; in nbdclient_main()
280 if (!nofork) { in nbdclient_main()
282 nofork = 1; in nbdclient_main()
/busybox-1.35.0/ !
DNOFORK_NOEXEC.sh12 echo === nofork candidate
DNOFORK_NOEXEC.lst99 date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs…
225 lspci - noexec. too rare to bother for nofork
226 lsscsi - noexec. too rare to bother for nofork
227 lsusb - noexec. too rare to bother for nofork
303 renice - noexec. nofork candidate(uses getpwnam, is that ok?)
317 runlevel - noexec. can be nofork if "endutxent()" is called unconditionally, but too rare to bother?
344 sleep - longterm. Could be nofork, if not the problem of "killall sleep" not killing it.
351 stat - noexec. nofork candidate(needs fewer allocs)
353 stty - noexec. nofork candidate: has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). …
412 uptime - noexec. nofork candidate(is getutxent ok?)
[all …]
/busybox-1.35.0/shell/ !
DConfig.src140 bool "Run 'nofork' applets directly"
Dash.c9557 goto nofork; in evalsubshell()
9568 nofork: in evalsubshell()