Searched refs:TRIO_PROTO (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | triostr.h | 45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source)); 46 TRIO_STRING_PUBLIC char *trio_create TRIO_PROTO((size_t size)); 47 TRIO_STRING_PUBLIC void trio_destroy TRIO_PROTO((char *string)); 48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source)); 49 TRIO_STRING_PUBLIC int trio_equal TRIO_PROTO((const char *first, const char *second)); 50 TRIO_STRING_PUBLIC int trio_equal_case TRIO_PROTO((const char *first, const char *second)); 51 TRIO_STRING_PUBLIC int trio_equal_locale TRIO_PROTO((const char *first, const char *second)); 52 TRIO_STRING_PUBLIC int trio_equal_max TRIO_PROTO((const char *first, size_t max, const char *second… 53 TRIO_STRING_PUBLIC TRIO_CONST char *trio_error TRIO_PROTO((int)); 54 TRIO_STRING_PUBLIC size_t trio_length TRIO_PROTO((const char *string)); [all …]
|
D | triop.h | 85 typedef int (*trio_callback_t) TRIO_PROTO((trio_pointer_t)); 87 trio_pointer_t trio_register TRIO_PROTO((trio_callback_t callback, const char *name)); 88 void trio_unregister TRIO_PROTO((trio_pointer_t handle)); 90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref)); 91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); 94 int trio_get_width TRIO_PROTO((trio_pointer_t ref)); 95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width)); 96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref)); 97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision)); 98 int trio_get_base TRIO_PROTO((trio_pointer_t ref)); [all …]
|
D | trio.h | 71 typedef int (*trio_outstream_t) TRIO_PROTO((trio_pointer_t, int)); 72 typedef int (*trio_instream_t) TRIO_PROTO((trio_pointer_t)); 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, ...)); [all …]
|
D | trionan.h | 38 TRIO_PUBLIC double trio_nan TRIO_PROTO((void)); 43 TRIO_PUBLIC double trio_pinf TRIO_PROTO((void)); 48 TRIO_PUBLIC double trio_ninf TRIO_PROTO((void)); 53 TRIO_PUBLIC double trio_nzero TRIO_PROTO((TRIO_NOARGS)); 58 TRIO_PUBLIC int trio_isnan TRIO_PROTO((double number)); 64 TRIO_PUBLIC int trio_isinf TRIO_PROTO((double number)); 71 TRIO_PUBLIC int trio_isfinite TRIO_PROTO((double number)); 73 TRIO_PUBLIC int trio_fpclassify TRIO_PROTO((double number)); 76 TRIO_PUBLIC int trio_signbit TRIO_PROTO((double number)); 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
|
D | triodef.h | 143 # define TRIO_PROTO(x) () macro 165 # define TRIO_PROTO(x) x macro
|
D | trionan.c | 815 void (*signal_handler) TRIO_PROTO((int)); in main()
|
D | triostr.c | 839 int (*Function) TRIO_PROTO((int)))
|
D | trio.c | 703 void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); 707 void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *)); 3429 void (*OutStream) TRIO_PROTO((trio_class_t *, int)), 6391 void (*InStream) TRIO_PROTO((trio_class_t *, int *)),
|