Searched refs:an (Results 1 – 25 of 64) sorted by relevance
123
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | groups_and_keywords2.tests | 1 # This is an error 7 # This is an error, and it aborts in script
|
D | comment2.tests | 6 # to be ignored. These lines would cause an error:
|
D | and_or_and_backgrounding.tests | 23 #to be executed sequentially; an '&' shall cause asynchronous execution
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | groups_and_keywords2.tests | 1 # This is an error 7 # This is an error, and it aborts in script
|
D | comment2.tests | 6 # to be ignored. These lines would cause an error:
|
D | and_or_and_backgrounding.tests | 23 #to be executed sequentially; an '&' shall cause asynchronous execution
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | assignment2.tests | 1 # This must not be interpreted as an assignment
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | assignment2.tests | 1 # This must not be interpreted as an assignment
|
/busybox-1.35.0/docs/ |
D | unit-tests.txt | 21 the functions they test. Test cases should be enclosed within an #if, and 23 the test curly brackets. If an assertion fails the test ends immediately, ie. 25 BBUNIT_ENDTEST is executed regardless of the test result. Here's an example:
|
D | syslog.conf.txt | 18 Here is an example: 24 kern,user.*;kern.!=notice;*.err;syslog.none /var/log/OMG #some whicked rule just as an example =)
|
D | new-applet-HOWTO.txt | 48 //config: Returns an indeterminate value. 56 //usage: "Returns an indeterminate value\n" 140 comment without any preceding whitespaces and be followed by an appropriate 156 //config: Returns an indeterminate value. 172 //usage: "Returns an indeterminate value"
|
D | busybox_header.pod | 37 or you can specify an alternative location at install time (i.e., with a 44 BusyBox is a multi-call binary. A multi-call binary is an executable program 51 You can also invoke BusyBox by issuing a command as an argument on the
|
D | unicode_UTF-8-test.txt | 27 replacement character (U+FFFD), which looks a bit like an inverted 38 equivalent signal), and (3) the following quotation mark after an 54 Note that as an alternative to the notion of malformed sequence used 149 All bytes of an incomplete sequence should be signalled as a single | 192 processed as a line feed by an unsafe UTF-8 decoder later in the | 199 4.1 Examples of an overlong ASCII character | 215 Below you see the highest Unicode value that is still resulting in an |
|
D | Kconfig-language.txt | 21 to determine the visible of an entry. Any child entry is only 54 definition optionally accepts an input prompt, so these two examples 72 overridden by an earlier definition. 74 value was set by the user (via the input prompt above). If an input 117 (1) Convert the symbol into an expression. Boolean and tristate symbols 248 This defines an if block. The dependency expression <expr> is appended
|
D | embedded-scripts.txt | 61 //config: Returns an indeterminate value. 68 //usage: "Returns an indeterminate value\n" 88 The configuration data should be placed in a C file in an appropriate
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_silent.tests | 3 # If an unknown option is met, VAR shall be set to "?". In this case, 9 # If an option-argument is missing:
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_silent.tests | 3 # If an unknown option is met, VAR shall be set to "?". In this case, 9 # If an option-argument is missing:
|
/busybox-1.35.0/examples/var_service/ |
D | README | 6 this is an introduction to process supervision with runit/daemontools. 17 In an alternative scheme called "process supervision", each important 40 process for an individual service. Service directories themselves sit 43 subdirectory. A typical choice is to start an instance of runsvdir 50 You can debug an individual service by running its SERVICE_DIR/run script. 77 Runs inetd. This is an example of a service with log. Log service 111 This is an example of service with has a "finish" script. If downed ("sv d"), 133 Basically, an example of watchdog service for networks which are not reliable 146 This is an example of *one-shot* service. 187 Here is an example of the process tree from a live system with these services
|
/busybox-1.35.0/examples/ |
D | inittab | 44 # an error message, and then go along with its business. 48 # Note: BusyBox init works just fine without an inittab. If no inittab is 72 # Start an "askfirst" shell on the console (whatever that may be) 74 # Start an "askfirst" shell on /dev/tty2-4
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_leak.tests | 1 # cat is an external program, variable should not leak out of it.
|
/busybox-1.35.0/ |
D | INSTALL | 45 programs by that name. Supplying an empty command path (as above) means 70 is run without an existing configuration, make defconfig will run first to 81 use. Run "make oldconfig" to bring a .config file from an older version of 123 To build out of tree, cd to an empty directory and configure busybox from there: 129 Alternately, use the O=$BUILDPATH option (with an absolute path) during the
|
D | TODO | 10 do one of these bounce an email off the person it's listed under to see if they 57 for people who want an alternate implementation less bloated than the gnu 82 One example of an existing system that does this already is Firmware Linux: 120 the file to be deleted with an empty file dated the Epoch. The 125 Should have simple fuzz factor support to apply patches at an offset which 135 to not just check the return value of close() for an error, but fsync(). 168 free for an alloca()), and this means that various cleanup loops that just 173 This is more an unresolved issue than a to-do item. More thought is needed.
|
/busybox-1.35.0/e2fsprogs/ |
D | Config.src | 23 ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
|
/busybox-1.35.0/util-linux/ |
D | Config.src | 27 specify an offset or cryptographic options to the loopback device. 54 The only reason to have mount maintain an /etc/mtab file itself is if
|
/busybox-1.35.0/shell/ |
D | brace.txt | 6 form of an optional preamble, followed by either a series of comma-sep- 8 lowed by an optional postscript. The preamble is prefixed to each
|
123