Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 36) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir6.tests1 # we had a bug where this would hang
Dredir_leak.tests3 # This test detects bugs where redirects leave stray open fds.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir6.tests1 # we had a bug where this would hang
Dredir_leak.tests3 # This test detects bugs where redirects leave stray open fds.
/busybox-1.35.0/shell/hush_test/hush-misc/
Dassignment4.tests1 # There was a bug where we misinterpreted assignments after 'do':
Dgroup_in_braces.tests1 # Test cases where { cmd } does not require semicolon after "cmd"
/busybox-1.35.0/shell/ash_test/ash-misc/
Dassignment4.tests1 # There was a bug where we misinterpreted assignments after 'do':
Dgroup_in_braces.tests1 # Test cases where { cmd } does not require semicolon after "cmd"
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigquit_exec.tests2 # We had a bug where SIGQUIT was masked on exec.
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigquit_exec.tests2 # We had a bug where SIGQUIT was masked on exec.
/busybox-1.35.0/shell/ash_test/ash-standalone/
Dnofork_env.tests1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
/busybox-1.35.0/shell/hush_test/hush-standalone/
Dnofork_env.tests1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
/busybox-1.35.0/networking/ssl_helper/
DREADME8 Usage: "ssl_helper -d <FILE_DESCRIPTOR>" where FILE_DESCRIPTOR is open to the peer.
/busybox-1.35.0/networking/ssl_helper-wolfssl/
DREADME18 Usage: "ssl_helper -d FILE_DESCRIPTOR" where FILE_DESCRIPTOR is open to the peer.
/busybox-1.35.0/init/
Dinit.c232 static void message(int where, const char *fmt, ...)
234 static void message(int where, const char *fmt, ...) in message() argument
249 if (where & L_LOG) { in message()
261 if (where & L_LOG) { in message()
272 where = L_CONSOLE; in message()
284 if (where & L_CONSOLE) { in message()
/busybox-1.35.0/networking/
Difupdown.c935 struct mapping_defn_t **where = &defn->mappings; in read_interfaces() local
936 while (*where != NULL) { in read_interfaces()
937 where = &(*where)->next; in read_interfaces()
939 *where = currmap; in read_interfaces()
DConfig.src65 If you disable this option, in the cases where port is explicitly
/busybox-1.35.0/docs/
Dunicode.txt3 There are several scenarios where we need to handle unicode
Dcontributing.txt4 This document describes what you need to do to contribute to Busybox, where
75 are a variety of areas where you could help.
81 Before listing the areas where you _can_ help, it's worthwhile to mention the
82 areas where you shouldn't bother. While Busybox strives to be the "Swiss Army
DKconfig-language.txt70 Default values are not limited to the menu entry, where they are
187 The configuration file describes a series of menu entries, where every
/busybox-1.35.0/shell/
Dbrace.txt16 A sequence expression takes the form {x..y}, where x and y are either
/busybox-1.35.0/shell/ash_test/ash-z_slow/
Dmany_ifs.tests8 # are the number of tests where IFS=": " produced different results
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dmany_ifs.tests8 # are the number of tests where IFS=": " produced different results
/busybox-1.35.0/examples/var_service/
DREADME96 They present a case where different services need to control (start, stop,
188 (and a few others). An interesting detail are ftpd and vpnc services, where
/busybox-1.35.0/
DREADME54 where to install, and installs hardlinks or symlinks depending
148 of which features work where. Some busybox applets (such as cat and rm) are

12