histedit.c | 442 open_history_file(const char *name, int mode) function in typeref:typename:int 449 VTRACE(DBG_HISTORY, ("open_history_file(\"%s\", %#x) -> %d\n", 481 n = open_history_file(name, O_WRONLY|O_CREAT|O_APPEND|O_CLOEXEC); 548 fd = open_history_file(file, O_WRONLY|O_CREAT|O_TRUNC);
|