Searched refs:where (Results 1 – 25 of 36) sorted by relevance
12
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir6.tests | 1 # we had a bug where this would hang
|
D | redir_leak.tests | 3 # This test detects bugs where redirects leave stray open fds.
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir6.tests | 1 # we had a bug where this would hang
|
D | redir_leak.tests | 3 # This test detects bugs where redirects leave stray open fds.
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | assignment4.tests | 1 # There was a bug where we misinterpreted assignments after 'do':
|
D | group_in_braces.tests | 1 # Test cases where { cmd } does not require semicolon after "cmd"
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | assignment4.tests | 1 # There was a bug where we misinterpreted assignments after 'do':
|
D | group_in_braces.tests | 1 # Test cases where { cmd } does not require semicolon after "cmd"
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | sigquit_exec.tests | 2 # We had a bug where SIGQUIT was masked on exec.
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | sigquit_exec.tests | 2 # We had a bug where SIGQUIT was masked on exec.
|
/busybox-1.35.0/shell/ash_test/ash-standalone/ |
D | nofork_env.tests | 1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
|
/busybox-1.35.0/shell/hush_test/hush-standalone/ |
D | nofork_env.tests | 1 # ash had a bug where NOFORKed applet (env/printenv) was not seeing new exported variables
|
/busybox-1.35.0/networking/ssl_helper/ |
D | README | 8 Usage: "ssl_helper -d <FILE_DESCRIPTOR>" where FILE_DESCRIPTOR is open to the peer.
|
/busybox-1.35.0/networking/ssl_helper-wolfssl/ |
D | README | 18 Usage: "ssl_helper -d FILE_DESCRIPTOR" where FILE_DESCRIPTOR is open to the peer.
|
/busybox-1.35.0/init/ |
D | init.c | 232 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/ |
D | ifupdown.c | 935 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()
|
D | Config.src | 65 If you disable this option, in the cases where port is explicitly
|
/busybox-1.35.0/docs/ |
D | unicode.txt | 3 There are several scenarios where we need to handle unicode
|
D | contributing.txt | 4 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
|
D | Kconfig-language.txt | 70 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/ |
D | brace.txt | 16 A sequence expression takes the form {x..y}, where x and y are either
|
/busybox-1.35.0/shell/ash_test/ash-z_slow/ |
D | many_ifs.tests | 8 # are the number of tests where IFS=": " produced different results
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | many_ifs.tests | 8 # are the number of tests where IFS=": " produced different results
|
/busybox-1.35.0/examples/var_service/ |
D | README | 96 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/ |
D | README | 54 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