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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestrecurse.c77 glob_t *pglob) {
85 if ((pattern == NULL) || (pglob == NULL)) return(-1);
99 ret = pglob;
141 static void globfree(glob_t *pglob) { argument
143 if (pglob == NULL)
146 for (i = 0;i < pglob->gl_pathc;i++) {
147 if (pglob->gl_pathv[i] != NULL)
148 free(pglob->gl_pathv[i]);
75 glob(const char *pattern, int flags, int errfunc(const char *epath, int eerrno), glob_t *pglob) argument
H A Druntest.c123 glob_t *pglob) {
131 if ((pattern == NULL) || (pglob == NULL)) return(-1);
145 ret = pglob;
187 static void globfree(glob_t *pglob) { argument
189 if (pglob == NULL)
192 for (i = 0;i < pglob->gl_pathc;i++) {
193 if (pglob->gl_pathv[i] != NULL)
194 free(pglob->gl_pathv[i]);
121 glob(const char *pattern, int flags, int errfunc(const char *epath, int eerrno), glob_t *pglob) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c496 static int globhack(const char *src, int flags, glob_t *pglob);
498 static int xglob(o_string *dest, int flags, glob_t *pglob);
2220 static int globhack(const char *src, int flags, glob_t *pglob) argument
2231 pglob->gl_pathv = NULL;
2232 pglob->gl_pathc = 0;
2233 pglob->gl_offs = 0;
2234 pglob->gl_offs = 0;
2236 pathc = ++pglob->gl_pathc;
2237 pglob->gl_pathv = xrealloc(pglob
2257 xglob(o_string *dest, int flags, glob_t *pglob) argument
[all...]

Completed in 77 milliseconds