Home
last modified time | relevance | path

Searched refs:to_end (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/libio/
Diofwide.c112 const wchar_t **from_stop, char *to_start, char *to_end, in __libio_codecvt_out() argument
123 codecvt->__cd_out.step_data.__outbufend = (unsigned char *) to_end; in __libio_codecvt_out()
165 wchar_t *to_start, wchar_t *to_end, wchar_t **to_stop) in __libio_codecvt_in() argument
175 codecvt->__cd_in.step_data.__outbufend = (unsigned char *) to_end; in __libio_codecvt_in()
/glibc-2.36/locale/programs/
Drepertoire.c389 char *to_end; in repertoire_new_char() local
442 || ((to_nr = strtoul (&to[prefix_len], &to_end, in repertoire_new_char()
445 || *to_end != '\0') in repertoire_new_char()
Dcharmap.c942 char *to_end; in charmap_new_char() local
1023 || ((to_nr = strtoul (&to[prefix_len], &to_end, in charmap_new_char()
1026 || *to_end != '\0') in charmap_new_char()