Home
last modified time | relevance | path

Searched refs:__gl_size_t (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.h45 #ifndef __gl_size_t
46 #define __gl_size_t size_t macro
53 __gl_size_t gl_pathc; /* Count of total paths so far. */
54 __gl_size_t gl_matchc; /* Count of paths matching pattern. */
55 __gl_size_t gl_offs; /* Reserved at beginning of gl_pathv. */
Dglob.c478 __gl_size_t oldpathc; in glob0()