MATCH_AT_LAST 593 gozilla/gozilla.c if (locatestring(browser, "mozilla", MATCH_AT_LAST) || MATCH_AT_LAST 594 gozilla/gozilla.c locatestring(browser, "firefox", MATCH_AT_LAST) || MATCH_AT_LAST 595 gozilla/gozilla.c locatestring(browser, "netscape", MATCH_AT_LAST) || MATCH_AT_LAST 596 gozilla/gozilla.c locatestring(browser, "netscape-remote", MATCH_AT_LAST)) MATCH_AT_LAST 134 libutil/locatestring.c } else if (flag == MATCH_AT_LAST) { MATCH_AT_LAST 135 libutil/test.c if (!locatestring(path, ".exe", MATCH_AT_LAST|IGNORE_CASE) && MATCH_AT_LAST 136 libutil/test.c !locatestring(path, ".com", MATCH_AT_LAST|IGNORE_CASE) && MATCH_AT_LAST 137 libutil/test.c !locatestring(path, ".bat", MATCH_AT_LAST|IGNORE_CASE)) MATCH_AT_LAST 165 libutil/xargs.c if (xp->skip_assembly && locatestring(path, ".s", MATCH_AT_LAST|IGNORE_CASE) != NULL) {\