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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c1299 int nonstdoutfd; local
1317 nonstdoutfd = mkstemp(G.outname);
1318 if (-1 == nonstdoutfd)
1320 G.nonstdout = fdopen(nonstdoutfd, "w");
1325 fchmod(nonstdoutfd, statbuf.st_mode);

Completed in 184 milliseconds