Searched refs:attributes (Results 426 - 450 of 804) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dvalidator.h128 unsigned int attributes; member in struct:dns_validator
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dname.h112 unsigned int attributes; member in struct:dns_name
244 * \li + Of the attributes associated with 'name', all are retained except
1326 _n->attributes = 0; \
1339 (n)->attributes &= ~DNS_NAMEATTR_ABSOLUTE; \
1347 (((n)->attributes & DNS_NAMEATTR_ABSOLUTE) != 0 ? true : false)
H A Dvalidator.h127 unsigned int attributes; member in struct:dns_validator
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dreq.c201 r.certificationRequestInfo.attributes =
202 calloc(1, sizeof(*r.certificationRequestInfo.attributes));
203 if (r.certificationRequestInfo.attributes == NULL) {
/netbsd-current/crypto/external/bsd/heimdal/dist/admin/
H A Dget.c144 princ.attributes |= KRB5_KDB_DISALLOW_ALL_TIX;
190 if(!created && (princ.attributes & KRB5_KDB_DISALLOW_ALL_TIX))
192 princ.attributes &= (~KRB5_KDB_DISALLOW_ALL_TIX);
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c995 am_fattr3 *fattr3 = &post_op->am_post_op_attr_u.attributes;
996 am_wcc_attr *wcc_attr = &pre_op->am_pre_op_attr_u.attributes;
1034 wcc_attr = &pre_op_dir->am_pre_op_attr_u.attributes;
1180 /* dir attributes */
1183 fattr3 = &post_op_dir->am_post_op_attr_u.attributes;
1213 /* mount attributes */
1216 fattr3 = &post_op_obj->am_post_op_attr_u.attributes;
1251 fattr3 = &post_op_obj->am_post_op_attr_u.attributes;
1305 fattr3 = &post_op_sym->am_post_op_attr_u.attributes;
1335 am_fattr3 *fattr3 = &post_op_file->am_post_op_attr_u.attributes;
[all...]
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dquery.c107 (((c)->query.attributes & NS_QUERYATTR_PARTIALANSWER) != 0)
109 #define USECACHE(c) (((c)->query.attributes & NS_QUERYATTR_CACHEOK) != 0)
111 #define RECURSIONOK(c) (((c)->query.attributes & NS_QUERYATTR_RECURSIONOK) != 0)
113 #define RECURSING(c) (((c)->query.attributes & NS_QUERYATTR_RECURSING) != 0)
116 (((c)->query.attributes & NS_QUERYATTR_WANTRECURSION) != 0)
118 #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
121 #define WANTDNSSEC(c) (((c)->attributes & NS_CLIENTATTR_WANTDNSSEC) != 0)
123 #define WANTAD(c) (((c)->attributes & NS_CLIENTATTR_WANTAD) != 0)
125 #define HAVECOOKIE(c) (((c)->attributes & NS_CLIENTATTR_HAVECOOKIE) != 0)
127 #define WANTCOOKIE(c) (((c)->attributes
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Decdb.c77 unsigned int attributes; member in struct:rdatasetheader
85 #define NXDOMAIN(header) (((header)->attributes & RDATASET_ATTR_NXDOMAIN) != 0)
86 #define NEGATIVE(header) (((header)->attributes & RDATASET_ATTR_NEGATIVE) != 0)
378 rdataset->attributes |= DNS_RDATASETATTR_NXDOMAIN;
381 rdataset->attributes |= DNS_RDATASETATTR_NEGATIVE;
443 header->attributes = 0;
444 if ((rdataset->attributes & DNS_RDATASETATTR_NXDOMAIN) != 0) {
445 header->attributes |= RDATASET_ATTR_NXDOMAIN;
447 if ((rdataset->attributes & DNS_RDATASETATTR_NEGATIVE) != 0) {
448 header->attributes |
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dreadelf.exp471 # Assemble the DWARF-5 attributes test file.
472 if {![binutils_assemble_flags $srcdir/$subdir/dwarf-attributes.S tmpdir/dwarf-attributes.o ""]} then {
473 unresolved "readelf -wi dwarf-attributes (failed to assemble)"
477 set tempfile tmpdir/dwarf-attributes.o
479 set tempfile [remote_download host tmpdir/dwarf-attributes.o]
486 readelf_test -wi $tempfile dwarf-attributes.W {}
H A Dnote-4-32.s14 .pushsection .gnu.build.attributes, "", %note
H A Dnote-4-64.s18 .pushsection .gnu.build.attributes, "", %note
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc1 /* d-attribs.c -- D attributes handling.
18 /* Implementation of attribute handlers for user defined attributes and
58 /* D attribute handlers for user defined attributes. */
72 /* Define attributes that are mutually exclusive with one another. */
114 /* Table of machine-independent attributes.
147 /* Table of D language attributes exposed by `gcc.attribute' UDAs. */
212 Common and format attributes are kept internal. */
234 attached to a declaration. These attributes can then be queried, extracted,
326 /* If any GCC attributes are found in the declaration SYM, apply them to the
646 tree attributes local
716 tree attributes = DECL_ATTRIBUTES (*node); local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-glade.c235 const char **attributes)
259 const char **attp = attributes;
274 const char **attp = attributes;
234 start_element_handler(void *userData, const char *name, const char **attributes) argument
/netbsd-current/lib/libmenu/
H A DMakefile14 SRCS= menu.c item.c userptr.c internals.c driver.c post.c attributes.c
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/netbsd-current/external/mit/xorg/bin/xterm/
H A DMakefile29 CWARNFLAGS.gcc+= -Wno-error=attributes
/netbsd-current/lib/libcurses/
H A Dcopywin.c122 cc.attributes = sp->attr;
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-jobs-no-action.mk21 # The shell attributes are handled by Job_ParseShell.
22 # The shell attributes 'quiet' and 'echo' don't need a trailing newline,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drdatalist.c241 rdataset->attributes |= DNS_RDATASETATTR_NOQNAME;
255 REQUIRE((rdataset->attributes & DNS_RDATASETATTR_NOQNAME) != 0);
346 rdataset->attributes |= DNS_RDATASETATTR_CLOSEST;
360 REQUIRE((rdataset->attributes & DNS_RDATASETATTR_CLOSEST) != 0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmapmisc.d54 0+00 l d .ARM.attributes 00000000 .ARM.attributes
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c304 CK_ATTRIBUTE attributes[] = { local
342 rv = p11_module->C_CreateObject(p11ctx->hSession, attributes,
343 sizeof(attributes) / sizeof(attributes[0]),

Completed in 214 milliseconds

<<11121314151617181920>>