Searched refs:rst_opendir (Results 1 – 3 of 3) sorted by relevance
86 RST_DIR *rst_opendir(const char *);
104 arglist.glob.gl_opendir = (void *)rst_opendir; in runcmdshell()515 if ((dirp = rst_opendir(name)) == NULL) { in printlist()535 if ((dirp = rst_opendir(name)) == NULL) in printlist()
512 rst_opendir(const char *name) in rst_opendir() function