Home
last modified time | relevance | path

Searched refs:convert_string (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libc/stdio/
HDvfwscanf.c240 convert_string(FILE *fp, char * mbp, int width, locale_t locale) in convert_string() function
708 nr = convert_string(fp, GETARG(char *), width, in __vfwscanf()
HDvfscanf.c252 convert_string(FILE *fp, char * p, int width) in convert_string() function
724 nr = convert_string(fp, GETARG(char *), width); in __svfscanf()
/NextBSD/contrib/gcc/
HDChangeLog-1998724 * cpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.
HDChangeLog-199919916 (convert_string): Removed.