Home
last modified time | relevance | path

Searched defs:zstring (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dawk.c221 struct zstring { struct
222 int refcnt;
223 unsigned size;
224 unsigned capacity;
225 char str[]; // C99 flexible array member