Home
last modified time | relevance | path

Searched refs:distfile (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c33 char *distfile = NULL; variable
197 distfile = *++argv;
198 if (distfile[0] == '-' && distfile[1] == '\0')
384 if (distfile == NULL) {
388 fin = fopen(distfile, "r");
390 perror(distfile ? distfile : "distfile");