Home
last modified time | relevance | path

Searched defs:glob_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h80 typedef struct glob_t { struct
84 size_t gl_pathc; /* Total count of paths matched by pattern */
85 char **gl_pathv; /* List of matched pathnames */
86 size_t gl_offs; /* # of slots reserved in gl_pathv */
118 } glob_t; argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h40 typedef struct _glob_ glob_t; typedef