Searched refs:CreatePath (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/sntp/tests/ |
H A D | kodFile.c | 37 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 D | keyFile.c | 73 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 D | utilities.c | 165 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 D | fileHandlingTest.h.in | 25 extern const char * CreatePath(const char* filename,
|
H A D | fileHandlingTest.c | 12 CreatePath( in CreatePath() function
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 25677 - 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...] |