Searched refs:GROWBY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxreadlink.c15 enum { GROWBY = 80 }; /* how large we will grow strings by */ enumerator in enum:__anon19853
21 buf = xrealloc(buf, bufsize += GROWBY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c330 #define GROWBY (256) macro
936 i = nregio >= GROWBY ? nregio : GROWBY;

Completed in 180 milliseconds