Searched refs:rst_opendir (Results 1 – 3 of 3) sorted by relevance
84 void *rst_opendir(const char *);
100 arglist.glob.gl_opendir = rst_opendir; in runcmdshell()503 if ((dirp = rst_opendir(name)) == NULL) { in printlist()523 if ((dirp = rst_opendir(name)) == NULL) in printlist()
489 rst_opendir(const char *name) in rst_opendir() function