Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/tests/
H A DkodFile.c37 kod_init_kod_db(CreatePath("kod-test-empty", INPUT_DIR), TRUE); in test_ReadEmptyFile()
45 kod_init_kod_db(CreatePath("kod-test-correct", INPUT_DIR), TRUE); in test_ReadCorrectFile()
65 kod_init_kod_db(CreatePath("kod-test-blanks", INPUT_DIR), TRUE); in test_ReadFileWithBlankLines()
117 FILE * expected = fopen(CreatePath("kod-expected-single", INPUT_DIR),"rb"); in test_WriteFileWithSingleEntry()
147 FILE * expected = fopen(CreatePath("kod-expected-multiple", INPUT_DIR),"rb"); in test_WriteFileWithMultipleEntries()
H A DkeyFile.c73 const char * path = CreatePath("key-test-empty", INPUT_DIR); in test_ReadEmptyKeyFile()
88 const char * path = CreatePath("key-test-ascii", INPUT_DIR); in test_ReadASCIIKeys()
112 const char * path = CreatePath("key-test-hex", INPUT_DIR); in test_ReadHexKeys()
147 const char * path = CreatePath("key-test-comments", INPUT_DIR); in test_ReadKeyFileWithComments()
173 const char * path = CreatePath("key-test-invalid-hex", INPUT_DIR); in test_ReadKeyFileWithInvalidHex()
H A Dutilities.c165 FinishDebugTest(CreatePath("debug-input-pkt", INPUT_DIR), filename); in test_PktOutput()
183 FinishDebugTest(CreatePath("debug-input-lfp-bin", INPUT_DIR), filename); in test_LfpOutputBinaryFormat()
201 FinishDebugTest(CreatePath("debug-input-lfp-dec", INPUT_DIR), filename); in test_LfpOutputDecimalFormat()
H A DfileHandlingTest.h.in25 extern const char * CreatePath(const char* filename,
H A DfileHandlingTest.c12 CreatePath( in CreatePath() function
/freebsd/contrib/ntp/
H A DCommitLog25677 - create 'DestroyPath()' companion to 'CreatePath()' to avoid trouble with 'free()' on 'const char*'
25681 - create 'DestroyPath()' companion to 'CreatePath()' to avoid trouble with 'free()' on 'const char*'
34326 changed CreatePath so new files are written in a writeable directory
34335 changed CreatePath so new files are written in a writeable directory
[all...]