Home
last modified time | relevance | path

Searched defs:isglob (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/atf/dist/tools/
H A Datffile.cpp115 bool isglob __attribute__((__unused__))) in got_tp()
210 got_tp(const std::string& name, bool isglob) in got_tp()
H A Datffile_test.cpp103 got_tp(const std::string& name, bool isglob) in got_tp()
/minix3/bin/csh/
H A Dchar.h66 #define isglob(c) cmap(c, _GLOB) macro
/minix3/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datffile.cpp206 got_tp(const std::string& name, bool isglob) in got_tp()
H A Datffile_test.cpp102 got_tp(const std::string& name, bool isglob) in got_tp()
/minix3/lib/libedit/
H A Dchared.h128 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro