Searched defs:spacefile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c77 static int readspace(char *spacefile, int *error);
80 dockspace(char *spacefile) argument
99 if (readmap(&error) || readspace(spacefile, &error))
353 readspace(char *spacefile, int *error) argument
360 if (spacefile == NULL)
363 if ((fp = fopen(spacefile, "r")) == NULL) {
364 progerr(gettext("unable to open spacefile %s"), spacefile);

Completed in 80 milliseconds