Home
last modified time | relevance | path

Searched refs:CondDoExists (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Dcond.c153 static Boolean CondDoExists(int, const char *);
408 CondDoExists(int argLen MAKE_ATTR_UNUSED, const char *arg) in CondDoExists() function
872 { "exists", 6, CondGetArg, CondDoExists }, in compare_function()
H A DChangeLog1072 o fix for use after free() in CondDoExists().