/external/openssh/openbsd-compat/ |
D | glob.c | 154 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 …]
|
D | glob.h | 50 # 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/ |
D | sftp-glob.c | 36 int (*)(const char *, int), glob_t *); 138 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
|
D | sftp.c | 117 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()
|
D | config.h.in | 153 /* 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 */
|
D | configure.ac | 1358 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])
|
D | readconf.c | 838 glob_t gl; in process_config_line_depth()
|
/external/libxml2/ |
D | testrecurse.c | 69 } 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()
|
D | runtest.c | 120 } 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/ |
D | sanitizer_platform_limits_posix.cc | 981 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/ |
D | glob_nomatch.cc | 14 glob_t globbuf; in main()
|
D | glob.cc | 16 glob_t globbuf; in main()
|
D | glob_altdirfunc.cc | 57 glob_t globbuf; in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | glob.cc | 21 glob_t globbuf; in main()
|
/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 101 glob_t matches;
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 80 glob_t globbuf; in process_glob()
|
/external/selinux/restorecond/ |
D | restore.c | 74 glob_t globbuf; in process_glob()
|
D | watch.c | 53 glob_t globbuf; in watch_list_add()
|
/external/u-boot/common/ |
D | cli_hush.c | 217 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/ |
D | thuge-gen.c | 63 glob_t g; in find_pagesizes()
|
/external/google-breakpad/src/client/mac/tests/ |
D | crash_generation_server_test.cc | 143 glob_t dirContents; in TEST_F()
|
/external/iproute2/ip/ |
D | iptuntap.c | 311 glob_t globbuf = { }; in show_processes()
|
/external/libkmsxx/utils/ |
D | kmscapture.cpp | 281 glob_t glob_result; in glob()
|
/external/selinux/sandbox/ |
D | seunshare.c | 318 glob_t fglob; in rsynccmd()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 800 glob_t g; in process_trans()
|