Searched refs:glob_t (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.c | 143 static int g_lstat(Char *, struct stat *, glob_t *); 144 static DIR *g_opendir(Char *, glob_t *); 147 static int g_stat(Char *, struct stat *, glob_t *); 148 static int glob0(const Char *, glob_t *, struct glob_lim *); 149 static int glob1(Char *, Char *, glob_t *, struct glob_lim *); 151 glob_t *, struct glob_lim *); 153 Char *, Char *, glob_t *, struct glob_lim *); 154 static int globextend(const Char *, glob_t *, struct glob_lim *, 157 globtilde(const Char *, Char *, size_t, glob_t *); 158 static int globexp1(const Char *, glob_t *, struct glob_lim *); [all …]
|
D | glob.h | 71 } glob_t; typedef 96 int glob(const char *, int, int (*)(const char *, int), glob_t *); 97 void globfree(glob_t *);
|
/external/openssh/ |
D | sftp-glob.c | 35 int (*)(const char *, int), glob_t *); 137 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
|
D | sftp.c | 105 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */ 524 glob_t g; in process_get() 599 glob_t g; in process_put() 788 glob_t g; in do_globbed_ls() 1296 glob_t g; in parse_dispatch_command() 1694 glob_t g; in complete_match()
|
D | configure.ac | 1154 AC_MSG_CHECKING([for gl_matchc field in glob_t]) 1156 [[ glob_t g; g.gl_matchc = 1; ]])], 1160 gl_matchc options in glob_t]) 1172 glob_t g; 1178 gl_statv options in glob_t])
|
D | config.h.in | 146 /* Define if your system glob() function has gl_matchc options in glob_t */ 149 /* Define if your system glob() function has gl_statv options in glob_t */
|
D | configure | 8384 glob_t g; g.gl_matchc = 1; 8418 glob_t g;
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 101 glob_t matches;
|
/external/oprofile/gui/ |
D | oprof_start_util.cpp | 110 glob_t file_names; in daemon_status()
|