Searched refs:current_position (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sort/ |
H A D | streams_wide.c | 51 wchar_t *current_position; in stream_wide_prime() local 89 current_position = (wchar_t *)str->s_buffer; in stream_wide_prime() 96 (void) fgetws(current_position, end_of_buffer in stream_wide_prime() 97 - current_position, BF->s_fp); in stream_wide_prime() 104 str->s_current.l_data.wp = current_position; in stream_wide_prime() 105 next_nl = xmemwchar(current_position, L'\n', end_of_buffer - in stream_wide_prime() 106 current_position); in stream_wide_prime() 109 str->s_current.l_data_length = MIN(wslen(current_position), in stream_wide_prime() 110 end_of_buffer - current_position); in stream_wide_prime() 112 str->s_current.l_data_length = next_nl - current_position; in stream_wide_prime()
|
H A D | streams_stdio.c | 81 char *current_position; in stream_stdio_prime() local 132 current_position = (char *)str->s_buffer; in stream_stdio_prime() 137 (void) fgets(current_position, end_of_buffer - current_position, in stream_stdio_prime() 145 str->s_current.l_data.sp = current_position; in stream_stdio_prime() 150 if ((next_nl = memchr(current_position, '\n', in stream_stdio_prime() 151 end_of_buffer - current_position)) == NULL) { in stream_stdio_prime() 153 str->s_current.l_data_length = MIN(strlen(current_position), in stream_stdio_prime() 154 end_of_buffer - current_position); in stream_stdio_prime() 156 str->s_current.l_data_length = next_nl - current_position; in stream_stdio_prime()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 355 const char *current_position = NULL; in ldap_create_sort_keylist() local 378 current_position = string_rep; in ldap_create_sort_keylist() 381 if (0 != (retval = read_next_token(¤t_position,&(pointer_array[i])))) { in ldap_create_sort_keylist()
|