rst_opendir
if ((dirp = rst_opendir(name)) == NULL) {
extern RST_DIR *rst_opendir(char *);
extern RST_DIR *rst_opendir();
if ((dirp = rst_opendir(s)) != NULL)