Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 28) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-parsing/
Dstarquoted3.tests1 set -- a ""; space=" "; printf "<%s>\n" "$@"$space
Dgroup2.tests1 # Bug was in handling of "}&" without space
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dstarquoted3.tests1 set -- a ""; space=" "; printf "<%s>\n" "$@"$space
Dgroup2.tests1 # Bug was in handling of "}&" without space
/busybox-1.35.0/
D.indent.pro14 --space-after-cast
25 --no-space-after-function-call-names
29 --dont-space-special-semicolon
33 --leave-preprocessor-space
DTODO126 shouldn't take up too much space.
211 egrep "(printf.*\([[:space:]]*(stderr|2)|[^_]write.*\([[:space:]]*(stderr|2))"
DINSTALL61 statically linked. To save space, busybox can be configured with only the
DMakefile755 space := $(nullstring) # end of line macro
762 localver = $(subst $(space),, \
DREADME26 space. Busybox is slowly working towards implementing the full Single Unix
DConfig.in336 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/
Dvar_expand_in_assign.tests5 space=' '
6 echo .$space.
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_expand_in_assign.tests5 space=' '
6 echo .$space.
/busybox-1.35.0/testsuite/tr/
Dtr-works18 run_tr " " '[:space:]' 12345
/busybox-1.35.0/modutils/
Dmodprobe-small.c449 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()
DConfig.src89 load the specified kernel module directly into kernel space, reducing
/busybox-1.35.0/editors/
Dsed1line.txt13 # 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/
Dunicode_UTF-8-test.txt122 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: |
Dsmallint.txt14 You save nothing on space here because i is not stored on-stack,
Dstyle-guide.txt57 \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"
Dkeep_data_small.txt66 * malloc'ed space simply by changing #defines below.
/busybox-1.35.0/examples/var_service/getty_tty1/
Dunicode_cyrillic.keymap92 keycode 57 = space space space space nul …
/busybox-1.35.0/testsuite/date/
Ddate-works-161 dm=$(eval $lcbbd +%e) # day of month, space padded
/busybox-1.35.0/scripts/
DKbuild.include9 space := $(empty) $(empty)
/busybox-1.35.0/libbb/
DConfig.src17 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/
Dps.posix44 fication shall be interpreted as the <space>-separated concate-

12