Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/restore/
HDdirs.c109 static RST_DIR *dirp;
117 static RST_DIR *opendirfile(const char *);
121 static void rst_seekdir(RST_DIR *, long, long);
122 static long rst_telldir(RST_DIR *);
436 rst_seekdir(RST_DIR *dirp, long loc, long base) in rst_seekdir()
454 rst_readdir(RST_DIR *dirp) in rst_readdir()
497 RST_DIR *dirp; in rst_opendir()
515 RST_DIR *dirp; in rst_closedir()
527 rst_telldir(RST_DIR *dirp) in rst_telldir()
536 static RST_DIR *
[all …]
HDextern.h86 struct direct *rst_readdir(RST_DIR *);
HDrestore.h130 typedef struct rstdirdesc RST_DIR; typedef
HDinteractive.c502 RST_DIR *dirp; in printlist()