Searched refs:all (Results 1 – 25 of 84) sorted by relevance
1234
/busybox-1.35.0/scripts/ |
D | mkmakefile | 27 .PHONY: all \$(MAKECMDGOALS) 29 all: 34 \$(filter-out all Makefile,\$(MAKECMDGOALS)):
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash1b.right | 1 all |0123456
|
D | var_bash1b.tests | 2 echo "all |"$1
|
D | param_expand_len1.tests | 1 # ${#c} for any single char c means "length of $c", including all special vars
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash1b.right | 1 all |0123456
|
D | var_bash1b.tests | 2 echo "all |"$1
|
D | param_expand_len1.tests | 1 # ${#c} for any single char c means "length of $c", including all special vars
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | bkslash_in_varexp.tests | 4 # Glob sets have no escaping at all: 7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | bkslash_in_varexp.tests | 4 # Glob sets have no escaping at all: 7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
|
/busybox-1.35.0/docs/ |
D | syslog.conf.txt | 21 kern,user.* /var/log/messages #all messages of kern and user facili… 22 kern.!err /var/log/critical #all messages of kern facility with p… 23 *.*;auth,authpriv.none /var/log/noauth #all messages except ones with auth and…
|
D | tcp.txt | 11 a large block of data is only buffered by kernel, it can't be sent all at once. 32 * all queued messages for the socket have been successfully sent 45 This makes kernel send FIN after all data is written: 51 shutdown() and from close() before all data is sent, 53 RST before all our data is sent. 60 When read finishes with 0-sized result, we conclude that peer received all
|
D | Kconfig-language.txt | 16 | +- Set version information on all module symbols 27 Most entries define a config option, all other entries help to organize 31 bool "Set version information on all module symbols" 48 A menu entry can have a number of attributes. Not all of them are 83 are applied to all other options within this menu entry (which also 172 bool "Set version information on all module symbols" 218 single driver can be compiled/loaded into the kernel, but all drivers 249 to all enclosed menu entries.
|
/busybox-1.35.0/procps/ |
D | ps.posix | 3 By default, ps shall select all processes with the same effective user 9 -a Write information for all processes associated with terminals. 12 -A Write information for all processes. 14 -d Write information for all processes, except session leaders. 16 -e Write information for all processes. (Equivalent to -A.) 45 nation of all the format option-arguments. 77 With the exception of -o format, all of the options shown are used to 80 OR of all the selection-criteria options. 95 header text. If all header text fields are null, no header line shall 142 args The command with all its arguments as a string. The implementa- [all …]
|
D | Config.src | 10 default n # all "fast or small" options default to small
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | usage.tests | 9 # show them all
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | usage.tests | 9 # show them all
|
/busybox-1.35.0/ |
D | Makefile | 126 PHONY += all 128 _all: all 219 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),) 535 all: busybox doc target 602 busybox-all := $(core-y) $(libs-y) 684 $(if $(CONFIG_KALLSYMS_ALL),--all-symbols) > $@ 693 .tmp_busybox1: $(busybox-lds) $(busybox-all) FORCE 696 .tmp_busybox2: $(busybox-lds) $(busybox-all) .tmp_kallsyms1.o FORCE 699 .tmp_busybox3: $(busybox-lds) $(busybox-all) .tmp_kallsyms2.o FORCE 718 busybox_unstripped: $(busybox-all) FORCE [all …]
|
D | INSTALL | 18 it, is to enable all features and then use "standalone shell" mode with a 21 To enable all features, use "make defconfig", which produces the largest 63 all applets disabled, produces a 4k executable. (It's useless, but very small.) 74 "make allbareconfig" (enables all applets but disables all optional features), 103 a list of all enabled applets.) The standalone shell can also call busybox
|
/busybox-1.35.0/libbb/ |
D | print_numbered_lines.c | 22 if (ns->all in print_numbered_lines()
|
/busybox-1.35.0/klibc-utils/ |
D | ipconfig.c.txt | 102 // all optional. trailing empty :: can be skipped, only one : needs to be there 105 // ":" - dhcp on all ifaces 106 // "::1.2.3.4" - dhcp on all ifaces, gateway is 1.2.3.4 (fairly nonsensical) 172 || strcmp(dev->name, "all") == 0 189 /* All forms of "config all ifaces" imply -o */ 246 //usage: "\n"" all - configure all interfaces" 248 //usage: "\n"" IP:SERVER_IP:ROUTER:NETMASK:HOSTNAME:IFACE:METHOD (all optional)"
|
/busybox-1.35.0/shell/ |
D | README.job | 19 block all signals 20 unblock all signals 45 allow all signals 54 allow all signals 56 block all signals 57 allow all signals 59 allow all signals 61 block all signals 62 allow all signals 63 block all signals [all …]
|
/busybox-1.35.0/coreutils/ |
D | nl.c | 69 ns.all = (opt_b[0] == 'a'); in nl_main()
|
/busybox-1.35.0/examples/ |
D | depmod.pl | 26 my $all=0; 63 "all|a" => \$all,
|
/busybox-1.35.0/shell/ash_test/ash-alias/ |
D | alias.tests | 16 # bug in all versions through bash-2.05b
|
/busybox-1.35.0/qemu_multiarch_testing/ |
D | README | 15 system-image-ARCH: for example, all ARM flavors (armv4l...armv6l) 28 Log files will also contain uuencoded (or if all else fails, od -tx1'ed) 41 to supply additional tools (dir with all applets appended to $PATH).
|
1234