Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c81 static int readspace(char *spacefile, int *error);
84 dockspace(char *spacefile) in dockspace() argument
103 if (readmap(&error) || readspace(spacefile, &error)) in dockspace()
357 readspace(char *spacefile, int *error) in readspace() argument
364 if (spacefile == NULL) in readspace()
367 if ((fp = fopen(spacefile, "r")) == NULL) { in readspace()
368 progerr(gettext("unable to open spacefile %s"), spacefile); in readspace()
H A Dpkginstall.h100 extern int dockspace __P((char *spacefile));