open_history_file
n = open_history_file(name, O_WRONLY|O_CREAT|O_APPEND|O_CLOEXEC);
fd = open_history_file(file, O_WRONLY|O_CREAT|O_TRUNC);