MCPcopy Create free account
hub / github.com/Entware/Entware / new_string

Function new_string

scripts/config/lexer.lex.c:2303–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301static void zconf_endfile(void);
2302
2303static void new_string(void)
2304{
2305 text = xmalloc(START_STRSIZE);
2306 text_asize = START_STRSIZE;
2307 text_size = 0;
2308 *text = 0;
2309}
2310
2311static void append_string(const char *str, int size)
2312{

Callers 3

lexer.lex.cFile · 0.85
expand_tokenFunction · 0.85
zconf_starthelpFunction · 0.85

Calls 1

xmallocFunction · 0.85

Tested by

no test coverage detected