H A D | triostr.c | 1526 @param other Dynamic string to copy from. 1531 TRIO_ARGS2((self, other), 1533 trio_string_t *other) 1538 assert(other); 1540 length = self->length + other->length; 1543 trio_copy(&self->content[self->length], other->content); 1559 TRIO_ARGS2((self, other), 1561 TRIO_CONST char *other) 1566 assert(other); 1568 length = self->length + trio_length(other); 1530 trio_string_append(self, other), trio_string_t *self, trio_string_t *other argument 1558 trio_xstring_append(self, other), trio_string_t *self, TRIO_CONST char *other argument 1615 trio_string_contains(self, other), trio_string_t *self, trio_string_t *other argument 1633 trio_xstring_contains(self, other), trio_string_t *self, TRIO_CONST char *other argument 1651 trio_string_copy(self, other), trio_string_t *self, trio_string_t *other argument 1670 trio_xstring_copy(self, other), trio_string_t *self, TRIO_CONST char *other argument 1689 trio_string_duplicate(other), trio_string_t *other argument 1720 trio_xstring_duplicate(other), TRIO_CONST char *other argument 1751 trio_string_equal(self, other), trio_string_t *self, trio_string_t *other argument 1769 trio_xstring_equal(self, other), trio_string_t *self, TRIO_CONST char *other argument 1787 trio_string_equal_max(self, max, other), trio_string_t *self, size_t max, trio_string_t *other argument 1806 trio_xstring_equal_max(self, max, other), trio_string_t *self, size_t max, TRIO_CONST char *other argument 1825 trio_string_equal_case(self, other), trio_string_t *self, trio_string_t *other argument 1843 trio_xstring_equal_case(self, other), trio_string_t *self, TRIO_CONST char *other argument 1861 trio_string_equal_case_max(self, max, other), trio_string_t *self, size_t max, trio_string_t *other argument 1880 trio_xstring_equal_case_max(self, max, other), trio_string_t *self, size_t max, TRIO_CONST char *other argument 1988 trio_string_match(self, other), trio_string_t *self, trio_string_t *other argument 2006 trio_xstring_match(self, other), trio_string_t *self, TRIO_CONST char *other argument 2024 trio_string_match_case(self, other), trio_string_t *self, trio_string_t *other argument 2042 trio_xstring_match_case(self, other), trio_string_t *self, TRIO_CONST char *other argument 2060 trio_string_substring(self, other), trio_string_t *self, trio_string_t *other argument 2078 trio_xstring_substring(self, other), trio_string_t *self, TRIO_CONST char *other argument [all...] |