Searched refs:nfile (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c419 struct line *nfile[2], *sfile[2]; local
431 nfile[i] = xmalloc((sz + 3) * sizeof(nfile[i][0]));
437 /* We could zalloc nfile, but then zalloc starts showing in gprof at ~1% */
438 nfile[i][0].offset = 0;
452 nfile[i] = xrealloc(nfile[i], (sz + 3) * sizeof(nfile[i][0]));
455 nfile[i][nlen[i]].value = hash & INT_MAX;
457 nfile[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c419 struct line *nfile[2], *sfile[2]; local
431 nfile[i] = xmalloc((sz + 3) * sizeof(nfile[i][0]));
437 /* We could zalloc nfile, but then zalloc starts showing in gprof at ~1% */
438 nfile[i][0].offset = 0;
452 nfile[i] = xrealloc(nfile[i], (sz + 3) * sizeof(nfile[i][0]));
455 nfile[i][nlen[i]].value = hash & INT_MAX;
457 nfile[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c419 struct line *nfile[2], *sfile[2]; local
431 nfile[i] = xmalloc((sz + 3) * sizeof(nfile[i][0]));
437 /* We could zalloc nfile, but then zalloc starts showing in gprof at ~1% */
438 nfile[i][0].offset = 0;
452 nfile[i] = xrealloc(nfile[i], (sz + 3) * sizeof(nfile[i][0]));
455 nfile[i][nlen[i]].value = hash & INT_MAX;
457 nfile[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dash.c589 /* nfile and ndup layout must match!
593 struct nfile { struct
634 struct nfile nfile; member in union:node
921 for (np = cmd->ncmd.redirect; np; np = np->nfile.next) {
925 switch (np->nfile.type) {
938 if (np->nfile.fd != dftfd)
939 fprintf(fp, "%d", np->nfile.fd);
941 if (np->nfile.type == NTOFD || np->nfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dash.c589 /* nfile and ndup layout must match!
593 struct nfile { struct
634 struct nfile nfile; member in union:node
921 for (np = cmd->ncmd.redirect; np; np = np->nfile.next) {
925 switch (np->nfile.type) {
938 if (np->nfile.fd != dftfd)
939 fprintf(fp, "%d", np->nfile.fd);
941 if (np->nfile.type == NTOFD || np->nfile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dash.c589 /* nfile and ndup layout must match!
593 struct nfile { struct
634 struct nfile nfile; member in union:node
921 for (np = cmd->ncmd.redirect; np; np = np->nfile.next) {
925 switch (np->nfile.type) {
938 if (np->nfile.fd != dftfd)
939 fprintf(fp, "%d", np->nfile.fd);
941 if (np->nfile.type == NTOFD || np->nfile
[all...]

Completed in 125 milliseconds