Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/win32/
H A Dglob.h24 typedef struct glob_t struct
28 } glob_t; typedef
39 glob_t *pglob);
43 glob_t* pglob);
H A Dglob.c67 glob_t *pglob) in glob()
157 glob_t* pglob) in globfree()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dglob.h105 } glob_t; typedef
148 glob_t *__restrict __pglob) __THROW;
151 extern void globfree (glob_t *__pglob) __THROW;
156 glob_t *__restrict __pglob), glob64);
158 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dglob.h105 } glob_t; typedef
148 glob_t *__restrict __pglob) __THROW;
151 extern void globfree (glob_t *__pglob) __THROW;
156 glob_t *__restrict __pglob), glob64);
158 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch44 int safe_glob(const char *path, int flags, glob_t *pglob) {
51 @@ -32,9 +39,14 @@ int safe_glob(const char *path, int flags, glob_t *pglob) {
86 _cleanup_globfree_ glob_t g = {
137 _cleanup_globfree_ glob_t g = {
147 _cleanup_globfree_ glob_t g = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch42 int safe_glob(const char *path, int flags, glob_t *pglob) {
82 _cleanup_globfree_ glob_t g = {
131 _cleanup_globfree_ glob_t g = {
141 _cleanup_globfree_ glob_t g = {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp-0.3-beta15-autodetect-717479.patch45 + glob_t diskglob;
65 + memset(&diskglob, 0, sizeof(glob_t));
/OK3568_Linux_fs/buildroot/package/make/
H A D0001-glob-Do-not-assume-glibc-glob-internals.patch56 dir_setup_glob (glob_t *gl)
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c218 glob_t word; /* *word.gl_pathv is the filename */
236 glob_t glob_result; /* result of parameter globbing */
453 static int globhack(const char *src, int flags, glob_t *pglob);
455 static int xglob(o_string *dest, int flags, glob_t *pglob);
2044 static int globhack(const char *src, int flags, glob_t *pglob)
2085 static void globprint(glob_t *pglob)
2097 static int xglob(o_string *dest, int flags, glob_t *pglob)
2455 glob_t *glob_target;
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dthuge-gen.c63 glob_t g; in find_pagesizes()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dutil.c301 glob_t gt; in getpid_by_pdp()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-44386 this vector, ‘glob’ uses a special data type, ‘glob_t’, which is a
4390 -- Data Type: glob_t
4530 for a very similar type. ‘glob64_t’ differs from ‘glob_t’ only in the
4614 (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)
4725 relocated the vector. So always fetch ‘gl_pathv’ from the ‘glob_t
4918 type ‘glob_t’ is used in multiple call to ‘glob’ the resources are freed
4922 -- Function: void globfree (glob_t *PGLOB)
4929 This function should be called whenever the currently used ‘glob_t
H A Dlibc.info-162220 * glob_t: Calling Glob. (line 11)
H A Dlibc.info-1314155 …ar *PATTERN, int FLAGS, int (*ERRFUNC) (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)’
14167glob_t
14171 ‘void globfree (glob_t *PGLOB)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-44386 this vector, ‘glob’ uses a special data type, ‘glob_t’, which is a
4390 -- Data Type: glob_t
4530 for a very similar type. ‘glob64_t’ differs from ‘glob_t’ only in the
4614 (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)
4725 relocated the vector. So always fetch ‘gl_pathv’ from the ‘glob_t
4918 type ‘glob_t’ is used in multiple call to ‘glob’ the resources are freed
4922 -- Function: void globfree (glob_t *PGLOB)
4929 This function should be called whenever the currently used ‘glob_t
H A Dlibc.info-162220 * glob_t: Calling Glob. (line 11)
H A Dlibc.info-1314155 …ar *PATTERN, int FLAGS, int (*ERRFUNC) (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)’
14167glob_t
14171 ‘void globfree (glob_t *PGLOB)’
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c2578 glob_t globbuf; in add_glob_file()