#include <sys/types.h>
Go to the source code of this file.
|
int | stralloc_ready (stralloc *sa, size_t len) |
|
int | stralloc_readyplus (stralloc *sa, size_t len) |
|
int | stralloc_copy (stralloc *, stralloc *) |
|
int | stralloc_cat (stralloc *, stralloc *) |
|
int | stralloc_copys (stralloc *, const char *) |
|
int | stralloc_cats (stralloc *, const char *) |
|
int | stralloc_copyb (stralloc *, const char *, unsigned int) |
|
int | stralloc_catb (stralloc *, const char *, unsigned int) |
|
int | stralloc_append (stralloc *sa, const char *in) |
|
int | stralloc_starts (stralloc *, const char *) |
|
int | stralloc_catulong0 (stralloc *, unsigned long, unsigned int) |
|
int | stralloc_catlong0 (stralloc *, long, unsigned int) |
|
void | stralloc_free (stralloc *) |
|
◆ stralloc_0
Value:
int stralloc_append(stralloc *sa, const char *in)
Definition at line 37 of file stralloc.h.
◆ stralloc_catint
#define stralloc_catint |
( |
| sa, |
|
|
| i ) |
Value:
int stralloc_catlong0(stralloc *, long, unsigned int)
Definition at line 47 of file stralloc.h.
◆ stralloc_catint0
#define stralloc_catint0 |
( |
| sa, |
|
|
| i, |
|
|
| n ) |
◆ stralloc_catlong
#define stralloc_catlong |
( |
| sa, |
|
|
| l ) |
◆ stralloc_catuint0
#define stralloc_catuint0 |
( |
| sa, |
|
|
| i, |
|
|
| n ) |
Value:
int stralloc_catulong0(stralloc *, unsigned long, unsigned int)
Definition at line 45 of file stralloc.h.
◆ stralloc
typedef struct stralloc stralloc |
◆ stralloc_append()
int stralloc_append |
( |
stralloc * | sa, |
|
|
const char * | in ) |
|
extern |
◆ stralloc_cat()
◆ stralloc_catb()
int stralloc_catb |
( |
stralloc * | sa, |
|
|
const char * | s, |
|
|
unsigned int | n ) |
|
extern |
◆ stralloc_catlong0()
int stralloc_catlong0 |
( |
stralloc * | sa, |
|
|
long | l, |
|
|
unsigned int | n ) |
|
extern |
◆ stralloc_cats()
int stralloc_cats |
( |
stralloc * | sa, |
|
|
const char * | s ) |
|
extern |
◆ stralloc_catulong0()
int stralloc_catulong0 |
( |
stralloc * | sa, |
|
|
unsigned long | u, |
|
|
unsigned int | n ) |
|
extern |
◆ stralloc_copy()
◆ stralloc_copyb()
int stralloc_copyb |
( |
stralloc * | sa, |
|
|
const char * | s, |
|
|
unsigned int | n ) |
|
extern |
◆ stralloc_copys()
int stralloc_copys |
( |
stralloc * | sa, |
|
|
const char * | s ) |
|
extern |
◆ stralloc_free()
◆ stralloc_ready()
int stralloc_ready |
( |
stralloc * | sa, |
|
|
size_t | len ) |
|
extern |
◆ stralloc_readyplus()
int stralloc_readyplus |
( |
stralloc * | sa, |
|
|
size_t | len ) |
|
extern |
◆ stralloc_starts()
int stralloc_starts |
( |
stralloc * | sa, |
|
|
const char * | s ) |
|
extern |