Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c58 static RST_DIR *dirp;
88 static offset_t rst_telldir(RST_DIR *);
499 static RST_DIR *
502 RST_DIR *dp; in rst_initdirfile()
506 return ((RST_DIR *)0); in rst_initdirfile()
509 return ((RST_DIR *)0); in rst_initdirfile()
520 RST_DIR *
532 return ((RST_DIR *)0); in rst_opendir()
540 rst_closedir(RST_DIR *cdirp) in rst_closedir()
550 rst_telldir(RST_DIR *tdirp) in rst_telldir()
[all …]
H A Drestore.h162 } RST_DIR; typedef
221 extern RST_DIR *rst_opendir(char *);
222 extern void rst_closedir(RST_DIR *);
223 extern struct direct *rst_readdir(RST_DIR *);
285 extern RST_DIR *rst_opendir();
H A Dinteractive.c632 RST_DIR *dirp; in printlist()
H A Dutilities.c830 RST_DIR *dirp; in expand()