| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_equiv.c | 34 ALLOCATOR(relation, "related variables"); 36 static struct relation *alloc_relation(const char *name, struct symbol *sym) in alloc_relation() 38 struct relation *tmp; in alloc_relation() 48 struct relation *rel; in clone_related_list() 58 static int cmp_relation(struct relation *a, struct relation *b) in cmp_relation() 81 struct relation *one_rel; in get_shared_relations() 82 struct relation *two_rel; in get_shared_relations() 107 struct relation *rel; in add_related() 108 struct relation *new; in add_related() 109 struct relation tmp = { in add_related() [all …]
|
| /illumos-gate/usr/src/man/man5/ |
| H A D | kdc.conf.5 | 31 \fIrelation\fR = \fIrelation-value\fR 42 \fIrelation-subsection\fR = { 43 \fIrelation\fR = \fIrelation-value\fR 44 \fIrelation\fR = \fIrelation-value\fR 70 Contains subsections for Kerberos realms, where \fIrelation-subsection\fR is 89 The following relation can be defined in the \fB[kdcdefaults]\fR section: 97 This relation lists the UDP ports on which the Kerberos server should listen by 99 is 0, the Kerberos server does not listen on any UDP port. If this relation is 110 This relation lists the TCP ports on which the Kerberos server should listen by 112 is 0, the Kerberos server does not listen on any TCP port. If this relation is [all …]
|
| H A D | krb5.conf.5 | 27 \fIrelation\fR= \fIrelation-value\fR 33 \fIrelation-subsection\fR = { 36 \fIrelation\fR= \fIrelation-value\fR 40 \fIrelation\fR= \fIrelation-value\fR 66 \fIrelation-subsection\fR is the name of an application. Each subsection 77 Contains subsections for Kerberos realms, where \fIrelation-subsection\fR is 239 This relation controls the encryption types for session keys permitted by 408 \fIrelation-subsection\fR is the name of an application. Each subsection 589 \fIrelation-subsection\fR is the name of a realm. Each subsection contains 868 Kerberos realm name. The \fIrelation\fR can be a host name, or a domain name, [all …]
|
| /freebsd/share/doc/usd/06.bc/ |
| H A D | bc | 488 if(relation) statement 489 if(relation) statement else statement 490 while(relation) statement 491 for(expression1; relation; expression2) statement 497 if(relation) {statements} 498 if(relation) {statements} else {statements} 499 while(relation) {statements} 500 for(expression1; relation; expression2) {statements} 504 A relation in one of the control statements is an expression of the form 512 The relation `==' [all …]
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_matching.c | 144 relation_type relation; member 397 rs->relation = relation_none; in parse_rule_set() 400 rs->relation = relation_and; in parse_rule_set() 404 rs->relation = relation_or; in parse_rule_set() 411 if (rs->relation == relation_none && rs->num_crs > 0) { in parse_rule_set() 412 pkiDebug("%s: Assuming AND relation for multiple components in rule '%s'\n", in parse_rule_set() 414 rs->relation = relation_and; in parse_rule_set() 427 * we can short-circuit an OR or an AND relation if an in parse_rule_set() 566 pkiDebug("%s: matching rule relation is %s with %d components\n", in check_all_certs() 567 __FUNCTION__, relation2string(rs->relation), rs->num_crs); in check_all_certs() [all …]
|
| /freebsd/lib/msun/man/ |
| H A D | math.3 | 166 isgreater greater than relation 167 isgreaterequal greater than or equal to relation 168 isless less than relation 169 islessequal less than or equal to relation 170 islessgreater less than or greater than relation 171 isunordered unordered relation
|
| /illumos-gate/usr/src/cmd/rpcgen/ |
| H A D | rpc_parse.h | 62 enum relation { enum 68 typedef enum relation relation; typedef 73 relation rel; 94 relation rel;
|
| /illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
| H A D | pkinit_matching.c | 152 relation_type relation; member 413 rs->relation = relation_none; in parse_rule_set() 416 rs->relation = relation_and; in parse_rule_set() 420 rs->relation = relation_or; in parse_rule_set() 427 if (rs->relation == relation_none && rs->num_crs > 1) { in parse_rule_set() 428 pkiDebug("%s: Assuming AND relation for multiple components in rule '%s'\n", in parse_rule_set() 430 rs->relation = relation_and; in parse_rule_set() 443 * we can short-circuit an OR or an AND relation if an in parse_rule_set() 581 pkiDebug("%s: matching rule relation is %s with %d components\n", in check_all_certs() 582 __FUNCTION__, relation2string(rs->relation), rs->num_crs); in check_all_certs() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | relation.h | 23 // [concept.relation] 26 concept relation = variable 32 concept equivalence_relation = relation<_Rp, _Tp, _Up>; 37 concept strict_weak_order = relation<_Rp, _Tp, _Up>;
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_parse.h | 76 enum relation { enum 82 typedef enum relation relation; typedef 87 relation rel; 108 relation rel;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 9 // relation mapping between instructions. Relation models are defined using 11 // parses these definitions and generates relation maps using the information 41 // values for all the instructions appearing in the same row of the relation 42 // table. All the instructions in a given row of the relation table have some 111 // instructions in a row of the relation table. in InstrMap() 115 // in a column of the relation table. Ex: ColFields = 'predSense' in InstrMap() 123 // each column in the relation table. in InstrMap() 165 // class MapTableEmitter : It builds the instruction relation maps using 221 // Process all the instructions that model this relation (alreday present in 343 "', for the relation `" + InstrMapDesc.getName() + in getInstrForColumn() [all …]
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_err.et | 10 error_code PROF_NO_RELATION, "Profile relation not found" 12 "Attempt to add a relation to node which is not a section" 30 error_code PROF_RELATION_SYNTAX, "Syntax error in profile relation"
|
| H A D | profile.5 | 41 relation which is named "default_realm" and has the value 47 profile_get_values() is called querying the "kdc" relation, both 54 searched for a matching relation, and all of the values found in all
|
| H A D | profile.hin | 165 * relations and sections within names. Otherwise, iterate over the relation 178 * relation or section in an iteration. If producing a section result, set 212 * Optional: Change the value of a relation, or remove it if new_value is NULL. 213 * If old_value is set and the relation does not have that value, return 229 * Optional: Add a new relation, or a new section if new_value is NULL. Add
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | kdc.conf.man | 94 contain a relation for the tag. See the \fI\%[realms]\fP section for 156 ACL file, set this relation to the empty string with \fBacl_file = 161 (String.) This relation indicates the name of the configuration 168 (String, deprecated.) This relation specifies the location of the 326 relation is required in the replica KDC configuration file, and 327 this relation or \fBiprop_listen\fP is required in the primary 357 relation to the empty string with \fBkadmind_listen = \(dq\(dq\fP\&. If 381 To disable listening on UDP, set this relation to the empty string 389 release 1.15, this relation lists the ports for the 392 if that relation is not defined. [all …]
|
| H A D | krb5.conf.man | 103 relation can be marked as final by placing a \(aq*\(aq after the tag name. 222 This relation specifies the name of the default credential cache. 223 The default is \fB@CCNAME@\fP\&. This relation is subject to parameter 227 This relation specifies the name of the default keytab for 229 relation is subject to parameter expansion (see below). 233 This relation specifies the default keytab name to be used by 235 relation is subject to parameter expansion (see below). 238 This relation specifies the name of the default replay cache. 239 The default is \fBdfl:\fP\&. This relation is subject to parameter 325 This relation allows for custom error message formatting. If a [all …]
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/ |
| H A D | prof_err.c | 22 "Profile relation not found")); in prof_error_table() 25 "Attempt to add a relation to node which is not a section")); in prof_error_table() 58 "Syntax error in profile relation")); in prof_error_table()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 117 // [concept.relation], concept relation 119 concept relation = see below; 152 # include <__concepts/relation.h>
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | concepts.cppm | |
| /freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | graph_legend.html | 25 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 73 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 81 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
| /freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | graph_legend.html | 25 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 73 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 81 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
| /freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | graph_legend.html | 26 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 74 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
| /freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | graph_legend.html | 26 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 74 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
| /freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | graph_legend.html | 26 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 74 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | graph_legend.html | 27 <span class="comment">/*! Truncated class, inheritance relation is hidden */</span> 75 A dark blue arrow is used to visualize a public inheritance relation between two classes. </li> 83 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|