Searched refs:glob_t (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/crypto/openssh/
H A Dsftp-usergroup.h20 void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g);
H A Dsftp-glob.c36 int (*)(const char *, int), glob_t *);
138 int (*errfunc)(const char *, int), glob_t *pglob)
H A Dsftp-usergroup.c151 collect_ids_from_glob(glob_t *g, int user, u_int **idsp, u_int *nidsp)
175 get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g)
/freebsd-current/contrib/tcsh/
H A Dglob.h59 } glob_t; typedef in typeref:struct:__anon6210
89 int glob (const char *, int, int (*)(const char *, int), glob_t *);
90 void globfree (glob_t *);
H A Dglob.c88 static int glob1 (Char *, glob_t *, int);
89 static int glob2 (struct strbuf *, const Char *, glob_t *, int);
91 const Char *, glob_t *, int);
92 static void globextend (const char *, glob_t *);
295 glob_t *pglob)
466 glob1(Char *pattern, glob_t *pglob, int no_match)
487 glob2(struct strbuf *pathbuf, const Char *pattern, glob_t *pglob, int no_match)
565 const Char *pglobstar, glob_t *pglob, int no_match)
661 * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
670 * Invariant of the glob_t structur
[all...]
/freebsd-current/include/
H A Dglob.h66 } glob_t; typedef in typeref:struct:__anon49
101 int (*)(const char *, int), glob_t * __restrict);
102 void globfree(glob_t *);
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_glob.c46 glob_t g;
51 * "The <glob.h> header shall define the glob_t structure type,
60 (void)memset(&g, 0, sizeof(glob_t));
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h51 # define glob_t _ssh_compat_glob_t macro
76 } glob_t; typedef in typeref:struct:__anon19
101 int glob(const char *, int, int (*)(const char *, int), glob_t *);
102 void globfree(glob_t *);
H A Dglob.c158 static int g_lstat(Char *, struct stat *, glob_t *);
159 static DIR *g_opendir(Char *, glob_t *);
162 static int g_stat(Char *, struct stat *, glob_t *);
163 static int glob0(const Char *, glob_t *, struct glob_lim *);
164 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
166 glob_t *, struct glob_lim *);
168 Char *, Char *, glob_t *, struct glob_lim *);
169 static int globextend(const Char *, glob_t *, struct glob_lim *,
172 globtilde(const Char *, Char *, size_t, glob_t *);
173 static int globexp1(const Char *, glob_t *, struc
[all...]
/freebsd-current/tests/sys/ses/
H A Dcommon.h32 glob_t g;
60 glob_t g;
H A Ddestructive.c47 glob_t g;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c147 static int g_lstat (Char *, struct stat *, glob_t *);
148 static DIR *g_opendir (Char *, glob_t *);
153 static int g_stat (Char *, struct stat *, glob_t *);
154 static int glob0 (const Char *, glob_t *);
155 static int glob1 (Char *, glob_t *, size_t *);
156 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
157 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
158 static int globextend (const Char *, glob_t *, size_t *);
159 static const Char * globtilde (const Char *, Char *, glob_t *);
160 static int globexp1 (const Char *, glob_t *);
[all...]
/freebsd-current/lib/libc/gen/
H A Dglob.c150 static int g_lstat(Char *, struct stat *, glob_t *);
151 static DIR *g_opendir(Char *, glob_t *);
156 static int g_stat(Char *, struct stat *, glob_t *);
157 static int glob0(const Char *, glob_t *, struct glob_limit *,
159 static int glob1(Char *, glob_t *, struct glob_limit *);
160 static int glob2(Char *, Char *, Char *, Char *, glob_t *,
162 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
164 static int globextend(const Char *, glob_t *, struct glob_limit *,
167 globtilde(const Char *, Char *, size_t, glob_t *);
168 static int globexp0(const Char *, glob_t *, struc
[all...]
/freebsd-current/lib/libc/tests/gen/
H A Dglob2_test.c47 glob_t g;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp414 CHECK_TYPE_SIZE(glob_t); variable
415 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
416 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv);
417 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
418 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
419 CHECK_SIZE_AND_OFFSET(glob_t, gl_closedir);
420 CHECK_SIZE_AND_OFFSET(glob_t, gl_readdir);
421 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
422 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
423 CHECK_SIZE_AND_OFFSET(glob_t, gl_sta
[all...]
H A Dsanitizer_platform_limits_solaris.cpp207 COMPILER_CHECK(sizeof(__sanitizer_glob_t) <= sizeof(glob_t));
208 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
209 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv);
210 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
H A Dsanitizer_platform_limits_posix.cpp1030 CHECK_TYPE_SIZE(glob_t); variable
1031 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
1032 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv);
1033 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
1034 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
1035 CHECK_SIZE_AND_OFFSET(glob_t, gl_closedir);
1036 CHECK_SIZE_AND_OFFSET(glob_t, gl_readdir);
1037 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
1038 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
1039 CHECK_SIZE_AND_OFFSET(glob_t, gl_sta
[all...]
/freebsd-current/usr.bin/login/
H A Dlogin_fbtab.c122 glob_t gl;
/freebsd-current/contrib/less/
H A Dlglob.h36 #define DECL_GLOB_LIST(list) glob_t list; int i;
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c138 glob_t gl;
/freebsd-current/libexec/ftpd/
H A Dpopen.c93 glob_t gl;
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.lex121 glob_t g;
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c199 glob_t gl;
/freebsd-current/usr.sbin/sesutil/
H A Dsesutil.c180 glob_t g;
418 glob_t g;
723 glob_t g;
882 glob_t g;
/freebsd-current/sbin/restore/
H A Dinteractive.c71 glob_t glob; /* globbing information */

Completed in 323 milliseconds

12