Home
last modified time | relevance | path

Searched refs:pNameBest (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioParse.c434 char * pNameBest = NULL; in Mio_ParseCheckName() local
437 if ( pNameBest == NULL || strlen(pNameBest) < strlen(Mio_PinReadName(pPin)) ) in Mio_ParseCheckName()
438 pNameBest = Mio_PinReadName(pPin), iBest = i; in Mio_ParseCheckName()
440 if ( pNameBest ) in Mio_ParseCheckName()
441 *ppStr += strlen(pNameBest) - 1; in Mio_ParseCheckName()