Home
last modified time | relevance | path

Searched refs:OFF_T_MAX (Results 1 – 14 of 14) sorted by relevance

/coreutils/tests/truncate/
Dtruncate-overflow.sh33 returns_ 1 truncate -s+$OFF_T_MAX non-empty-file || fail=1
36 IO_BLOCK_OFLOW=$(expr $OFF_T_MAX / $(stat -f -c%s .) + 1)
/coreutils/tests/dd/
Dskip-seek-past-file.sh75 if ! truncate --size=$OFF_T_MAX in 2>/dev/null; then
77 dd bs=1 skip=$OFF_T_MAX count=0 status=noxfer < file 2> err \
/coreutils/tests/split/
Dfail.sh48 split --bytes=$OFF_T_MAX in || fail=1
/coreutils/src/
Dshuf.c153 return OFF_T_MAX; in input_size()
157 return OFF_T_MAX; in input_size()
161 return OFF_T_MAX; in input_size()
Dshred.c481 if (soff <= OFF_T_MAX - offset) in dopass()
532 if (OFF_T_MAX - offset < soff) in dopass()
871 size += MIN (size_incr, OFF_T_MAX - size); in do_wipefd()
1212 flags.size = xnumtoumax (optarg, 0, 0, OFF_T_MAX, "cbBkKMGTPEZYRQ0", in main()
Dsystem.h399 #ifndef OFF_T_MAX
400 # define OFF_T_MAX TYPE_MAXIMUM (off_t) macro
Dtruncate.c269 size = xdectoimax (optarg, OFF_T_MIN, OFF_T_MAX, "EgGkKmMPQRtTYZ0", in main()
Dsplit.c341 if (end == OFF_T_MAX /* E.g., /dev/zero on GNU/Hurd. */ in input_file_size()
1358 off_t file_size = OFF_T_MAX; in main()
Dhead.c1077 if ( ! count_lines && elide_from_end && OFF_T_MAX < n_units) in main()
Dtail.c1836 if (! presume_input_pipe && n_bytes <= OFF_T_MAX in tail_bytes()
1854 if (! presume_input_pipe && n_bytes <= OFF_T_MAX) in tail_bytes()
Dstat.c1498 return size + (size < 0) * ((uintmax_t) OFF_T_MAX - OFF_T_MIN + 1); in unsigned_file_size()
Ddd.c1532 idx_t max_blocksize = MIN (IDX_MAX - 1, MIN (SSIZE_MAX, OFF_T_MAX)); in scanargs()
Dls.c3205 return size + (size < 0) * ((uintmax_t) OFF_T_MAX - OFF_T_MIN + 1); in unsigned_file_size()
/coreutils/
DNEWS5425 - tail's byte and line counts are no longer limited to OFF_T_MAX.