Searched refs:glob_t (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0004-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 = {
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0005-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 = {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp-0.3-beta15-autodetect-717479.patch | 47 + glob_t diskglob; 67 + memset(&diskglob, 0, sizeof(glob_t));
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | thuge-gen.c | 64 glob_t g; in find_pagesizes()
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 217 glob_t word; /* *word.gl_pathv is the filename */ 235 glob_t glob_result; /* result of parameter globbing */ 452 static int globhack(const char *src, int flags, glob_t *pglob); 454 static int xglob(o_string *dest, int flags, glob_t *pglob); 2043 static int globhack(const char *src, int flags, glob_t *pglob) 2084 static void globprint(glob_t *pglob) 2096 static int xglob(o_string *dest, int flags, glob_t *pglob) 2454 glob_t *glob_target;
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 2321 struct btf_type *glob_t; in linker_append_btf() local 2328 glob_t = btf_type_by_id(linker->btf, glob_sym->btf_id); in linker_append_btf() 2329 glob_t->type = glob_sym->underlying_btf_id; in linker_append_btf()
|
/openbmc/obmc-console/ |
H A D | console-server.c | 517 glob_t globbuf; in uart_routing_init()
|