Searched refs:glob_t (Results 1 – 25 of 30) sorted by relevance
12
/glibc-2.36/conform/data/ |
D | glob.h-data | 6 type glob_t 7 element glob_t size_t gl_pathc 8 element glob_t {char**} gl_pathv 9 element glob_t size_t gl_offs 26 function int glob (const char*, int, int (*) (const char*, int), glob_t*) 27 function void globfree (glob_t *)
|
/glibc-2.36/posix/ |
D | glob.h | 105 } glob_t; typedef 148 glob_t *__restrict __pglob) __THROWNL; 151 extern void globfree (glob_t *__pglob) __THROW; 157 glob_t *__restrict __pglob), 160 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), 166 glob_t *__restrict __pglob), glob64); 168 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
|
D | bug-glob2.c | 260 init_glob_altdirfuncs (glob_t *pglob) in init_glob_altdirfuncs() 275 glob_t gl; in do_test()
|
D | tst-gnuglob.c | 20 #define GLOB_TYPE glob_t
|
D | tst-gnuglob64-time64.c | 2 #define GLOB_TYPE glob_t
|
D | glob.c | 206 glob_lstat (glob_t *pglob, int flags, const char *fullname) in glob_lstat() 246 glob_t *pglob, size_t alloca_used); 254 is_dir (char const *filename, int flags, glob_t const *pglob) in is_dir() 303 glob_t *pglob) in __glob() 313 glob_t dirs; in __glob() 1283 glob_t *pglob, size_t alloca_used) in glob_in_dir()
|
D | globfree.c | 28 globfree (glob_t *pglob) in globfree()
|
D | bug-glob3.c | 9 glob_t g; in do_test()
|
D | globtest.c | 29 glob_t g; in main()
|
D | tst-glob-tilde.c | 53 glob_t gl; in one_test()
|
D | tst-glob_symlinks.c | 101 glob_t gl; in do_test()
|
D | tst-glob_lstat_compat.c | 232 glob_t gl; in do_test()
|
D | wordexp.c | 375 glob_t globbuf; in do_parse_glob()
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | oldglob.c | 51 glob_t correct; in __old_glob() 90 glob_t correct; in __old_globfree()
|
D | globfree.c | 27 extern void __new_globfree (glob_t *__pglob);
|
/glibc-2.36/sysdeps/gnu/ |
D | globfree64.c | 5 #define glob_t glob64_t macro
|
D | glob64.c | 8 #define glob_t glob64_t macro
|
D | glob64-lstat-compat.c | 28 #define glob_t glob64_t macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | globfree64-time64.c | 27 # define glob_t glob64_time64_t macro
|
D | globfree64.c | 27 # define glob_t glob64_t macro
|
D | glob64-time64.c | 29 # define glob_t glob64_time64_t macro
|
D | glob64-lstat-compat.c | 32 # define glob_t glob64_t macro
|
D | glob64.c | 30 # define glob_t glob64_t macro
|
D | oldglob.c | 23 #define glob_t glob64_t macro
|
/glibc-2.36/manual/ |
D | pattern.texi | 184 this vector, @code{glob} uses a special data type, @code{glob_t}, which 188 @deftp {Data Type} glob_t 305 @code{glob_t} only in the types of the members @code{gl_readdir}, 386 … int (*@var{errfunc}) (const char *@var{filename}, int @var{error-code}), glob_t *@var{vector-ptr}) 513 @c Same code as glob, but with glob64_t #defined as glob_t. 554 @code{glob_t} structure after each @code{glob} call; @strong{never} save 640 @var{gl_flags} element of the @var{glob_t} structure provided as the 756 type @code{glob_t} is used in multiple call to @code{glob} the resources 760 @deftypefun void globfree (glob_t *@var{pglob}) 768 @code{glob_t} typed object isn't used anymore. [all …]
|
12