Searched refs:local_mbtowc (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | mbchar.h | 34 extern int local_mbtowc PARAMS ((wchar_t *, const char *, size_t));
|
H A D | mbchar.c | 95 local_mbtowc (pwc, s, n) in local_mbtowc() function 303 return local_mbtowc (NULL, s, n);
|
H A D | cpplex.c | 317 (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 D | c-lex.c | 965 (void) local_mbtowc (NULL, NULL, 0); 974 char_len = local_mbtowc (&wc, (const char *) p, limit - p);
|
H A D | ChangeLog.2 | 5965 * 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*.
|