Searched refs:tries (Results 1 – 4 of 4) sorted by relevance
/coreutils/tests/fmt/ |
D | goal-option.sh | 24 @command{fmt} prefers breaking lines at the end of a sentence, and tries to 42 and tries to avoid line breaks after the first word of a sentence
|
/coreutils/ |
D | NEWS | 460 ls no longer tries to automount files, reverting to the behavior 463 stat no longer tries to automount files by default, reverting to the 1216 head no longer tries to process non-seekable input as seekable, 2180 tail -f no longer tries to use inotify on AUFS or PanFS file systems 2368 tail -f no longer tries to use inotify on GPFS or FhGFS file systems 2629 uniq -f NUM no longer tries to process fields after end of line. 3418 cp -a now tries to preserve extended attributes (xattr), but does not 3433 mv: Always tries to copy xattrs 3458 cp -a now correctly tries to preserve SELinux context (announced in 6.9.90), 3804 cp -p tries to preserve the GID of a file even if preserving the UID [all …]
|
/coreutils/src/ |
D | sort.c | 1041 pipe_fork (int pipefds[2], size_t tries) in pipe_fork() argument 1063 while (tries--) in pipe_fork()
|
/coreutils/doc/ |
D | coreutils.texi | 2474 @command{fmt} prefers breaking lines at the end of a sentence, and tries to 2536 @command{fmt} initially tries to make lines @var{goal} characters wide. 5834 the output context line. The program tries to fill those unused areas 6100 are disabled, the program rather tries to imitate System V @command{ptx}, 9006 tries to recreate the file by first removing it. Note @option{--force} 10190 @command{mv} always tries to copy extended attributes (xattr), which may 10504 are expensive or are harder to destroy, so the @command{shred} utility tries 14164 @code{==} is a synonym for @code{=}. @command{expr} first tries to convert
|