is_there
if (is_there(candidate)) {
static int is_there(char *candidate);
return (is_there(filename) ? 0 : -1);