Searched refs:convert_char (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dcharset.c152 int (*convert_char) (void *baton, int from, int *to);
880 t->convert_char = table_convert_char;
975 if (! h2t || ! h2t->convert_char)
982 if (! t2h || ! t2h->convert_char)
1010 if (h2t && h2t->convert_char)
1012 host_char_to_target_func = h2t->convert_char;
1023 if (t2h && t2h->convert_char)
1025 target_char_to_host_func = t2h->convert_char;
150 int (*convert_char) (void *baton, int from, int *to); member in struct:translation
/freebsd-10.2-release/lib/libc/stdio/
H A Dvfscanf.c128 convert_char(FILE *fp, char * p, int width) function
691 nr = convert_char(fp, GETARG(char *), width);
H A Dvfwscanf.c141 convert_char(FILE *fp, char * mbp, int width, locale_t locale) function
673 nr = convert_char(fp, GETARG(char *), width,

Completed in 55 milliseconds