Home
last modified time | relevance | path

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

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