Searched refs:space (Results 1 – 25 of 28) sorted by relevance
12
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | starquoted3.tests | 1 set -- a ""; space=" "; printf "<%s>\n" "$@"$space
|
D | group2.tests | 1 # Bug was in handling of "}&" without space
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | starquoted3.tests | 1 set -- a ""; space=" "; printf "<%s>\n" "$@"$space
|
D | group2.tests | 1 # Bug was in handling of "}&" without space
|
/busybox-1.35.0/ |
D | .indent.pro | 14 --space-after-cast 25 --no-space-after-function-call-names 29 --dont-space-special-semicolon 33 --leave-preprocessor-space
|
D | TODO | 126 shouldn't take up too much space. 211 egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
|
D | INSTALL | 61 statically linked. To save space, busybox can be configured with only the
|
D | Makefile | 755 space := $(nullstring) # end of line macro 762 localver = $(subst $(space),, \
|
D | README | 26 space. Busybox is slowly working towards implementing the full Single Unix
|
D | Config.in | 336 space since the OS will clean up for us, but it can confuse debuggers 690 dmalloc -p log-stats -p log-non-free -p log-bad-space \
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_expand_in_assign.tests | 5 space=' ' 6 echo .$space.
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_expand_in_assign.tests | 5 space=' ' 6 echo .$space.
|
/busybox-1.35.0/testsuite/tr/ |
D | tr-works | 18 run_tr " " '[:space:]' 12345
|
/busybox-1.35.0/modutils/ |
D | modprobe-small.c | 449 char* space; in load_dep_bb() local 457 space = strchrnul(line, ' '); in load_dep_bb() 462 if (*space) in load_dep_bb() 463 *space++ = '\0'; in load_dep_bb() 464 modinfo[cur].aliases = space; in load_dep_bb()
|
D | Config.src | 89 load the specified kernel module directly into kernel space, reducing
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 13 # double space a file 16 # double space a file which already has blank lines in it. Output file 20 # triple space a file 38 # note on '\t' at end of file) instead of space will preserve margins. 87 sed -e :a -e 's/^.\{1,78\}$/ &/;ta' # set at 78 plus 1 space 129 # and replace the "=" with a single space 238 # overflow the buffer size of the hold space, or else use GNU sed. 307 # add a leading angle bracket and space to each line (quote a message) 310 # delete leading angle bracket & space from each line (unquote a message) 392 contains space before the 's'. Omit the space when typing the command.
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 122 each followed by a space character: | 128 each followed by a space character: | 133 each followed by a space character: | 138 each followed by a space character: | 143 each followed by a space character: |
|
D | smallint.txt | 14 You save nothing on space here because i is not stored on-stack,
|
D | style-guide.txt | 57 \t * and that the beginning of each line has a tab plus a space 59 \t * is used instead of a space. 98 control block, it should be on the same line with a single space (not a tab) 143 Put a space between C keywords and left parens, but not between function names 163 Also, don't put a space between the left paren and the first term, nor between 510 This last approach has some advantages (low code size, space not used until 512 very limited stack space (e.g., uCLinux). 566 global name space clean. The only exception to this rule is the "applet_main"
|
D | keep_data_small.txt | 66 * malloc'ed space simply by changing #defines below.
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | unicode_cyrillic.keymap | 92 keycode 57 = space space space space nul …
|
/busybox-1.35.0/testsuite/date/ |
D | date-works-1 | 61 dm=$(eval $lcbbd +%e) # day of month, space padded
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 9 space := $(empty) $(empty)
|
/busybox-1.35.0/libbb/ |
D | Config.src | 17 space, this can be deadly. For most folks, this works just fine. 330 (i.e. punctuation, numbers and space) as characters
|
/busybox-1.35.0/procps/ |
D | ps.posix | 44 fication shall be interpreted as the <space>-separated concate-
|
12