Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Ddirs.c103 static RST_DIR *dirp;
111 static RST_DIR *opendirfile(const char *);
115 static void rst_seekdir(RST_DIR *, long, long);
116 static long rst_telldir(RST_DIR *);
431 rst_seekdir(RST_DIR *dirp, long loc, long base) in rst_seekdir()
449 rst_readdir(RST_DIR *dirp) in rst_readdir()
492 RST_DIR *dirp; in rst_opendir()
510 RST_DIR *dirp; in rst_closedir()
522 rst_telldir(RST_DIR *dirp) in rst_telldir()
531 static RST_DIR *
[all …]
H A Drestore.h129 typedef struct rstdirdesc RST_DIR; typedef
H A Dextern.h85 struct direct *rst_readdir(RST_DIR *);
H A Dinteractive.c495 RST_DIR *dirp; in printlist()