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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmkinit.c56 * to the file OUTTEMP, which is then moved to OUTFILE.
60 #define OUTTEMP "init.c.new" macro
160 rename(OUTTEMP, OUTFILE);
356 * Write the output to the file OUTTEMP.
366 fp = ckfopen(OUTTEMP, "w");

Completed in 71 milliseconds