Searched refs:OFF_T_MAX (Results 1 – 14 of 14) sorted by relevance
/coreutils/tests/truncate/ |
D | truncate-overflow.sh | 33 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/ |
D | skip-seek-past-file.sh | 75 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/ |
D | fail.sh | 48 split --bytes=$OFF_T_MAX in || fail=1
|
/coreutils/src/ |
D | shuf.c | 153 return OFF_T_MAX; in input_size() 157 return OFF_T_MAX; in input_size() 161 return OFF_T_MAX; in input_size()
|
D | shred.c | 481 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()
|
D | system.h | 399 #ifndef OFF_T_MAX 400 # define OFF_T_MAX TYPE_MAXIMUM (off_t) macro
|
D | truncate.c | 269 size = xdectoimax (optarg, OFF_T_MIN, OFF_T_MAX, "EgGkKmMPQRtTYZ0", in main()
|
D | split.c | 341 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()
|
D | head.c | 1077 if ( ! count_lines && elide_from_end && OFF_T_MAX < n_units) in main()
|
D | tail.c | 1836 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()
|
D | stat.c | 1498 return size + (size < 0) * ((uintmax_t) OFF_T_MAX - OFF_T_MIN + 1); in unsigned_file_size()
|
D | dd.c | 1532 idx_t max_blocksize = MIN (IDX_MAX - 1, MIN (SSIZE_MAX, OFF_T_MAX)); in scanargs()
|
D | ls.c | 3205 return size + (size < 0) * ((uintmax_t) OFF_T_MAX - OFF_T_MIN + 1); in unsigned_file_size()
|
/coreutils/ |
D | NEWS | 5425 - tail's byte and line counts are no longer limited to OFF_T_MAX.
|