Searched refs:end_of_buffer (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c54 wchar_t *end_of_buffer; local
93 end_of_buffer = (wchar_t *)((char *)str->s_buffer +
98 (void) fgetws(current_position, end_of_buffer
107 next_nl = xmemwchar(current_position, L'\n', end_of_buffer -
112 end_of_buffer - current_position);
H A Dstreams_stdio.c84 char *end_of_buffer; local
135 end_of_buffer = (char *)str->s_buffer + str->s_buffer_size;
139 (void) fgets(current_position, end_of_buffer - current_position,
153 end_of_buffer - current_position)) == NULL) {
156 end_of_buffer - current_position);

Completed in 3715 milliseconds