HelenOS sources
coll_elm_t 74 uspace/lib/posix/src/fnmatch.c static coll_elm_t _coll_elm_get(const char *str)
coll_elm_t 88 uspace/lib/posix/src/fnmatch.c static coll_elm_t _coll_elm_char(int c)
coll_elm_t 100 uspace/lib/posix/src/fnmatch.c static int _coll_elm_match(coll_elm_t elm, const char *str)
coll_elm_t 114 uspace/lib/posix/src/fnmatch.c static int _coll_elm_between(coll_elm_t first, coll_elm_t second,
coll_elm_t 271 uspace/lib/posix/src/fnmatch.c static coll_elm_t _next_coll_elm(const char **pattern, int flags)
coll_elm_t 369 uspace/lib/posix/src/fnmatch.c coll_elm_t current_elm = COLL_ELM_INVALID;
coll_elm_t 376 uspace/lib/posix/src/fnmatch.c coll_elm_t end_elm = _next_coll_elm(&p, flags);
HelenOS homepage, sources at GitHub