Home
last modified time | relevance | path

Searched refs:qualifier (Results 1 – 25 of 62) sorted by relevance

123

/NextBSD/lib/libc/posix1e/
HDacl_from_text.c47 static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
53 acl_string_to_tag(char *tag, char *qualifier) in acl_string_to_tag() argument
56 if (*qualifier == '\0') { in acl_string_to_tag()
86 char *tag, *qualifier, *permission; in _posix1e_acl_entry_from_text() local
108 qualifier = strsep(&entry, ":"); in _posix1e_acl_entry_from_text()
109 if (qualifier == NULL) { in _posix1e_acl_entry_from_text()
113 qualifier = string_skip_whitespace(qualifier); in _posix1e_acl_entry_from_text()
114 string_trim_trailing_whitespace(qualifier); in _posix1e_acl_entry_from_text()
124 t = acl_string_to_tag(tag, qualifier); in _posix1e_acl_entry_from_text()
141 if (*qualifier != '\0') { in _posix1e_acl_entry_from_text()
[all …]
/NextBSD/contrib/dtc/
HDutil.c317 int qualifier = 0; in utilfdt_decode_type() local
325 qualifier = *fmt++; in utilfdt_decode_type()
326 if (qualifier == *fmt) { in utilfdt_decode_type()
330 qualifier = 'b'; in utilfdt_decode_type()
342 *size = qualifier == 'b' ? 1 : in utilfdt_decode_type()
343 qualifier == 'h' ? 2 : in utilfdt_decode_type()
344 qualifier == 'l' ? 4 : -1; in utilfdt_decode_type()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp333 void mangleUnresolvedPrefix(NestedNameSpecifier *qualifier,
335 void mangleUnresolvedName(NestedNameSpecifier *qualifier,
360 void manglePrefix(NestedNameSpecifier *qualifier);
390 NestedNameSpecifier *qualifier,
802 void CXXNameMangler::mangleUnresolvedPrefix(NestedNameSpecifier *qualifier, in mangleUnresolvedPrefix() argument
819 switch (qualifier->getKind()) { in mangleUnresolvedPrefix()
834 if (qualifier->getPrefix()) in mangleUnresolvedPrefix()
835 mangleUnresolvedPrefix(qualifier->getPrefix(), in mangleUnresolvedPrefix()
839 mangleSourceName(qualifier->getAsNamespace()->getIdentifier()); in mangleUnresolvedPrefix()
842 if (qualifier->getPrefix()) in mangleUnresolvedPrefix()
[all …]
/NextBSD/contrib/binutils/gas/doc/
HDc-cr16.texi26 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
/NextBSD/crypto/heimdal/doc/
HDlayman.asc1203 The OPTIONAL qualifier indicates that the value of a
1205 sequence. The DEFAULT qualifier also indicates that the
1210 OPTIONAL or DEFAULT qualifier, as well as of any component
1232 DEFAULT qualifier is absent from the sequence,
1237 qualifier is the default value, then the encoding
1243 with the DEFAULT qualifier is the default value, the
1297 The OPTIONAL qualifier indicates that the value of a
1299 The DEFAULT qualifier also indicates that the value of a
1314 DEFAULT qualifier is absent from the set, then the
1319 qualifier is the default value, then the encoding
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticParseKinds.td16 def w_asm_qualifier_ignored : Warning<"ignored %0 qualifier on asm">,
192 "'%0' qualifier may not appear after the virtual specifier '%1'">;
260 "'%0' qualifier may not be applied to a reference">;
341 "type name requires a specifier or qualifier">;
435 def err_objc_illegal_interface_qual : Error<"illegal interface qualifier">;
966 "OpenCL does not support the '%0' %select{type qualifier|storage class specifier}1">;
HDAttrDocs.td1420 The address space qualifier may be used to specify the region of memory that is
1460 with the constant address space qualifier can be declared in any scope and must
1508qualifier), doesn't have a defined meaning for null (the ``_Nonnull`` qualifier), or for which the…
1539 The ``_Nonnull`` nullability qualifier indicates that null is not a meaningful value for a value of…
1553 The ``_Nullable`` nullability qualifier indicates that a value of the ``_Nullable`` pointer type ca…
1567 The ``_Null_unspecified`` nullability qualifier indicates that neither the ``_Nonnull`` nor ``_Null…
1597 …y take advantage of to, e.g., remove null checks. The ``_Nonnull`` type qualifier indicates that a…
1611 …avior, which the optimizer may take advantage of. The ``_Nonnull`` type qualifier indicates that a…
HDDiagnosticSemaKinds.td286 "'%0' type qualifier%s1 on return type %plural{1:has|:have}1 no effect">,
1425 "'%0' qualifier is not allowed on a constructor">;
1427 "ref-qualifier '%select{&&|&}0' is not allowed on a constructor">;
1447 "'%0' qualifier is not allowed on a destructor">;
1449 "ref-qualifier '%select{&&|&}0' is not allowed on a destructor">;
1506 "'const', 'restrict', and 'volatile'}2 qualifier%plural{1:|2:|4:|:s}2">;
3146 "volatile and restrict|const, volatile, and restrict}3 qualifier"
3465 "call to pointer to member function of type %0 drops '%1' qualifier%s2">;
3767 "qualifier in explicit instantiation of %q0 requires a template-id "
3872 "using declaration|friend declaration|qualifier|initializer|default argument|"
[all …]
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.js5658 function winnow( elements, qualifier, keep ) { argument
5662 qualifier = qualifier || 0;
5664 if ( jQuery.isFunction( qualifier ) ) {
5666 var retVal = !!qualifier.call( elem, i, elem );
5670 } else if ( qualifier.nodeType ) {
5672 return ( elem === qualifier ) === keep;
5675 } else if ( typeof qualifier === "string" ) {
5680 if ( isSimple.test( qualifier ) ) {
5681 return jQuery.filter(qualifier, filtered, !keep);
5683 qualifier = jQuery.filter( qualifier, filtered );
[all …]
/NextBSD/contrib/ntp/ntpdc/
HDntpdc-opts.def196 qualifier preceding the host name forces DNS resolution to the IPv4 namespace,
199 qualifier forces DNS resolution to the IPv6 namespace.
/NextBSD/contrib/ntp/ntpq/
HDntpq.texi67 … expected, a @code{-4} qualifier preceding the host name forces DNS resolution to the IPv4 namespa…
/NextBSD/contrib/jansson/
HDCHANGES563 - Remove const qualifier from the ``json_t`` parameter in
/NextBSD/crypto/openssl/doc/apps/
HDx509v3_config.pod329 The value of the userNotice qualifier is specified in the relevant section.
/NextBSD/crypto/openssh/
HDsshd_config.0799 time[qualifier], where time is a positive integer value and qualifier is
/NextBSD/contrib/gcclibs/libiberty/testsuite/
HDdemangle-expected3636 # More hairy qualifier handling.
3660 # Another member function qualifier test case, when the member function
3679 # Yet another member function qualifier problem.
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-2006220 * arm-dis.c (coprocessor_opcodes): The X-qualifier to WMADD may
/NextBSD/contrib/gcc/
HDtree.h2705 #define DECL_QUALIFIER(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.qualifier)
2743 tree qualifier; member
HDChangeLog.apple824 'volatile' qualifier before doing type comparison.
HDChangeLog1122 (vrp_int_const_binop): Remove inline qualifier.
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo1670 qualifier. Or, a local symbol can be referenced when we are ``in'' a
2599 Given the type flags representing an address class qualifier, return
2603 Given an address qualifier name, set the @code{int} refererenced by @var{type_flags_ptr} to the typ…
2604 for that address class qualifier.
2651 The qualifier @code{@@short} is used in @value{GDBN}'s type expressions
2878 If @var{name} is a valid address class qualifier name, set the @code{int}
2879 referenced by @var{type_flags_ptr} to the mask representing the qualifier
2880 and return 1. If @var{name} is not a valid address class qualifier name,
2910 Return the name of the address class qualifier associated with the type
/NextBSD/crypto/openssl/doc/
HDopenssl.txt448 The value of the userNotice qualifier is specified in the relevant section.
/NextBSD/contrib/ntp/ntpd/
HDntp.conf.def128 qualifier preceding
132 qualifier forces DNS resolution to the IPv6 namespace.
HDinvoke-ntp.conf.texi123 qualifier preceding
127 qualifier forces DNS resolution to the IPv6 namespace.
/NextBSD/contrib/gcc/cp/
HDChangeLog-20013480 (check_cv_quals_for_unify): Use new unify qualifier flags.
3481 (unify): Clear new unify qualifier flags.
HDChangeLog-2004884 and remove static qualifier.
3353 cv qualifier.
5442 cv-qualifier unification.

123