Searched refs:gl_pathc (Results 1 – 3 of 3) sorted by relevance
195 pglob->gl_pathc = 0; in glob()487 oldpathc = pglob->gl_pathc; in glob0()548 if (pglob->gl_pathc == oldpathc) { in glob0()565 (size_t)pglob->gl_pathc - oldpathc, sizeof(char *), in glob0()897 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs); in globextend()923 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; in globextend()925 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL; in globextend()1004 for (i = pglob->gl_pathc; i--; ++pp) in globfree()1009 pglob->gl_pathc = 0; in globfree()
53 __gl_size_t gl_pathc; /* Count of total paths so far. */ member
582 results.gl_pathc = 0; in mraa_file_exist()584 int file_found = results.gl_pathc == 1; in mraa_file_exist()664 results.gl_pathc = 0; in mraa_file_unglob()666 if (results.gl_pathc == 1) in mraa_file_unglob()