Home
last modified time | relevance | path

Searched refs:TRIO_CONST (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
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 char *format, void **args));
[all …]
Dtriostr.c110 static TRIO_CONST char rcsid[] = "@(#)$Id$";
165 TRIO_CONST char *string)
189 TRIO_CONST char *source)
219 TRIO_CONST char *source)
248 TRIO_CONST char *string,
249 TRIO_CONST char *substring)
277 TRIO_CONST char *source)
307 TRIO_CONST char *source)
325 TRIO_CONST char *source,
354 TRIO_CONST char *source)
[all …]
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 unsigned char *values)
[all …]
Dtrio.c756 static TRIO_CONST char rcsid[] = "@(#)$Id$";
764 static TRIO_CONST trio_long_double_t ___dummy_long_double = 0;
767 static TRIO_CONST char internalNullString[] = "(nil)";
784 static TRIO_CONST char internalDigitsLower[] = "0123456789abcdefghijklmnopqrstuvwxyz";
785 static TRIO_CONST char internalDigitsUpper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
821 TRIO_CONST char character)
1006 TRIO_CONST char *format,
1039 TRIO_CONST char *name,
1184 TRIO_CONST char *format,
2198 TRIO_CONST char *digits;
[all …]
Dtriodef.h137 # define TRIO_CONST macro
159 # define TRIO_CONST const macro
Dtriop.h90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
Dtriostr.h53 TRIO_STRING_PUBLIC TRIO_CONST char *trio_error TRIO_PROTO((int));