Home
last modified time | relevance | path

Searched refs:s_filesize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dstreams.c167 cur_strp->s_filesize = buf.st_size; in stream_stat_chain()
215 str->s_filesize > 0 && in stream_open_for_read()
216 str->s_filesize < SSIZE_MAX) { in stream_open_for_read()
227 str->s_buffer = mmap(0, str->s_filesize, PROT_READ, in stream_open_for_read()
231 str->s_buffer_size = str->s_filesize; in stream_open_for_read()
H A Dstreams_mmap.c167 if (str->s_filesize == 0 || in stream_mmap_eos()
H A Dtypes.h214 off_t s_filesize; member
H A Dutility.c223 strp->s_filesize > 0) { in establish_output_guard()
225 output_guard_size = strp->s_filesize; in establish_output_guard()