| /OK3568_Linux_fs/buildroot/dl/sox/git/src/win32/ |
| H A D | glob.h | 24 typedef struct glob_t struct 28 } glob_t; typedef 39 glob_t *pglob); 43 glob_t* pglob);
|
| H A D | glob.c | 67 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 D | glob.h | 105 } 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 D | glob.h | 105 } 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 D | 0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 44 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 D | 0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 42 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 D | hddtemp-0.3-beta15-autodetect-717479.patch | 45 + glob_t diskglob; 65 + memset(&diskglob, 0, sizeof(glob_t));
|
| /OK3568_Linux_fs/buildroot/package/make/ |
| H A D | 0001-glob-Do-not-assume-glibc-glob-internals.patch | 56 dir_setup_glob (glob_t *gl)
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 218 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 D | thuge-gen.c | 63 glob_t g; in find_pagesizes()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | util.c | 301 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 D | libc.info-4 | 4386 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 D | libc.info-16 | 2220 * glob_t: Calling Glob. (line 11)
|
| H A D | libc.info-13 | 14155 …ar *PATTERN, int FLAGS, int (*ERRFUNC) (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)’ 14167 ‘glob_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 D | libc.info-4 | 4386 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 D | libc.info-16 | 2220 * glob_t: Calling Glob. (line 11)
|
| H A D | libc.info-13 | 14155 …ar *PATTERN, int FLAGS, int (*ERRFUNC) (const char *FILENAME, int ERROR-CODE), glob_t *VECTOR-PTR)’ 14167 ‘glob_t’ 14171 ‘void globfree (glob_t *PGLOB)’
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.c | 2578 glob_t globbuf; in add_glob_file()
|