Lines Matching refs:c
174 int c,v; in sCompStrLens() local
176 c = ((int)strLen2) - ((int)strLen1); in sCompStrLens()
177 if (c > 0) in sCompStrLens()
180 c = STRNICMP(pStr1, pStr2, strLen1); in sCompStrLens()
181 if (!c) in sCompStrLens()
183 return c; in sCompStrLens()
186 if (c < 0) in sCompStrLens()
200 int c; in sComparePaths() local
231 c = sCompStrLens(pPath1, (UINT32)(pSlash1-pPath1), pPath2, (UINT32)(pSlash2-pPath2)); in sComparePaths()
232 if (c) in sComparePaths()
233 return c; in sComparePaths()
629 char c; in sFindInDir() local
643 c = *pSlash; in sFindInDir()
644 if ((!c) || (c=='/')) in sFindInDir()
649 if (!c) in sFindInDir()