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

  /src/libexec/httpd/
Makefile 93 # Create a distfile: uses /tmp
96 export-distfile:
  /src/usr.bin/rdist/
main.c 60 char *distfile = NULL; variable in typeref:typename:char *
121 distfile = *++argv;
122 if (distfile[0] == '-' && distfile[1] == '\0')
216 if (distfile == NULL) {
217 if ((fin = fopen("distfile","r")) == NULL)
218 fin = fopen("Distfile", "r");
220 fin = fopen(distfile, "r");
222 perror(distfile ? distfile : "distfile")
    [all...]

Completed in 11 milliseconds