Searched refs:pCandidate (Results 1 – 1 of 1) sorted by relevance
968 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */ in vxworksFindFileId() local984 for(pCandidate=vxworksFileList; pCandidate; pCandidate=pCandidate->pNext){ in vxworksFindFileId()985 if( pCandidate->nName==n in vxworksFindFileId()986 && memcmp(pCandidate->zCanonicalName, pNew->zCanonicalName, n)==0 in vxworksFindFileId()989 pCandidate->nRef++; in vxworksFindFileId()991 return pCandidate; in vxworksFindFileId()