Searched refs:matchCount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c1297 int matchCount;
1298 matchCount = sscanf(BUILD_DATE, "%u/%u/%u %u:%u:%u",
1307 if ( matchCount != 6 ) {
1293 int matchCount; local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1610 int matchCount; local
1611 matchCount = sscanf(BUILD_DATE, "%u/%u/%u %u:%u:%u",
1619 if (matchCount != 6) {

Completed in 76 milliseconds