Home
last modified time | relevance | path

Searched refs:rdcount (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dsh.c301 int fd, here = 0, rdcount = 0, *rd = 0, *rr, hfd = 0; in run_command() local
347 if (!(rdcount&31)) { in run_command()
349 rd = xrealloc(rd, (2*rdcount+3+2*32)*sizeof(int *)); in run_command()
352 rr = rd+3+rdcount; in run_command()
384 rdcount++; in run_command()
403 rdcount++; in run_command()
422 rdcount++; in run_command()
451 rdcount++; in run_command()
455 if (!(31&++rdcount)) rd = xrealloc(rd, (2*rdcount+66)*sizeof(int *)); in run_command()
456 rr = rd+3+rdcount; in run_command()
[all …]