Home | History | Annotate | Download | only in glob

Lines Matching refs:glob

75 /* Bits set in the FLAGS argument to `glob'.  */
105 /* Error returns from `glob'. */
160 # define glob glob64
172 /* Do glob searching for PATTERN, placing results in PGLOB.
177 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
179 Otherwise, `glob' returns zero. */
181 extern int glob __P ((__const char *__pattern, int __flags,
185 /* Free storage allocated in PGLOB by a previous `glob' call. */
188 extern int glob __P ((__const char *__pattern, int __flags,
209 #endif /* glob.h */