Home
last modified time | relevance | path

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

/coreutils/tests/cp/
Dsparse-extents.sh46 fallocate -l 600MiB space.test ||
51 filefrag space.test || skip_ 'the 'filefrag' utility is missing'
52 filefrag -v space.test | grep -F 'unwritten' > /dev/null ||
55 rm space.test
/coreutils/tests/df/
Dtotal-verify.sh57 df --total -P --block-size=512 > space || framework_failure_
58 cat space # this helps when debugging any test failure
62 $PERL check-df space || fail=1
/coreutils/src/
Dfmt.c137 int space; /* the size of the following space */ member
168 static void put_space (int space);
707 word_limit->space = in_column - start; in get_line()
710 && (c == '\n' || word_limit->space > 1))); in get_line()
712 word_limit->space = word_limit->final ? 2 : 1; in get_line()
902 len += (w - 1)->space + w->length; /* w > start >= word */ in fmt_paragraph()
1001 put_space (w->space); in put_line()
1025 put_space (int space) in put_space() argument
1029 space_target = out_column + space; in put_space()
Dpinky.c200 char *space = strchr (line, ' '); in print_entry() local
201 line = space ? space + 1 : line; in print_entry()
Dwho.c336 char *space = strchr (line, ' '); in print_user() local
337 line = space ? space + 1 : line; in print_user()
Ddircolors.hin87 # to color below. Put the suffix, a space, and the color init string.
/coreutils/m4/
Dinclude-exclude-prog.m427 # Given the name of a variable containing a space-separated list of
55 # Convert to space separated lists.
/coreutils/
Dinit.cfg325 || skip_ "this test needs at least $req bytes of free space"
382 # Set the global variable stty_reversible_ to a space-separated list of the
384 # with a space.
388 # Pad start with one space for the first option to match in query function.
485 # Set 'groups' to a space-separated list of at least two groups
510 COREUTILS_GROUPS set in your environment to the space-separated list
DREADME-hacking44 time and file system space requirements:
DTODO28 become very long, and requires space and time that is quadratic in the
DHACKING352 We use space-only indentation in nearly all files.
515 Avoid trailing white space
DNEWS29 Instead, it treats them as non white space.
89 'pr --length=1 --double-space' no longer enters an infinite loop.
360 This may be more efficient, by avoiding user space copies,
433 user space copies, and possibly employing copy offloading or reflinking.
828 wc now treats non breaking space characters as word delimiters
1835 a NUL instead of a white space character.
1897 stty now supports configuring "stick" (mark/space) parity where available.
2463 followed by a tab. In that case a space was dropped, causing misalignment.
2464 We also now ensure that a space never precedes a tab.
2479 with a space between the date and time strings. Now it also parses
[all …]
Dconfigure.ac635 # Convert the list to a space separated list
/coreutils/scripts/git-hooks/
Dcommit-msg71 # Tokens may be space- or comma-separated.
/coreutils/doc/
Dcoreutils.texi201 * File space usage:: df du stat sync truncate
351 File space usage
353 * df invocation:: Report file system space usage
354 * du invocation:: Estimate file space usage
1307 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...}
2101 The type @code{a} outputs things like @samp{sp} for space, @samp{nl} for
2520 Uniform spacing. Reduce spacing between words to one space, and spacing
2588 is @samp{space}). For multicolumn output, lines will always be truncated to
2650 @itemx --double-space
2652 @opindex --double-space
[all …]
Dperm.texi93 @cindex swap space, saving text image in
94 @cindex text image, saving in swap space
/coreutils/tests/
Dlocal.mk245 tests/fmt/non-space.sh \