Searched refs:nofork (Results 1 – 6 of 6) sorted by relevance
41 unsigned char nofork; member167 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()
60 bool nofork; in nbdclient_main() local160 nofork = 0; in nbdclient_main()280 if (!nofork) { in nbdclient_main()282 nofork = 1; in nbdclient_main()
12 echo === nofork candidate
99 date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs…225 lspci - noexec. too rare to bother for nofork226 lsscsi - noexec. too rare to bother for nofork227 lsusb - noexec. too rare to bother for nofork303 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 …]
140 bool "Run 'nofork' applets directly"
9557 goto nofork; in evalsubshell()9568 nofork: in evalsubshell()