Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dpatch.c103 long oldline, oldlen, newline, newlen; member
367 long newlen = newlen; /* for compiler */ in patch_main() local
Dpatch_toybox.c230 long oldline, oldlen, newline, newlen, linenum; member
/busybox-1.35.0/shell/
Dash.c1719 size_t newlen; in growstackblock() local
1792 makestrspace(size_t newlen, char *p) in makestrspace()