HomeSort by: relevance | last modified time | path
    Searched defs:has_any_prefix (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
meta.c 901 has_any_prefix(const char *path, StringList *prefixes) function in typeref:typename:bool
932 if (has_any_prefix(p, &metaIgnorePaths)) {
939 if (has_any_prefix(fname, &metaIgnorePaths)) {
1369 if (!has_any_prefix(p, &metaBailiwick))

Completed in 231 milliseconds