Searched refs:glob_t (Results 1 – 16 of 16) sorted by relevance
/external/avahi/avahi-daemon/ |
D | glob.c | 150 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 *, size_t *); 158 static int glob1(Char *, glob_t *, size_t *); 159 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *); 160 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *, size_t *); 161 static int globextend(const Char *, glob_t *, size_t *); 163 globtilde(const Char *, Char *, size_t, glob_t *); 164 static int globexp1(const Char *, glob_t *, size_t *); [all …]
|
D | glob.h | 77 } glob_t; typedef 111 int glob(const char *, int, int (*)(const char *, int), glob_t *); 112 void globfree(glob_t *);
|
D | static-services.c | 671 glob_t globbuf; in static_service_load()
|
/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 | 115 } glob_t; typedef 120 glob_t *pglob) { in glob() 121 glob_t *ret; in glob() 143 memset(ret, 0, sizeof(glob_t)); in glob() 184 static void globfree(glob_t *pglob) { in globfree() 2412 glob_t globbuf; in xpathDocTest() 2460 glob_t globbuf; in xptrDocTest() 2995 glob_t globbuf; in schemasTest() 3172 glob_t globbuf; in rngTest() 3259 glob_t globbuf; in rngStreamTest() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 976 CHECK_TYPE_SIZE(glob_t); 977 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc); 978 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv); 979 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs); 980 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags); 981 CHECK_SIZE_AND_OFFSET(glob_t, gl_closedir); 982 CHECK_SIZE_AND_OFFSET(glob_t, gl_readdir); 983 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir); 984 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat); 985 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/restorecond/ |
D | watch.c | 46 glob_t globbuf; in watch_list_add()
|
/external/google-breakpad/src/client/mac/tests/ |
D | crash_generation_server_test.cc | 143 glob_t dirContents; in TEST_F()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 374 glob_t globbuf; in process_glob()
|
/external/selinux/policycoreutils/sandbox/ |
D | seunshare.c | 318 glob_t fglob; in rsynccmd()
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 801 glob_t g; in process_trans()
|