Searched refs:newcount (Results 1 – 1 of 1) sorted by relevance
841 int newcount = pglob->gl_pathc + pglob->gl_offs; in glob() local846 (newcount + 1 + 1) * sizeof (char *)); in glob()857 pglob->gl_pathv[newcount] = strdup (dirname); in glob()858 if (pglob->gl_pathv[newcount] == NULL) in glob()860 pglob->gl_pathv[++newcount] = NULL; in glob()945 int newcount = pglob->gl_pathc + pglob->gl_offs; in glob() local949 (newcount + 2) in glob()958 pglob->gl_pathv[newcount] = strdup (pattern); in glob()959 if (pglob->gl_pathv[newcount] == NULL) in glob()968 ++newcount; in glob()[all …]
Completed in 4 milliseconds