Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 77) sorted by relevance

1234

/busybox-1.35.0/init/
Dhalt.c175 int which, flags, rc; in halt_main() local
179 which = 0; in halt_main()
182 which = 1; in halt_main()
185 which = 2; in halt_main()
187 for (which = 0; "hpr"[which] != applet_name[0]; which++) in halt_main()
217 rc = kill(pidlist[0], signals[which]); in halt_main()
225 rc = kill(1, signals[which]); in halt_main()
227 rc = kill(1, signals[which]); in halt_main()
235 which == 2 ? "6" : "0", in halt_main()
243 rc = reboot(magic[which]); in halt_main()
/busybox-1.35.0/util-linux/
Drenice.c49 int which = PRIO_PROCESS; /* Default 'which' value. */ in renice_main() local
86 which = p[4]; in renice_main()
94 if (which == PRIO_USER) { in renice_main()
116 old_priority = getpriority(which, who); in renice_main()
127 if (setpriority(which, who, new_priority) == 0) { in renice_main()
Dionice.c33 static int ioprio_set(int which, int who, int ioprio) in ioprio_set() argument
35 return syscall(SYS_ioprio_set, which, who, ioprio); in ioprio_set()
38 static int ioprio_get(int which, int who) in ioprio_get() argument
40 return syscall(SYS_ioprio_get, which, who); in ioprio_get()
/busybox-1.35.0/testsuite/gzip/
Dgzip-compression-levels3 level1=$(busybox gzip -c -1 $(which busybox) | wc -c)
4 level9=$(busybox gzip -c -9 $(which busybox) | wc -c)
/busybox-1.35.0/examples/bootfloppy/
Dmksyslinux.sh9 if [ -z `which mformat` -o -z `which mcopy` ]; then
/busybox-1.35.0/examples/var_service/dnsmasq/
DREADME4 or if you need a finer-grained control of which servers
5 can serve which domain.
/busybox-1.35.0/testsuite/
Dbusybox.tests10 ln -s `which busybox` unknown
26 ln -s `which busybox` busybox-suffix
Dumlwrapper.sh14 if [ -z $(which linux) ]
Dreadlink.tests27 pwd=`which pwd`
Drealpath.tests27 pwd=`which pwd`
/busybox-1.35.0/testsuite/which/
Dwhich-uses-default-path4 $BUSYBOX which ls
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt1 A distro which already uses runit
104 which (usually) execs some daemon, possibly after some preparatory steps.
108 service monitor: a tool which watches a set of service directories.
117 supervisor: a tool which monitors one service directory.
129 log service: a service which is exclusively tasked with logging
132 service dirs: it has a "run" script which starts a logging tool.
140 per service, which is handling both of them (presumably this is done
146 "Users" of service monitoring are authors of software which has daemons.
160 which starts ntpd daemon. It can have other files there.
169 in which case log/ directories should not be created.
[all …]
/busybox-1.35.0/testsuite/pwd/
Dpwd-prints-working-directory4 test "$(`which pwd`)" = "$(busybox pwd)"
/busybox-1.35.0/docs/
Dunicode.txt16 those chars which are not supported by output device.
17 Examples: chars which are not present in the font,
18 chars which are not assigned in unicode,
34 them, unlike shell which can afford to drop bogus input.
Dsmallint.txt12 into a byte, which probably results in "n = n & 0xff" on many architectures.
16 it is *stack* storage, which is cheap (unlike data/bss).
Dnofork_noexec.txt11 are exactly those applets which are eligible for these tricks.
106 does not have this problem - which makes "yes" to not exit on ^C (bug).
111 prime candidates for NOFORK-ification are those applets which
112 are small and easy to audit, and those which are more likely to be
114 script loops. Applets which mess with signal handlers, termios etc
117 Applets which must be interruptible by ^C in shells can not be NOFORKs.
DSerial-Programming-HOWTO.txt70 which needs to access a serial port. Its principal focus will be on
74 Someone asked about which of several sequences of operations was
82 implementation of UNIX. It is strange that many of the concepts which
85 concepts, the AT&T version should be the standard to which others
101 preferred. This call returns the file descriptor which is required
199 A user function which makes changes to the termios structure should
254 which are used to change the value of the baud rate in the locally
318 o TIOCMBIS turn on control lines depending upon which bits are set
321 o TIOCMBIC turn off control lines depending upon which bits are
326 o TIOCMSET the state of the UART is changed according to which bits
[all …]
/busybox-1.35.0/editors/
DConfig.src15 Enables vi and awk features which allow user to execute
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal9.tests1 # Note: the inner script is a test which checks for a different bug
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal9.tests1 # Note: the inner script is a test which checks for a different bug
/busybox-1.35.0/shell/
DConfig.src10 prompt "Choose which shell is aliased to 'sh' name"
13 Choose which shell you want to be executed by 'sh' alias.
42 prompt "Choose which shell is aliased to 'bash' name"
45 Choose which shell you want to be executed by 'bash' alias.
51 /bin/bash (sym)link and run scripts which start with
54 Many systems use it in scripts which use bash-specific features,
149 This will be done only for some applets (those which are marked
/busybox-1.35.0/qemu_multiarch_testing/hdc.dir/
Dbuild12 cp -af bin/od `which od`
/busybox-1.35.0/libbb/
DREADME6 information (which is now lost in the mists of time). If you see something
/busybox-1.35.0/
DINSTALL21 To enable all features, use "make defconfig", which produces the largest
77 contains a number of additional configuration files ending in _defconfig which
80 Configuring BusyBox produces a file ".config", which can be saved for future
96 "busybox.links" (created by make), which contains the list of enabled applets
97 and the path at which to install them.
101 first argument to determine which applet to behave as, for example
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dnegate.tests10 PRINTF=`which printf`

1234