/bind-9.11.3/lib/dns/ |
H A D | pkcs11.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 22 dst__pkcs11_toresult(const char *funcname, const char *file, int line, argument 28 file, line, funcname, rv); 42 /*! \file */
|
H A D | openssl_link.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 108 lock_callback(int mode, int type, const char *file, int line) { argument 109 UNUSED(file); 137 #define FLARG , const char *file, int line 140 #define FLARG_PASS , file, line 414 const char *file, *data; local 429 err = ERR_get_error_line_data(&file, &line, &data, &flags); 435 "%s:%s:%d:%s", buf, file, line, 465 /*! \file */
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 29 const char *file, unsigned int line) 109 UNEXPECTED_ERROR(file, line, "unable to convert errno " 28 isc___errno2result(int posixerrno, isc_boolean_t dolog, const char *file, unsigned int line) argument
|
/bind-9.11.3/lib/isc/win32/ |
H A D | errno2result.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 27 const char *file, int line) 101 UNEXPECTED_ERROR(file, line, 26 isc__errno2resultx(int posixerrno, isc_boolean_t dolog, const char *file, int line) argument
|
H A D | fsaccess.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 18 * NTFS file systems. Nothing can be done for FAT file systems. 30 #include <isc/file.h> 51 is_ntfs(const char * file) { argument 62 if (isc_file_absolutepath(file, filename, 69 * the UNC style file specs
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | sanity.c | 59 atf_sanity_inv(const char *file, int line, const char *cond) argument 61 fail("Invariant check failed at %s:%d: %s", file, line, cond); 65 atf_sanity_pre(const char *file, int line, const char *cond) argument 67 fail("Precondition check failed at %s:%d: %s", file, line, cond); 71 atf_sanity_post(const char *file, int line, const char *cond) argument 73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testutil.c | 9 * By using this file, you agree to the terms and conditions set forth bellow. 23 * appear in each source code file, this License Terms and Conditions. 56 FILE *file; local 61 file = fopen(filename, "w"); 62 if (file == NULL) { 63 fprintf(stderr, "failed to create config file `%s'\n", 75 fputc('\n', file); 76 fputs(arg, file); 79 fputc('\n', file); 81 fclose(file); [all...] |
/bind-9.11.3/bin/tests/system/checkds/ |
H A D | dig.bat | 3 set file= variable 16 set file=%arg% variable 37 set name=%file%.%ext%.db
|
/bind-9.11.3/lib/irs/tests/ |
H A D | resconf_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 50 const char *file; member in struct:__anon213 109 result = irs_resconf_load(mctx, tests[i].file, &resconf); 110 ATF_CHECK_EQ_MSG(result, tests[i].loadres, "%s", tests[i].file); 112 ATF_CHECK_MSG(resconf != NULL, "%s", tests[i].file); 114 ATF_CHECK_MSG(resconf == NULL, "%s", tests[i].file); 118 tests[i].file);
|
/bind-9.11.3/lib/isc/ |
H A D | error.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 53 isc_error_unexpected(const char *file, int line, const char *format, ...) { argument 57 (unexpected_callback)(file, line, format, args); 62 isc_error_fatal(const char *file, int line, const char *format, ...) { argument 66 (fatal_callback)(file, line, format, args); 72 isc_error_runtimecheck(const char *file, int line, const char *expression) { argument 73 isc_error_fatal(file, line, "RUNTIME_CHECK(%s) %s", expression, 79 default_unexpected_callback(const char *file, int line, const char *format, argument 82 fprintf(stderr, "%s:%d: ", file, lin 89 default_fatal_callback(const char *file, int line, const char *format, va_list args) argument [all...] |
H A D | assertions.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 46 isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, argument 49 isc_assertion_failed_cb(file, line, type, cond); 97 default_callback(const char *file, int line, isc_assertiontype_t type, argument 111 file, line, isc_assertion_typetotext(type), cond,
|
/bind-9.11.3/bin/tools/ |
H A D | named-journalprint.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 40 destination.file.stream = errout; 41 destination.file.name = NULL; 42 destination.file.versions = ISC_LOG_ROLLNEVER; 43 destination.file.maximum_size = 0; 57 char *file; local 67 file = argv[1]; 72 result = dns_journal_print(mctx, file, stdout);
|
/bind-9.11.3/bin/tests/ |
H A D | lwresconf_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 49 const char *file = "/etc/resolv.conf"; local 57 file = argv[1]; 75 if (lwres_conf_parse(ctx, file) == 0) {
|
/bind-9.11.3/bin/tests/system/dyndb/driver/ |
H A D | driver.c | 54 * @param[in] file The name of the file from which the parameters 62 const char *file, unsigned long line, 99 name, file, line); 61 dyndb_init(isc_mem_t *mctx, const char *name, const char *parameters, const char *file, unsigned long line, const dns_dyndbctx_t *dctx, void **instp) argument
|
/bind-9.11.3/lib/dns/tests/ |
H A D | nsec3_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 30 iteration_test(const char *file, unsigned int expected) { argument 35 result = dns_test_loaddb(&db, dns_dbtype_zone, "test", file); 36 ATF_CHECK_EQ_MSG(result, ISC_R_SUCCESS, "%s", file); 39 ATF_CHECK_EQ_MSG(result, ISC_R_SUCCESS, "%s", file); 41 ATF_CHECK_EQ_MSG(iterations, expected, "%s", file);
|
H A D | dbversion_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 21 #include <isc/file.h> 38 local_callback(const char *file, int line, isc_assertiontype_t type, argument 41 UNUSED(file); UNUSED(line); UNUSED(type); UNUSED(cond);
|
H A D | rbt_serialize_test.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /* ! \file */ 36 #include <isc/file.h> 103 write_data(FILE *file, unsigned char *datap, void *arg, isc_uint64_t *crc) { argument 112 REQUIRE(file != NULL); 118 result = isc_stdio_tell(file, &where); 128 ret = fwrite(&temp, sizeof(data_holder_t), 1, file); 133 ret = fwrite(data->data, data->len, 1, file); 275 atf_tc_set_md_var(tc, "descr", "Test writing an rbt to file"); 317 * Map in the whole file i [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | api.c | 9 * By using this file, you agree to the terms and conditions set forth bellow. 23 * appear in each source code file, this License Terms and Conditions. 73 idn__setconffile(const char *file) { argument 77 TRACE(("idn__setconffile(%s)\n", (file == NULL) ? "<null>" : file)); 84 if (file == NULL) 87 s = (char *)malloc(strlen(file) + 1); 92 strcpy(s, file);
|
H A D | filechecker.c | 9 * By using this file, you agree to the terms and conditions set forth bellow. 23 * appear in each source code file, this License Terms and Conditions. 69 static idn_result_t read_file(const char *file, FILE *fp, 77 idn__filechecker_create(const char *file, idn__filechecker_t *ctxp) { argument 82 assert(file != NULL && ctxp != NULL); 84 TRACE(("idn__filechecker_create(file=\"%-.100s\")\n", file)); 86 if ((fp = fopen(file, "r")) == NULL) { 88 file)); 100 r = read_file(file, f 152 read_file(const char *file, FILE *fp, idn_ucsset_t set) argument [all...] |
/bind-9.11.3/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 10 # behaviour with NXdomain) and with domains from a real zone file." 60 sys.stdout.write(" [-m MAXSIZE] [-f zone-file]\n") 95 file = open(zone_file) variable 96 line = file.readline() 103 line = file.readline() 104 file.close()
|
/bind-9.11.3/contrib/sdb/bdb/ |
H A D | zone2bdb.c | 46 * 'file' is a valid non-existant path. 49 bdb_init(const char *file) argument 55 REQUIRE(db->open(db, file, NULL, DB_HASH, DB_CREATE | DB_EXCL, 0) == 0);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-verify.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 9 /*! \file */ 21 #include <isc/file.h> 83 * Load the zone file from disk 86 loadzone(char *file, char *origin, dns_rdataclass_t rdclass, dns_db_t **db) { argument 108 result = dns_db_load2(*db, file, inputformat); 117 * not whether origin and file contain the same string. 119 if (origin == file) { 120 fatal("failed loading zone '%s' from file '%s': " 122 origin, file); 169 char *origin = NULL, *file = NULL; local [all...] |
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | loc_29.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 119 const char *file = isc_lex_getsourcename(lexer); local 122 if (file == NULL) 123 file = "UNKNOWN"; 126 "dns_rdata_fromtext", file, line, 204 const char *file = isc_lex_getsourcename(lexer); local 207 if (file == NULL) 208 file = "UNKNOWN"; 212 file, line, DNS_AS_STR(token));
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | log.h | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 14 /*! \file isc/log.h */ 118 * be big enough for the largest file supportable by the operating 121 * to a size large enough for the largest possible file on a system. 132 isc_logfile_t file; member in union:isc_logdestination 198 * that could changed based on some configuration file, as opposed to the 849 * rename the log file and call isc_log_closefilelogs(). 907 isc_logfile_roll(isc_logfile_t *file); 912 *\li file is not NULL.
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | mutex.c | 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 11 /*! \file */ 55 const char * file; member in struct:__anon269 63 const char * file; /*%< File mutex was created in. */ member in struct:isc_mutexstats 83 isc_mutex_init_profile(isc_mutex_t *mp, const char *file, int line) { argument 110 mp->stats->file = file; 116 mp->stats->lockers[i].file = NULL; 127 isc_mutex_lock_profile(isc_mutex_t *mp, const char *file, int line) { argument 147 if (mp->stats->lockers[i].file 170 isc_mutex_unlock_profile(isc_mutex_t *mp, const char *file, int line) argument 275 isc__mutex_init(isc_mutex_t *mp, const char *file, unsigned int line) argument [all...] |