Searched refs:TRIO_CONST (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/
H A Dtrio.h74 TRIO_CONST char *trio_strerror TRIO_PROTO((int));
80 int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...));
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
88 int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST cha
[all...]
H A Dtriostr.c104 static TRIO_CONST char rcsid[] = "@(#)$Id$";
159 TRIO_CONST char *string)
183 TRIO_CONST char *source)
213 TRIO_CONST char *source)
242 TRIO_CONST char *string,
243 TRIO_CONST char *substring)
271 TRIO_CONST char *source)
301 TRIO_CONST char *source)
319 TRIO_CONST char *source,
348 TRIO_CONST cha
[all...]
H A Dtrionan.c115 static TRIO_CONST char rcsid[] = "@(#)$Id$";
133 static TRIO_CONST double internalEndianMagic = 7.949928895127362e-275;
135 static TRIO_CONST double internalEndianMagic = 7.949928895127363e-275;
139 static TRIO_CONST unsigned char ieee_754_exponent_mask[] = {
144 static TRIO_CONST unsigned char ieee_754_mantissa_mask[] = {
149 static TRIO_CONST unsigned char ieee_754_sign_mask[] = {
154 static TRIO_CONST unsigned char ieee_754_negzero_array[] = {
159 static TRIO_CONST unsigned char ieee_754_infinity_array[] = {
164 static TRIO_CONST unsigned char ieee_754_qnan_array[] = {
179 TRIO_CONST unsigne
[all...]
H A Dtriodef.h131 # define TRIO_CONST macro
153 # define TRIO_CONST const macro
H A Dtriop.h90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
H A Dtriostr.h53 TRIO_STRING_PUBLIC TRIO_CONST char *trio_error TRIO_PROTO((int));
/external/libxslt/libxslt/
H A Dtrio.h74 TRIO_CONST char *trio_strerror TRIO_PROTO((int));
80 int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...));
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
88 int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST cha
[all...]
H A Dtriodef.h129 # define TRIO_CONST macro
151 # define TRIO_CONST const macro

Completed in 59 milliseconds