HomeSort by: relevance | last modified time | path
    Searched refs:matchind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
argmatch.c 91 ptrdiff_t matchind = -1; /* Index of first nonexact match. */
104 else if (matchind == -1)
106 matchind = i;
111 || memcmp (vallist + valsize * matchind,
124 return matchind;
90 ptrdiff_t matchind = -1; \/* Index of first nonexact match. *\/ local
  /src/usr.bin/patch/
backupfile.c 188 int matchind = -1; /* Index of first nonexact match. */ local
199 else if (matchind == -1)
201 matchind = i;
210 return matchind;

Completed in 28 milliseconds