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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c83 * (New programs call the _glob_ext, _globfree_ext functions.)
98 * _glob_ext() and _globfree_ext() . Now redefine old_glob()
114 * _glob_ext() and _globfree_ext() to have a 64 suffix. When building the LFS
118 #define _glob_ext _glob_ext64 macro
207 * in glob.h with the external name _glob_ext() .
210 _glob_ext(const char *pattern, int flags, int (*errfunc)(const char *, int), function
1303 rv = _glob_ext(pattern, flags, errfunc, &gl);

Completed in 67 milliseconds