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

/freebsd-12-stable/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c69 char expectedLine[1024]; local
71 size_t lenExp = sizeof expectedLine;
74 && ( (fgets(expectedLine, lenExp, expected)) != NULL )
78 if( strcmp(actualLine,expectedLine) !=0 ){

Completed in 95 milliseconds