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

/freebsd-11-stable/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-11-stable/lib/libc/stdio/
H A Dvfwscanf.c141 convert_char(FILE *fp, char * mbp, int width, locale_t locale) function
673 nr = convert_char(fp, GETARG(char *), width,
H A Dvfscanf.c128 convert_char(FILE *fp, char * p, int width) function
691 nr = convert_char(fp, GETARG(char *), width);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h49 char __ovld __cnfn convert_char(char);
59 char __ovld __cnfn convert_char(uchar);
69 char __ovld __cnfn convert_char(short);
79 char __ovld __cnfn convert_char(ushort);
89 char __ovld __cnfn convert_char(int);
99 char __ovld __cnfn convert_char(uint);
109 char __ovld __cnfn convert_char(long);
119 char __ovld __cnfn convert_char(ulong);
129 char __ovld __cnfn convert_char(float);
4636 char __ovld __cnfn convert_char(doubl
[all...]

Completed in 79 milliseconds