Home
last modified time | relevance | path

Searched refs:graft_pt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_wide.c130 wchar_t *graft_pt; in stream_wide_fetch() local
136 graft_pt = str->s_current.l_data.wp + str->s_current.l_data_length + 1; in stream_wide_fetch()
139 str->s_current.l_data.wp = graft_pt; in stream_wide_fetch()
141 graft_pt--; in stream_wide_fetch()
143 dist_to_buf_end = str->s_buffer_size / sizeof (wchar_t) - (graft_pt - in stream_wide_fetch()
151 if (fgetws(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) { in stream_wide_fetch()
H A Dstreams_stdio.c177 char *graft_pt, *next_nl; in stream_stdio_fetch() local
183 graft_pt = str->s_current.l_data.sp + str->s_current.l_data_length + 1; in stream_stdio_fetch()
189 str->s_current.l_data.sp = graft_pt; in stream_stdio_fetch()
196 graft_pt--; in stream_stdio_fetch()
199 dist_to_buf_end = str->s_buffer_size - (graft_pt - in stream_stdio_fetch()
215 if (fgets(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) { in stream_stdio_fetch()