Home
last modified time | relevance | path

Searched refs:glob_t (Results 1 – 9 of 9) sorted by relevance

/external/openssh/openbsd-compat/
Dglob.c143 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 …]
Dglob.h71 } glob_t; typedef
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
97 void globfree(glob_t *);
/external/openssh/
Dsftp-glob.c35 int (*)(const char *, int), glob_t *);
137 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
Dsftp.c105 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()
Dconfigure.ac1154 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])
Dconfig.h.in146 /* 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 */
Dconfigure8384 glob_t g; g.gl_matchc = 1;
8418 glob_t g;
/external/ipsec-tools/src/racoon/
Dcftoken.l101 glob_t matches;
/external/oprofile/gui/
Doprof_start_util.cpp110 glob_t file_names; in daemon_status()