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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c495 static int globhack(const char *src, int flags, glob_t *pglob);
497 static int xglob(o_string *dest, int flags, glob_t *pglob);
2219 static int globhack(const char *src, int flags, glob_t *pglob) argument
2230 pglob->gl_pathv = NULL;
2231 pglob->gl_pathc = 0;
2232 pglob->gl_offs = 0;
2233 pglob->gl_offs = 0;
2235 pathc = ++pglob->gl_pathc;
2236 pglob->gl_pathv = xrealloc(pglob
2256 xglob(o_string *dest, int flags, glob_t *pglob) argument
[all...]

Completed in 97 milliseconds