Home
last modified time | relevance | path

Searched refs:util_opendir (Results 1 – 11 of 11) sorted by relevance

/dports/net/fspd/fsp-2.8.1b29/include/
H A Dc_extern.h35 RDIR *util_opendir (char *);
/dports/net/fspd/fsp-2.8.1b29/client/
H A Dutil.c506 RDIR *util_opendir (char * path) in util_opendir() function
648 if( (drp = util_opendir(ppath)) ) in util_stat()
752 if ((rdir = util_opendir(path))) { in util_process_file()
/dports/net/fspclient/fspclient-0.93.1/include/
H A Dclient.h116 extern RDIR *util_opendir(char *path);
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h258 extern DIR *util_opendir(char *);
H A Dappenv.h256 #define OPENDIR util_opendir
H A Dutil.c3662 util_opendir(char *path) in util_opendir() function
/dports/net/fspd/fsp-2.8.1b29/bsd_src/
H A Dglob.c273 dirp = util_opendir(gpath); in matchdir()
H A Dls.c84 if (!(dirp = util_opendir("."))) { in tabdir()
/dports/net/fspclient/fspclient-0.93.1/client/
H A Dutil.c845 util_opendir(char *path) in util_opendir() function
955 if ((drp = util_opendir(ppath))) in util_stat()
1274 if ((rdir = util_opendir(path))) in util_process_file()
H A Dglob.c551 return (VOIDDIR*)util_opendir(dirname); in my_opendir()
/dports/net/fspclient/fspclient-0.93.1/bsd/
H A Dls.c494 if (!(dirp = util_opendir("."))) { in tabdir()