HomeSort by: relevance | last modified time | path
    Searched refs:isglob (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atffile.cpp 115 bool isglob __attribute__((__unused__)))
210 got_tp(const std::string& name, bool isglob)
212 if (isglob) {
atffile_test.cpp 103 got_tp(const std::string& name, bool isglob)
105 m_calls.push_back("got_tp(" + name + ", " + (isglob ? "true" : "false")
  /src/bin/csh/
char.h 66 #define isglob(c) cmap(c, _GLOB) macro
glob.c 571 else if (isglob(c))
  /src/lib/libedit/
chared.h 113 #define isglob(a) (strchr("*[]?", (a)) != NULL) macro
search.c 323 } else if (isglob(*cp)) {

Completed in 28 milliseconds