HomeSort by relevance Sort by last modified time
    Searched refs:TRIO_CONST (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
trio.h 74 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...]
triostr.c 110 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...]
trionan.c 115 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...]
triodef.h 137 # define TRIO_CONST
159 # define TRIO_CONST const
triop.h 90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
triostr.h 53 TRIO_STRING_PUBLIC TRIO_CONST char *trio_error TRIO_PROTO((int));

Completed in 63 milliseconds