Searched refs:fileloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | crypto_test.c | 122 char *fileloc; /* file:line of test in file */ member 290 test->fileloc = calloc(len, 1); in load_tests() 291 snprintf(test->fileloc, len, "%s:%d", in load_tests() 864 printf("%s[%lu]: encrypt=%s decrypt=%s\n", test->fileloc, test->id, in test_result()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 199 Lexer::Lexer(SourceLocation fileloc, const LangOptions &langOpts, in Lexer() argument 202 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
|