Home
last modified time | relevance | path

Searched refs:local_mbtowc (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmbchar.h34 extern int local_mbtowc PARAMS ((wchar_t *, const char *, size_t));
H A Dmbchar.c95 local_mbtowc (pwc, s, n) in local_mbtowc() function
303 return local_mbtowc (NULL, s, n);
H A Dcpplex.c317 (void) local_mbtowc (NULL, NULL, 0);
325 char_len = local_mbtowc (&wc, (const char *) buffer->cur,
649 (void) local_mbtowc (NULL, NULL, 0);
663 char_len = local_mbtowc (&wc, (const char *) buffer->cur,
1908 (void) local_mbtowc (NULL, NULL, 0);
1936 char_len = local_mbtowc (&wc, str, limit - str);
H A Dc-lex.c965 (void) local_mbtowc (NULL, NULL, 0);
974 char_len = local_mbtowc (&wc, (const char *) p, limit - p);
H A DChangeLog.25965 * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
5967 (local_mbtowc): Change the type of variable `i' from int to size_t.
5970 (local_mbtowc, local_mblen, literal_codeset): Constify a char*.