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

  /src/distrib/utils/more/
command.c 522 editfile();
577 editfile() function in typeref:typename:void
  /src/bin/sh/
histedit.c 621 char editfile[MAXPATHLEN + 1]; local in function:histcmd
688 editfile[0] = '\0';
696 if (*editfile) {
699 editfile));
700 unlink(editfile);
815 snprintf(editfile, sizeof(editfile),
817 if ((fd = mkstemp(editfile)) < 0)
818 error("can't create temporary file %s", editfile);
824 " fd=%d\n", editfile, fd))
    [all...]

Completed in 12 milliseconds