Home
last modified time | relevance | path

Searched refs:gl_pathc (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c195 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()
Dglob.h53 __gl_size_t gl_pathc; /* Count of total paths so far. */ member
/hardware/bsp/intel/peripheral/libmraa/src/
Dmraa.c582 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()