Home
last modified time | relevance | path

Searched refs:pglob (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-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) {
52 pglob->gl_lstat = lstat;
53 if (!pglob->gl_stat)
54 pglob->gl_stat = stat;
59 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
61 + k = glob(path, flags, NULL, pglob);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0004-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) {
52 pglob->gl_lstat = lstat;
53 if (!pglob->gl_stat)
54 pglob->gl_stat = stat;
59 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
61 + k = glob(path, flags, NULL, pglob);
/openbmc/u-boot/common/
H A Dcli_hush.c2055 pglob->gl_pathv=NULL;
2056 pglob->gl_pathc=0;
2057 pglob->gl_offs=0;
2058 pglob->gl_offs=0;
2060 pathc = ++pglob->gl_pathc;
2061 pglob->gl_pathv = realloc(pglob->gl_pathv, (pathc+1)*sizeof(*pglob->gl_pathv));
2063 pglob->gl_pathv[pathc-1]=dest;
2064 pglob->gl_pathv[pathc]=NULL;
2089 pglob->gl_pathc, pglob->gl_pathv, pglob->gl_offs, pglob->gl_flags);
2090 for (i=0; i<pglob->gl_pathc; i++)
[all …]