HomeSort by: relevance | last modified time | path
    Searched defs:open_history_file (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
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);
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);

Completed in 55 milliseconds