H A D | triostr.c | 167 Append @p source at the end of @p target. 170 @param source Source string. 174 contain the @p target string and @p source string. 181 TRIO_ARGS2((target, source), 183 TRIO_CONST char *source) 186 assert(source); 188 return (strcat(target, source) != NULL); 194 Append at most @p max characters from @p source to @p target. 198 @param source Source string. 202 contain the @p target string and the @p source strin 180 trio_append(target, source), char *target, TRIO_CONST char *source argument 209 trio_append_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument 268 trio_copy(target, source), char *target, TRIO_CONST char *source argument 297 trio_copy_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument 317 TrioDuplicateMax(source, size), TRIO_CONST char *source, size_t size argument 346 trio_duplicate(source), TRIO_CONST char *source argument 365 trio_duplicate_max(source, max), TRIO_CONST char *source, size_t max argument 829 trio_span_function(target, source, Function), char *target, TRIO_CONST char *source, int (*Function) TRIO_PROTO((int)) argument 961 trio_to_long_double(source, endp), TRIO_CONST char *source, char **endp argument 1096 trio_to_double(source, endp), TRIO_CONST char *source, char **endp argument 1119 trio_to_float(source, endp), TRIO_CONST char *source, char **endp argument 1162 trio_to_lower(source), int source argument 1211 trio_to_upper(source), int source argument [all...] |