Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDcond.c121 static CondProc CondDoExists; variable
332 CondDoExists(int argLen, char *arg) in CondDoExists() function
765 evalProc = CondDoExists; in CondToken()
/trueos/contrib/bmake/
HDcond.c152 static Boolean CondDoExists(int, const char *);
398 CondDoExists(int argLen MAKE_ATTR_UNUSED, const char *arg) in CondDoExists() function
850 { "exists", 6, CondGetArg, CondDoExists }, in compare_function()
HDChangeLog530 o fix for use after free() in CondDoExists().