MATCH_AT_LAST 566 gozilla/gozilla.c if (locatestring(browser, "mozilla", MATCH_AT_LAST) || MATCH_AT_LAST 567 gozilla/gozilla.c locatestring(browser, "netscape", MATCH_AT_LAST) || MATCH_AT_LAST 568 gozilla/gozilla.c locatestring(browser, "netscape-remote", MATCH_AT_LAST)) MATCH_AT_LAST 136 libutil/locatestring.c if (flag == MATCH_AT_LAST && (slen = strlen(string)) > plen) MATCH_AT_LAST 145 libutil/locatestring.c if (flag == MATCH_AT_FIRST || flag == MATCH_AT_LAST) MATCH_AT_LAST 134 libutil/test.c if (!locatestring(path, ".exe", MATCH_AT_LAST|IGNORE_CASE) && MATCH_AT_LAST 135 libutil/test.c !locatestring(path, ".com", MATCH_AT_LAST|IGNORE_CASE) && MATCH_AT_LAST 136 libutil/test.c !locatestring(path, ".bat", MATCH_AT_LAST|IGNORE_CASE)) MATCH_AT_LAST 154 libutil/xargs.c if (xp->skip_assembly && locatestring(path, ".s", MATCH_AT_LAST|IGNORE_CASE) != NULL) {\