Searched defs:offset (Results 1 – 12 of 12) sorted by relevance
/coreutils/gl/lib/ |
D | fadvise.c | 31 fdadvise (int fd, off_t offset, off_t len, fadvice_t advice) in fdadvise()
|
/coreutils/src/ |
D | cksum.c | 112 for (idx_t offset = 1; offset < 8; offset++) in main() local
|
D | dd.c | 1037 off_t offset; in invalidate_cache() local 1778 advance_input_offset (intmax_t offset) in advance_input_offset() 1802 off_t offset; in skip() local 1929 off_t offset; in advance_input_after_read_error() local 2416 off_t offset; in main() local
|
D | tac.c | 307 size_t offset = sentinel_length ? sentinel_length : 1; in tac_seekable() local
|
D | shred.c | 368 off_t offset = lseek (fd, 0, SEEK_SET); in dorewind() local 398 off_t offset; /* Current file position */ in dopass() local
|
D | csplit.c | 51 intmax_t offset; /* Offset from regexp to split at. */ member 580 idx_t offset; /* How far into the buffer the line is. */ in find_line() local
|
D | head.c | 224 elseek (int fd, off_t offset, int whence, char const *filename) in elseek()
|
D | stty.c | 386 size_t offset; /* Offset in c_cc. */ member
|
D | od.c | 1324 parse_old_offset (char const *s, uintmax_t *offset) in parse_old_offset()
|
D | tail.c | 478 xlseek (int fd, off_t offset, int whence, char const *filename) in xlseek()
|
D | copy.c | 234 punch_hole (int fd, off_t offset, off_t length) in punch_hole()
|
D | sort.c | 2276 mark_key (size_t offset, size_t width) in mark_key() 2354 size_t offset = debug_width (text, beg); in debug_key() local
|