| /NextBSD/lib/libc/posix1e/ |
| HD | acl_from_text.c | 47 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/ |
| HD | util.c | 317 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/ |
| HD | ItaniumMangle.cpp | 333 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/ |
| HD | c-cr16.texi | 26 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
|
| /NextBSD/crypto/heimdal/doc/ |
| HD | layman.asc | 1203 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/ |
| HD | DiagnosticParseKinds.td | 16 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">;
|
| HD | AttrDocs.td | 1420 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 1508 …qualifier), 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…
|
| HD | DiagnosticSemaKinds.td | 286 "'%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/ |
| HD | jquery.js | 5658 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/ |
| HD | ntpdc-opts.def | 196 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/ |
| HD | ntpq.texi | 67 … expected, a @code{-4} qualifier preceding the host name forces DNS resolution to the IPv4 namespa…
|
| /NextBSD/contrib/jansson/ |
| HD | CHANGES | 563 - Remove const qualifier from the ``json_t`` parameter in
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | x509v3_config.pod | 329 The value of the userNotice qualifier is specified in the relevant section.
|
| /NextBSD/crypto/openssh/ |
| HD | sshd_config.0 | 799 time[qualifier], where time is a positive integer value and qualifier is
|
| /NextBSD/contrib/gcclibs/libiberty/testsuite/ |
| HD | demangle-expected | 3636 # 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/ |
| HD | ChangeLog-2006 | 220 * arm-dis.c (coprocessor_opcodes): The X-qualifier to WMADD may
|
| /NextBSD/contrib/gcc/ |
| HD | tree.h | 2705 #define DECL_QUALIFIER(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.qualifier) 2743 tree qualifier; member
|
| HD | ChangeLog.apple | 824 'volatile' qualifier before doing type comparison.
|
| HD | ChangeLog | 1122 (vrp_int_const_binop): Remove inline qualifier.
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdbint.texinfo | 1670 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/ |
| HD | openssl.txt | 448 The value of the userNotice qualifier is specified in the relevant section.
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp.conf.def | 128 qualifier preceding 132 qualifier forces DNS resolution to the IPv6 namespace.
|
| HD | invoke-ntp.conf.texi | 123 qualifier preceding 127 qualifier forces DNS resolution to the IPv6 namespace.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-2001 | 3480 (check_cv_quals_for_unify): Use new unify qualifier flags. 3481 (unify): Clear new unify qualifier flags.
|
| HD | ChangeLog-2004 | 884 and remove static qualifier. 3353 cv qualifier. 5442 cv-qualifier unification.
|