Searched defs:gl_pathv (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h85 char **gl_pathv; /* List of matched pathnames */ member in struct:glob_t
86 size_t gl_offs; /* # of slots reserved in gl_pathv */
95 char **gl_pathp; /* gl_pathv + gl_offs */
106 struct stat **gl_statv; /* Stat entries corresponding to gl_pathv */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h63 char** gl_pathv; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/common/include/
H A Dglob.h54 char** gl_pathv; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h63 char** gl_pathv; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h63 char** gl_pathv; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h63 char** gl_pathv; member in struct:_glob_
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c88 char **gl_pathv; /* List of matched pathnames */ member in struct:old_glob
89 size_t gl_offs; /* # of slots reserved in gl_pathv */
91 char **gl_pathp; /* gl_pathv + gl_offs */
227 pglob->gl_pathv = NULL;
709 path_stat[i].gps_path = pglob->gl_pathv[o + i];
714 pglob->gl_pathv[o + i] = path_stat[i].gps_path;
719 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
954 * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
962 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
963 * gl_pathv point
[all...]

Completed in 51 milliseconds