Searched refs:matchind (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dargmatch.c89 ptrdiff_t matchind = -1; /* Index of first nonexact match. */
102 else if (matchind == -1)
104 matchind = i;
109 || memcmp (vallist + valsize * matchind,
122 return matchind;
88 ptrdiff_t matchind = -1; /* Index of first nonexact match. */ local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dargmatch.c89 ptrdiff_t matchind = -1; /* Index of first nonexact match. */
102 else if (matchind == -1)
104 matchind = i;
109 || memcmp (vallist + valsize * matchind,
122 return matchind;
88 ptrdiff_t matchind = -1; /* Index of first nonexact match. */ local
/haiku-fatelf/src/bin/patch/
H A Dargmatch.c97 int matchind = -1; /* Index of first nonexact match. */
112 else if (matchind == -1)
114 matchind = i;
119 || memcmp (vallist + valsize * matchind,
132 return matchind;
96 int matchind = -1; /* Index of first nonexact match. */ local

Completed in 41 milliseconds