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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargmatch.c90 ptrdiff_t matchind = -1; /* Index of first nonexact match. */
103 else if (matchind == -1)
105 matchind = i;
110 || memcmp (vallist + valsize * matchind,
123 return matchind;
89 ptrdiff_t matchind = -1; /* Index of first nonexact match. */ local
/macosx-10.9.5/gpatch-3/patch/
H A Dargmatch.c100 int matchind = -1; /* Index of first nonexact match. */
115 else if (matchind == -1)
117 matchind = i;
122 || memcmp (vallist + valsize * matchind,
135 return matchind;
99 int matchind = -1; /* Index of first nonexact match. */ local
/macosx-10.9.5/patch_cmds-17/patch/
H A Dbackupfile.c169 int matchind = -1; /* Index of first nonexact match. */ local
180 else if (matchind == -1)
182 matchind = i;
191 return matchind;

Completed in 168 milliseconds