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

  /src/usr.bin/error/
touch.c 639 FILE *localfile; local in function:writetouched
664 localfile = NULL;
666 if ((localfile = fopen(o_name, "w")) == NULL) {
675 oktorm = mustoverwrite(localfile, temp);
676 if (localfile != NULL)
677 fclose(localfile);
touch.c 639 FILE *localfile; local in function:writetouched
664 localfile = NULL;
666 if ((localfile = fopen(o_name, "w")) == NULL) {
675 oktorm = mustoverwrite(localfile, temp);
676 if (localfile != NULL)
677 fclose(localfile);

Completed in 75 milliseconds