OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globfree
(Results
1 - 18
of
18
) sorted by null
/ndk/sources/host-tools/make-3.81/glob/
glob.h
161
# define
globfree
globfree64
macro
186
extern void
globfree
__P ((glob_t *__pglob));
192
extern void
globfree
__P ((glob_t *__pglob)) __asm__ ("globfree64");
glob.c
400
globfree
(pglob);
482
globfree
(pglob);
881
globfree
(&dirs);
882
globfree
(&files);
899
globfree
(&dirs);
900
globfree
(pglob);
909
globfree
(&dirs);
910
globfree
(pglob);
940
globfree
(&dirs);
964
globfree
(&dirs)
1064
globfree
(pglob)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h
147
# define
globfree
globfree64
macro
164
extern void
globfree
(glob_t *__pglob) __THROW;
171
extern void __REDIRECT_NTH (
globfree
, (glob_t *__pglob), globfree64);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
147
# define
globfree
globfree64
macro
164
extern void
globfree
(glob_t *__pglob) __THROW;
171
extern void __REDIRECT_NTH (
globfree
, (glob_t *__pglob), globfree64);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
147
# define
globfree
globfree64
macro
164
extern void
globfree
(glob_t *__pglob) __THROW;
171
extern void __REDIRECT_NTH (
globfree
, (glob_t *__pglob), globfree64);
/external/openssh/openbsd-compat/
glob.h
97
void
globfree
(glob_t *);
glob.c
908
globfree
(glob_t *pglob)
function
/ndk/sources/host-tools/make-3.81/
config.h-vms
408
#define
globfree
gnu_globfree
read.c
[
all
...]
/external/compiler-rt/lib/msan/lit_tests/Linux/
glob_altdirfunc.cc
72
globfree
(&globbuf);
/external/skia/tools/skpdiff/
skpdiff_util.cpp
182
globfree
(&globBuffer);
/external/openssh/
sftp.c
588
globfree
(&g);
674
globfree
(&g);
799
globfree
(&g);
814
globfree
(&g);
858
globfree
(&g);
[
all
...]
/external/oprofile/gui/
oprof_start_util.cpp
129
globfree
(&file_names);
/external/chromium_org/third_party/libxml/src/
runtest.c
187
static void
globfree
(glob_t *pglob) {
function
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc
544
globfree
(&g);
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc
602
globfree
(&g);
/external/ipsec-tools/src/racoon/
cftoken.l
648
globfree
(&incstack[incstackp].matches);
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
851
globfree
(&the_glob);
[
all
...]
Completed in 743 milliseconds