Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h221 extern RST_DIR *rst_opendir(char *);
285 extern RST_DIR *rst_opendir();
H A Dinteractive.c635 if ((dirp = rst_opendir(name)) == NULL) { in printlist()
H A Ddirs.c521 rst_opendir(char *name) in rst_opendir() function
H A Dutilities.c866 if ((dirp = rst_opendir(s)) != NULL) in expand()