Lines Matching defs:s
54 stralloc_reset( stralloc_t* s ) in stralloc_reset()
63 stralloc_ready( stralloc_t* s, unsigned int len ) in stralloc_ready()
85 stralloc_readyplus( stralloc_t* s, unsigned int len ) in stralloc_readyplus()
98 stralloc_copy( stralloc_t* s, stralloc_t* from ) in stralloc_copy()
106 stralloc_append( stralloc_t* s, stralloc_t* from ) in stralloc_append()
114 stralloc_add_c( stralloc_t* s, int c ) in stralloc_add_c()
120 stralloc_add_str( stralloc_t* s, const char* str ) in stralloc_add_str()
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_bytes()
134 stralloc_cstr( stralloc_t* s ) in stralloc_cstr()
142 stralloc_lstrip( stralloc_t* s ) in stralloc_lstrip()
158 stralloc_rstrip( stralloc_t* s ) in stralloc_rstrip()
169 stralloc_strip( stralloc_t* s ) in stralloc_strip()
176 stralloc_to_tempstr( stralloc_t* s ) in stralloc_to_tempstr()
186 stralloc_formatv( stralloc_t* s, const char* fmt, va_list args ) in stralloc_formatv()
214 stralloc_format( stralloc_t* s, const char* fmt, ... ) in stralloc_format()
223 stralloc_add_formatv( stralloc_t* s, const char* fmt, va_list args ) in stralloc_add_formatv()
232 stralloc_add_format( stralloc_t* s, const char* fmt, ... ) in stralloc_add_format()
241 stralloc_add_quote_c( stralloc_t* s, int c ) in stralloc_add_quote_c()
247 stralloc_add_quote_str( stralloc_t* s, const char* str ) in stralloc_add_quote_str()
253 stralloc_add_quote_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_quote_bytes()
278 stralloc_add_hex( stralloc_t* s, unsigned value, int num_digits ) in stralloc_add_hex()
295 stralloc_add_hexdump( stralloc_t* s, void* base, int size, const char* prefix ) in stralloc_add_hexdump()