| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ct.h | 95 /* Gets the CT logs that are trusted sources of SCTs */ 278 * If |logs| is not NULL, it will be used to lookup the CT log that the SCT came 281 void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs); 287 * If |logs| is not NULL, it will be used to lookup the CT log that each SCT 291 const char *separator, const CTLOG_STORE *logs); variable
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ExternalASTMerger.h | 195 llvm::raw_ostream &logs() { return *LogStream; } function in class:clang::ExternalASTMerger
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ExternalASTMerger.cpp | 111 llvm::raw_ostream &logs() { return Parent.logs(); } function in class:__anon2664::LazyASTImporter 204 logs() << "(ExternalASTMerger*)" << (void*)&Parent 215 logs() << "(ExternalASTMerger*)" << (void*)&Parent 224 logs() << "(ExternalASTMerger*)" << (void*)&Parent 300 logs() << "(ExternalASTMerger*)" << (void*)this 379 logs() << "(ExternalASTMerger*)" << (void*)this 425 logs() << "(ExternalASTMerger*)" << (void *)this
|
| /src/external/bsd/nsd/dist/ |
| dbcreate.c | 81 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) 89 if(!logs || logs[0] == 0) return 1; 90 snprintf(buf, sizeof(buf), "; %s\n", logs); 95 write_to_zonefile(zone_type* zone, const char* filename, const char* logs) 104 if(!print_header(zone, out, &now, logs)) { 199 char logs[4096]; local 205 strlcpy(logs, zone->logstr, sizeof(logs)); 207 logs[0] = 0 [all...] |
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| perfpow.c | 238 static const double logs[] = variable 336 d = (mp_limb_t) (count * logs[trial] + 1e-9) + 1;
|
| /src/games/sail/ |
| extern.h | 107 struct logs { struct
|
| /src/external/bsd/unbound/dist/testcode/ |
| doqclient.c | 559 char* logs = client_stream_string(str); local 560 printf("%s has error, there is no answer\n", logs); 561 free(logs); 565 char* logs = client_stream_string(str); local 567 logs); 568 free(logs); 573 char* logs = client_stream_string(str); local 576 printf("%s rcode %s\n", logs, rc); 577 free(logs); 582 char* logs = client_stream_string(str) local 598 char* logs = client_stream_string(str); local 616 char* logs = client_stream_string(str); local 634 char* logs = client_stream_string(str); local 700 char* logs = client_stream_string(str); local 792 char* logs = client_stream_string(str); local 956 char* logs = client_stream_string(str); variable 959 free(logs); variable [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_type.h | 4395 u32 logs; member in struct:ixgbe_bypass_eeprom
|