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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
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

Completed in 288 milliseconds