Searched refs:more (Results 1 – 25 of 69) sorted by relevance
123
/busybox-1.35.0/examples/ |
D | unrpm | 31 type more >/dev/null 2>&1 && pager=more
|
D | undeb | 32 type more >/dev/null 2>&1 && pager=more
|
/busybox-1.35.0/procps/ |
D | pstree.c | 76 uint8_t *more; member 99 G.more = xrealloc(G.more, G.capacity * sizeof(G.more[0])); in ensure_buffer_capacity() 266 if (G.more[lvl + 1]) { in dump_tree() 293 G.more[level] = !last; in dump_tree() 413 free(G.more); in pstree_main()
|
/busybox-1.35.0/ |
D | TODO_unicode | 7 Applets which may need unicode handling (more extensive than sanitizing 16 more
|
D | AUTHORS | 4 listed, or the description of what you have done needs more detail, or is 51 more(v2), makedevs, dutmp, modularization, auto links file, 89 sort (more or less from scratch rewrite in 2004, I now maintain it)
|
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | and_or_and_backgrounding.tests | 9 #An AND-OR list is a sequence of one or more pipelines separated by 12 #A list is a sequence of one or more AND-OR lists separated by the operators
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | and_or_and_backgrounding.tests | 9 #An AND-OR list is a sequence of one or more pipelines separated by 12 #A list is a sequence of one or more AND-OR lists separated by the operators
|
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | README | 3 This service is useful if you have more than 3 DNS servers,
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | leak_empty_tick.tests | 27 echo "Bad: $kb kb (or more) leaked"
|
D | leak_heredoc1.tests | 33 echo "Bad: $kb kb (or more) leaked"
|
D | leak_var3.tests | 40 echo "Bad: $kb kb (or more) leaked"
|
D | leak_var2.tests | 42 echo "Bad: $kb kb (or more) leaked"
|
D | leak_var.tests | 46 echo "Bad: $kb kb (or more) leaked"
|
/busybox-1.35.0/coreutils/ |
D | Kbuild.src | 13 lib-$(CONFIG_MORE) += cat.o # more uses it if stdout isn't a tty
|
/busybox-1.35.0/docs/ |
D | contributing.txt | 6 that is more likely to be accepted. 60 put significant effort into it and is probably more familiar with it than 152 format (more on this below), but we're a little more lenient when it comes to 316 A patch that includes small, isolated, obvious changes is more likely to be 326 Specifically, patches are more likely to be accepted if they are provably more 327 correct, smaller, faster, simpler, or more maintainable than the existing 330 Conversely, any patch that is supported with nothing more than "I think this 349 you're doing, then it's two (or more) voices instead of one that can petition 350 for inclusion of the patch. You'll also have more people that can test your 374 The old saying "You'll catch more flies with honey than you will with vinegar" [all …]
|
D | unicode.txt | 32 editors may encounter many more unexpected unicode sequences 36 more, less 58 control chars (coreutils does that). Note that unlike more/less,
|
D | nofork_noexec.txt | 10 for speeding up busybox shells, and more. NOEXEC and NOFORK applets 70 "run_nofork_applet" to find more users). 72 This poses much more serious limitations on what applet can do: 112 are small and easy to audit, and those which are more likely to be
|
D | style-guide.txt | 81 While it extends the line a bit longer, the spaced version is more 83 excluding the spacing makes it more obvious that we are dealing with a 235 acceptable). Using underscores makes variable and function names more readable 334 whatsoever, making it much more error prone. 408 strings in Busybox. (There is surely more that could be added to this 438 The use of the "equals" (==) operator in the latter example makes it much more 440 "not" (!) operator makes it look like you are testing for an error. In a more 450 of some of the more notorious troublemakers: 547 - Emulating the GNU behavior is prohibitively expensive (lots more code 548 would be required, lots more memory would be used, etc.) [all …]
|
D | smallint.txt | 38 (b) "computational" variables - "a++", "a = b*3 + 7" may take more code to do
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | bash_procsub.tests | 4 # can have more than one
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | readonly0.tests | 17 # bash does not abort even in non-interactive more (in script)
|
/busybox-1.35.0/testsuite/ |
D | TODO | 3 something to do, feel free to tackle one or more of the following:
|
/busybox-1.35.0/examples/shutdown-1.0/ |
D | README | 18 # type more commands in this terminal).
|
/busybox-1.35.0/qemu_multiarch_testing/ |
D | README | 11 one or more system-image-ARCH directories into this directory 51 0000000 (can also be even more bogus like 17767153361)
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | readonly0.tests | 17 # bash does not abort even in non-interactive more (in script)
|
123