Home
last modified time | relevance | path

Searched refs:off (Results 1 – 7 of 7) sorted by relevance

/coreutils/tests/cp/
Dcp-mv-backup.sh35 for opt in none off numbered t existing nil simple never; do
45 x off: x y
53 x y off: x y
61 x y y~ off: x y y~
69 x y y.~1~ off: x y y.~1~
77 x y y~ y.~1~ off: x y y.~1~ y~
/coreutils/src/
Dshred.c562 uintmax_t off = offset; in dopass() local
565 : (off <= TYPE_MAXIMUM (uintmax_t) / 100 in dopass()
566 ? off * 100 / size in dopass()
567 : off / (size / 100))); in dopass()
Dfactor.c715 factor_insert_refind (struct factors *factors, uintmax_t p, int i, int off) in factor_insert_refind() argument
717 for (int j = 0; j < off; j++) in factor_insert_refind()
/coreutils/gl/lib/
Drand-isaac.c107 #define ISAAC_STEP(i, off, mix) \ in isaac_refill() argument
110 a = (IF32 (a, 0) ^ (mix)) + m[off + (i)]; \ in isaac_refill()
/coreutils/
Dinit.cfg261 # kernel or the file system, or are turned off via mount options.
722 skip_ "unexpected context '$__ctx'; turn off mcstransd"
DNEWS2459 timeout is no longer confused when starting off with a child process.
3512 be turned off with the --nocheck-order option.
3689 be turned off with the --nocheck-order option.
4891 to a file on an off-line NFS-mounted partition.
5671 same meaning: cp's -f option no longer merely turns off '-i'.
5748 * date -d 'last friday' would print a date/time that was one hour off
/coreutils/doc/
Dcoreutils.texi857 @itemx off
2627 @option{-J} option column alignment and line truncation is turned off.
2724 @option{-@var{column}}, @option{-a -@var{column}} or @option{-m}. Turns off
2814 @samp{space} is set. @option{-s[char]} turns off line truncation of all
2864 @option{-s[CHAR]} turns off the default page width and any line truncation
7997 off-line (``migrated'') file (Cray DMF)
12866 control the trade-off between freshness and efficiency
15141 Many settings can be turned off by preceding them with a @samp{-}.
19019 @emph{Note}: Using non-default delimiter turns off automatic padding.