Home
last modified time | relevance | path

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

12

/external/openssh/openbsd-compat/
Dglob.c154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
158 static int g_stat(Char *, struct stat *, glob_t *);
159 static int glob0(const Char *, glob_t *, struct glob_lim *);
160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
162 glob_t *, struct glob_lim *);
164 Char *, Char *, glob_t *, struct glob_lim *);
165 static int globextend(const Char *, glob_t *, struct glob_lim *,
168 globtilde(const Char *, Char *, size_t, glob_t *);
169 static int globexp1(const Char *, glob_t *, struct glob_lim *);
[all …]
Dglob.h50 # define glob_t _ssh_compat_glob_t macro
75 } glob_t; typedef
100 int glob(const char *, int, int (*)(const char *, int), glob_t *);
101 void globfree(glob_t *);
/external/openssh/
Dsftp-glob.c36 int (*)(const char *, int), glob_t *);
138 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
Dsftp.c117 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
606 glob_t g; in process_get()
693 glob_t g; in process_put()
888 glob_t g; in do_globbed_ls()
1433 glob_t g; in parse_dispatch_command()
1849 glob_t g; in complete_match()
Dconfig.h.in153 /* Define if your system glob() function has gl_matchc options in glob_t */
156 /* Define if your system glob() function has gl_statv options in glob_t */
Dconfigure.ac1358 AC_MSG_CHECKING([for gl_matchc field in glob_t])
1360 [[ glob_t g; g.gl_matchc = 1; ]])],
1364 gl_matchc options in glob_t])
1376 glob_t g;
1382 gl_statv options in glob_t])
Dreadconf.c838 glob_t gl; in process_config_line_depth()
/external/libxml2/
Dtestrecurse.c69 } glob_t; typedef
74 glob_t *pglob) { in glob()
75 glob_t *ret; in glob()
97 memset(ret, 0, sizeof(glob_t)); in glob()
138 static void globfree(glob_t *pglob) { in globfree()
823 glob_t globbuf; in launchTests()
Druntest.c120 } glob_t; typedef
125 glob_t *pglob) { in glob()
126 glob_t *ret; in glob()
148 memset(ret, 0, sizeof(glob_t)); in glob()
189 static void globfree(glob_t *pglob) { in globfree()
2493 glob_t globbuf; in xpathDocTest()
2541 glob_t globbuf; in xptrDocTest()
3076 glob_t globbuf; in schemasTest()
3253 glob_t globbuf; in rngTest()
3340 glob_t globbuf; in rngStreamTest()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc981 CHECK_TYPE_SIZE(glob_t);
982 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
983 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv);
984 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
985 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
986 CHECK_SIZE_AND_OFFSET(glob_t, gl_closedir);
987 CHECK_SIZE_AND_OFFSET(glob_t, gl_readdir);
988 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
989 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
990 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
/external/compiler-rt/test/msan/Linux/
Dglob_nomatch.cc14 glob_t globbuf; in main()
Dglob.cc16 glob_t globbuf; in main()
Dglob_altdirfunc.cc57 glob_t globbuf; in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dglob.cc21 glob_t globbuf; in main()
/external/ipsec-tools/src/racoon/
Dcftoken.l101 glob_t matches;
/external/selinux/policycoreutils/setfiles/
Drestore.c80 glob_t globbuf; in process_glob()
/external/selinux/restorecond/
Drestore.c74 glob_t globbuf; in process_glob()
Dwatch.c53 glob_t globbuf; in watch_list_add()
/external/u-boot/common/
Dcli_hush.c217 glob_t word; /* *word.gl_pathv is the filename */
235 glob_t glob_result; /* result of parameter globbing */
452 static int globhack(const char *src, int flags, glob_t *pglob);
454 static int xglob(o_string *dest, int flags, glob_t *pglob);
2043 static int globhack(const char *src, int flags, glob_t *pglob)
2084 static void globprint(glob_t *pglob)
2096 static int xglob(o_string *dest, int flags, glob_t *pglob)
2454 glob_t *glob_target;
/external/linux-kselftest/tools/testing/selftests/vm/
Dthuge-gen.c63 glob_t g; in find_pagesizes()
/external/google-breakpad/src/client/mac/tests/
Dcrash_generation_server_test.cc143 glob_t dirContents; in TEST_F()
/external/iproute2/ip/
Diptuntap.c311 glob_t globbuf = { }; in show_processes()
/external/libkmsxx/utils/
Dkmscapture.cpp281 glob_t glob_result; in glob()
/external/selinux/sandbox/
Dseunshare.c318 glob_t fglob; in rsynccmd()
/external/selinux/mcstrans/src/
Dmcstrans.c800 glob_t g; in process_trans()

12