Searched refs:append_file (Results 1 – 1 of 1) sorted by relevance
128 static bool append_file; variable1220 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),2560 mode = append_file ? "a" : "w"; in cmd_stat()2572 mode = append_file ? "a" : "w"; in cmd_stat()