Home
last modified time | relevance | path

Searched refs:bytes_left_in_file (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc74 ((source->bytes_left_in_file <= 0) && in get_next_block_fn()
101 if (source->bytes_left_in_file > 0) { in get_next_block_fn()
106 to_read = source->bytes_left_in_file; in get_next_block_fn()
122 source->bytes_left_in_file = 0; in get_next_block_fn()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc278 source->bytes_left_in_file = in read_simple_file()
333 source->bytes_left_in_file = in read_simple_file()
394 source->bytes_left_in_file = 0; in read_simple_file()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h739 off_t bytes_left_in_file; member