Lines Matching refs:source
45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_t max));
77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
80 TRIO_STRING_PUBLIC float trio_to_float TRIO_PROTO((const char *source, char **endp));
81 TRIO_STRING_PUBLIC int trio_to_lower TRIO_PROTO((int source));
82 TRIO_STRING_PUBLIC unsigned long trio_to_unsigned_long TRIO_PROTO((const char *source, char **endp, int base));