Searched refs:I (Results 1 – 13 of 13) sorted by relevance
/coreutils/tests/ls/ |
D | recursive.sh | 24 touch f a/1/I a/1/II || framework_failure_ 36 I
|
/coreutils/src/ |
D | tac-pipe.c | 24 #define LEN(X, I) ((X)->p[(I)].one_past_end - (X)->p[(I)].start) argument 27 #define ONE_PAST_END(X, I) ((X)->p[(I)].one_past_end) argument
|
D | factor.c | 804 #define DIVBLOCK(I) \ in factor_using_division() argument 808 q = t0 * pd[I].binv; \ in factor_using_division() 809 if (LIKELY (q > pd[I].lim)) \ in factor_using_division() 812 factor_insert_refind (factors, p, i + 1, I); \ in factor_using_division()
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/ |
D | TODO | 22 I suspect that (if someone cares to take the time) we can remove 56 I don't plan to do that, since a few tests demonstrate no significant benefit. 138 multibyte aware. The problem is that I want to avoid duplicating 139 significant blocks of logic, yet I also want to incur only minimal
|
D | HACKING | 133 Personally, no matter what package I'm working on, I find it useful to 135 I plan to commit/push right away. Otherwise, I tend to get unnecessary 136 merge conflicts with each rebase (see below). In coreutils, I've gone 404 active voice, not a passive one. I.e., say "print the frobnozzle", 413 [I hesitate to write this one down, because it appears to be an
|
D | .gitignore | 1 *.I[12]
|
D | README-install | 86 I find that it is best to unpack and build as a non-privileged
|
D | NEWS | 112 I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3. 225 which can return varied file system I/O block size values for files. 583 I.e., cp now uses --reflink=auto mode by default. 1749 uses direct I/O for all passes where possible, and attempts to clear 1803 rm -I now prompts for confirmation before removing a write protected file. 1806 shred once again uses direct I/O on systems requiring aligned buffers. 1807 Also direct I/O failures for odd sized writes at end of file are now handled. 2105 We now build most directories using non-recursive make rules. I.e., 2428 I.e., for skipped files, the original ownership is output, not the new one. 2435 of a src-hard-linked name in the destination tree. I.e., if s/a and s/b [all …]
|
D | configure.ac | 208 # things I might fix soon: 468 # I'm leaving it here for now. This whole thing needs to be modernized...
|
/coreutils/m4/ |
D | jm-macros.m4 | 89 dnl This can't use AC_REQUIRE; I'm not quite sure why.
|
/coreutils/doc/ |
D | coreutils.texi | 457 * stdbuf invocation:: Run a command with modified I/O buffering 510 * I/O redirection:: I/O redirection 647 I.e., treat input as items separated by ASCII NUL 1700 Display TAB characters as @samp{^I}. 1778 I.e., input and output items are delimited with ASCII NUL. 2121 @item I 3667 I.e., suppress the boundary line from the start of the second 3901 - Only output total counts. I.e., don't print individual file counts, 4115 input digest string as what is output. I.e., removing or adding any 4806 and I/O@. Conversely a small value of @var{nmerge} may reduce memory [all …]
|
D | perm.texi | 618 mkdir -m +6000 I
|