Searched refs:append_file (Results 1 – 2 of 2) sorted by relevance
136 static bool append_file; variable 2534 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), in cmd_stat() 2733 mode = append_file ? "a" : "w"; in cmd_stat() 2746 mode = append_file ? "a" : "w"; in cmd_stat()
316 static int append_file(const char *path);434 err = append_file(arg); in parse_arg()771 static int append_file(const char *path) in append_file() function804 err = append_file(buf); in append_file_from_file()