Home
last modified time | relevance | path

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

/freebsd/include/
H A Diconv.h43 typedef bool __iconv_bool; typedef
45 typedef _Bool __iconv_bool; typedef
47 typedef int __iconv_bool; typedef
62 int __iconv_get_list(char ***, size_t *, __iconv_bool);
/freebsd/lib/libc/iconv/
H A D__iconv_get_list.c34 __iconv_get_list(char ***a, size_t *b, __iconv_bool c) in __iconv_get_list()
H A Diconv-internal.h35 int __bsd___iconv_get_list(char ***, size_t *, __iconv_bool);
H A Diconv_compat.c53 __iconv_get_list_compat(char ***a, size_t *b, __iconv_bool c) in __iconv_get_list_compat()