Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dcli_hush.c453 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) argument
2056 pglob->gl_pathv=NULL;
2057 pglob->gl_pathc=0;
2058 pglob->gl_offs=0;
2059 pglob->gl_offs=0;
2061 pathc = ++pglob->gl_pathc;
2062 pglob->gl_pathv = realloc(pglob->gl_pathv, (pathc+1)*sizeof(*pglob->gl_pathv));
2063 if (pglob->gl_pathv == NULL) return GLOB_NOSPACE;
[all …]