Searched refs:current_position (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sort/common/ |
H A D | streams_wide.c | 53 wchar_t *current_position; in stream_wide_prime() local 91 current_position = (wchar_t *)str->s_buffer; in stream_wide_prime() 98 (void) fgetws(current_position, end_of_buffer in stream_wide_prime() 99 - current_position, BF->s_fp); in stream_wide_prime() 106 str->s_current.l_data.wp = current_position; in stream_wide_prime() 107 next_nl = xmemwchar(current_position, L'\n', end_of_buffer - in stream_wide_prime() 108 current_position); in stream_wide_prime() 111 str->s_current.l_data_length = MIN(wslen(current_position), in stream_wide_prime() 112 end_of_buffer - current_position); in stream_wide_prime() 114 str->s_current.l_data_length = next_nl - current_position; in stream_wide_prime()
|
H A D | streams_stdio.c | 83 char *current_position; in stream_stdio_prime() local 134 current_position = (char *)str->s_buffer; in stream_stdio_prime() 139 (void) fgets(current_position, end_of_buffer - current_position, in stream_stdio_prime() 147 str->s_current.l_data.sp = current_position; in stream_stdio_prime() 152 if ((next_nl = memchr(current_position, '\n', in stream_stdio_prime() 153 end_of_buffer - current_position)) == NULL) { in stream_stdio_prime() 155 str->s_current.l_data_length = MIN(strlen(current_position), in stream_stdio_prime() 156 end_of_buffer - current_position); in stream_stdio_prime() 158 str->s_current.l_data_length = next_nl - current_position; in stream_stdio_prime()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sortctrl.c | 357 const char *current_position = NULL; in ldap_create_sort_keylist() local 380 current_position = string_rep; in ldap_create_sort_keylist() 383 if (0 != (retval = read_next_token(¤t_position,&(pointer_array[i])))) { in ldap_create_sort_keylist()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | wscons.c | 1265 char *current_position; in wconsout() local 1275 current_position = &obuf[0]; in wconsout() 1304 *current_position++ = *cp++; in wconsout()
|