Searched refs:gl_opendir (Results 1 – 19 of 19) sorted by relevance
110 gl_opendir(const char *dir) in gl_opendir() function203 gl.gl_opendir = gl_opendir; in run()
56 void *(*gl_opendir)(const char *); member
972 return ((*pglob->gl_opendir)(buf)); in g_opendir()
1004 return ((*pglob->gl_opendir)(buf)); in g_opendir()
56 void *(*gl_opendir) (const char *); member
63 void *(*gl_opendir)(const char *); member
73 void *(*gl_opendir)(const char *); member
1009 return((*pglob->gl_opendir)(buf));
145 pglob->gl_opendir = fudge_opendir; in sftp_glob()
73 void *(*gl_opendir) (const char *);
769 return((*pglob->gl_opendir)(buf)); in g_opendir()
399 void *(*gl_opendir)(const char *); member
421 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
811 void *(*gl_opendir)(const char *);810 void *(*gl_opendir)(const char *); global() member
1037 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
390 void *(*gl_opendir)(const char *); member
2330 return pglob_copy->gl_opendir(s);2361 Swap(pglob->gl_opendir, glob_copy.gl_opendir);2370 Swap(pglob->gl_opendir, glob_copy.gl_opendir);2397 Swap(pglob->gl_opendir, glob_copy.gl_opendir);2406 Swap(pglob->gl_opendir, glob_copy.gl_opendir);
2534 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
100 arglist.glob.gl_opendir = rst_opendir; in runcmdshell()