/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | tkey_249.h | 32 isc_uint16_t mode; member in struct:dns_rdata_tkey
|
H A D | tkey_249.c | 376 RETERR(uint16_tobuffer(tkey->mode, target)); 444 tkey->mode = uint16_fromregion(&sr);
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | fsaccess.c | 38 mode_t mode; local 58 mode = 0; 62 mode |= modebit; \ 89 if (chmod(path, mode) < 0)
|
H A D | stdio.c | 31 isc_stdio_open(const char *filename, const char *mode, FILE **fp) { argument 34 f = fopen(filename, mode);
|
H A D | file.c | 250 int mode; local 268 mode = S_IWUSR|S_IRUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; 270 while ((fd = open(templet, O_RDWR|O_CREAT|O_EXCL, mode)) == -1) {
|
H A D | ifiter_ioctl.c | 56 int mode; member in struct:isc_interfaceiter 278 iter->mode = 6; 303 iter->mode = 4; 790 if (iter->mode == 6) { 872 if (iter->mode == 6) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | order.c | 41 unsigned int mode; member in struct:dns_order_ent 85 unsigned int mode) 90 REQUIRE(mode == DNS_RDATASETATTR_RANDOMIZE || 91 mode == DNS_RDATASETATTR_FIXEDORDER || 92 mode == 0 /* DNS_RDATASETATTR_CYCLIC */ ); 103 ent->mode = mode; 133 return (ent->mode); 83 dns_order_add(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, unsigned int mode) argument
|
H A D | dbiterator.c | 139 dns_dbiterator_setcleanmode(dns_dbiterator_t *iterator, isc_boolean_t mode) { argument 142 iterator->cleaning = mode;
|
H A D | tkey.c | 667 if (tkeyin.mode == DNS_TKEYMODE_GSSAPI && 688 tkeyout.mode = tkeyin.mode; 701 if (tkeyin.mode != DNS_TKEYMODE_DELETE) { 704 if (tctx->domain == NULL && tkeyin.mode != DNS_TKEYMODE_GSSAPI) { 747 if (tkeyin.mode == DNS_TKEYMODE_GSSAPI) { 771 switch (tkeyin.mode) { 946 tkey.mode = DNS_TKEYMODE_DIFFIEHELLMAN; 1031 tkey.mode = DNS_TKEYMODE_GSSAPI; 1060 tkey.mode [all...] |
H A D | openssl_link.c | 116 lock_callback(int mode, int type, const char *file, int line) { argument 119 if ((mode & CRYPTO_LOCK) != 0)
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | order.h | 49 unsigned int mode); 56 *\li 'mode' to be one of #DNS_RDATASERATTR_RANDOMIZE, 74 * Returns the mode set by dns_order_add() or zero.
|
H A D | dbiterator.h | 284 dns_dbiterator_setcleanmode(dns_dbiterator_t *iterator, isc_boolean_t mode); 289 *\li When 'mode' is ISC_TRUE,
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | check-style-shell.awk | 101 warn("Missing mode lines");
|
H A D | ltmain.sh | 39 # --mode=MODE use operation mode MODE 58 # Try `$progname --help --mode=MODE' for a more detailed description of MODE. 94 # NLS nuisances: We save the old values to restore during execute mode. 242 # Echo program name prefixed message, along with the current mode 246 $ECHO "$progname${mode+: }$mode: $*" 250 # Echo program name prefixed message in verbose mode only. 265 $ECHO "$progname${mode+: }$mode [all...] |
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | stdio.h | 43 isc_stdio_open(const char *filename, const char *mode, FILE **fp);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs.c | 695 atf_fs_eaccess(const atf_fs_path_t *p, int mode) argument 701 PRE(mode & atf_fs_access_f || mode & atf_fs_access_r || 702 mode & atf_fs_access_w || mode & atf_fs_access_x); 714 if (mode & atf_fs_access_f) 719 if (!ok && !(mode & atf_fs_access_x)) { 731 ok = ((mode & atf_fs_access_r) && (st.st_mode & S_IRUSR)) || 732 ((mode & atf_fs_access_w) && (st.st_mode & S_IWUSR)) || 733 ((mode [all...] |
H A D | fs_test.c | 52 create_dir(const char *p, int mode) argument 56 ret = mkdir(p, mode); 63 create_file(const char *p, int mode) argument 67 fd = open(p, O_CREAT | O_WRONLY | O_TRUNC, mode); 686 printf("File mode : %04o\n", (unsigned int)t->fmode); 687 printf("Access mode : 0x%02x\n", t->amode);
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | stdio.c | 30 isc_stdio_open(const char *filename, const char *mode, FILE **fp) { argument 33 f = fopen(filename, mode);
|
H A D | fsaccess.c | 115 int mode; local 121 mode = 0; 125 mode |= modebit; \ 147 if (_chmod(path, mode) < 0)
|
H A D | file.c | 321 openuniquemode(char *templet, int mode, isc_boolean_t binary, FILE **fp) { argument 338 UNUSED(mode); 340 (void)fchmod(fd, mode); 356 int mode = _S_IREAD | _S_IWRITE; local 357 return (openuniquemode(templet, mode, ISC_FALSE, fp)); 362 int mode = _S_IREAD | _S_IWRITE; local 363 return (openuniquemode(templet, mode, ISC_TRUE, fp));
|
/bind-9.6-ESV-R11/bin/named/unix/ |
H A D | os.c | 677 unsigned int mode; local 692 mode = S_IRUSR | S_IWUSR | S_IXUSR; /* u=rwx */ 693 mode |= S_IRGRP | S_IXGRP; /* g=rx */ 694 mode |= S_IROTH | S_IXOTH; /* o=rx */ 695 if (mkdir(filename, mode) == -1) {
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 78 # We save the old values to restore during execute mode. 99 mode=$default_mode 154 echo "$progname: enabling shell trace mode" 177 --finish) mode="finish" ;; 179 --mode) prevopt="--mode" prev=mode ;; 180 --mode=*) mode="$optarg" ;; 212 # Infer the operation mode [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 80 safe_access(const impl::path& p, int mode, int experr) argument 84 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
|
/bind-9.6-ESV-R11/ |
H A D | ltmain.sh | 39 # --mode=MODE use operation mode MODE 62 # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. 63 # Try `$progname --help --mode=MODE' for a more detailed description of MODE. 109 # NLS nuisances: We save the old values to restore during execute mode. 438 # Echo program name prefixed message, along with the current mode 446 # Echo program name prefixed message in verbose mode only. 562 # Return a directory name, but don't create it in dry-run mode 579 # If we're not in dry-run mode, bomb out on failure 1014 # Shorthand for --mode [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | zoneconf.c | 200 const cfg_obj_t *mode = cfg_tuple_get(stmt, "mode"); local 213 str = cfg_obj_asstring(mode);
|