OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globcomp
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
glob.h
29
* supported by
globcomp
. */
30
int
globcomp
(regex_t *preg, const char *glob, int cflags);
glob.c
180
globcomp
(regex_t *preg, const char *glob, int cflags)
function
221
int status =
globcomp
(&preg, glob, 0);
options.c
204
int status = (lib_re_p ? regcomp :
globcomp
)(&lib_re, lib, 0);
240
int status = (sym_re_p ? regcomp :
globcomp
)
Completed in 60 milliseconds