Searched refs:scope (Results 26 - 50 of 258) sorted by relevance

1234567891011

/openbsd-current/usr.bin/sndiod/
H A Ddev_sioctl.c94 if (c->scope != CTL_HW || c->u.hw.dev != d ||
141 if (c->scope == CTL_HW && c->u.hw.dev == d) {
164 if (c->scope == CTL_HW && c->u.hw.dev == d && c->dirty)
197 if (c->scope != CTL_HW || c->u.hw.dev != d || !c->dirty)
/openbsd-current/usr.sbin/ldapd/
H A Dauth.c36 char *dn, int rights, char *attr, enum scope scope)
50 if (scope == LDAP_SCOPE_BASE) {
51 switch (aci->scope) {
65 } else if (scope == LDAP_SCOPE_ONELEVEL) {
66 switch (aci->scope) {
78 } else if (scope == LDAP_SCOPE_SUBTREE) {
79 switch (aci->scope) {
115 char *attr, int scope)
144 attr, scope)) {
35 aci_matches(struct aci *aci, struct conn *conn, struct namespace *ns, char *dn, int rights, char *attr, enum scope scope) argument
114 authorized(struct conn *conn, struct namespace *ns, int rights, char *dn, char *attr, int scope) argument
[all...]
H A Daldap.h59 enum scope { enum
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Daddrtree.h39 * is the addition of 'scope' to a node. Scope is only relevant for
46 * node.scope<=sourcemask && node.elem!=NULL
52 * Insertion needs an address, sourcemask and scope. The length of the
53 * address is capped by min(sourcemask, scope). While traversing the
54 * tree the scope of all visited nodes is updated. This ensures we are
97 addrlen_t scope; member in struct:addrnode
99 * for /0 was answered with scope 0. For query /x answer scope 0,
154 * scope might be changed according to local policy. Caller should no
161 * @param scope
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ospf6.c122 char *scope; local
126 scope = "linklocal-";
129 scope = "area-";
132 scope = "AS-";
135 scope = "";
141 printf(" %srtr %s", scope, ipaddr_string(ls_router));
145 printf(" %snet dr %s if %s", scope,
151 printf(" %sinter-area-prefix %s abr %s", scope,
157 printf(" %sinter-area-router %s rtr %s", scope,
163 printf(" %sase %s asbr %s", scope,
[all...]
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c76 static void dump_scope(scope_t *scope);
77 static void emit_patch(scope_t *scope, int patch);
128 /* Set Sentinal scope node */
280 /* Process outmost scope */
285 * tranversal, recursively handling each scope.
287 /* start at the root scope */
459 dump_scope(scope_t *scope) argument
464 * Emit the first patch for this scope
466 emit_patch(scope, 0);
469 * Dump each scope withi
487 emit_patch(scope_t *scope, int patch) argument
779 process_scope(scope_t *scope) argument
[all...]
/openbsd-current/lib/libc/asr/
H A Dgetnameinfo_async.c254 char scope[IF_NAMESIZE + 1], *ifname; local
270 scope[0] = SCOPE_DELIMITER;
271 scope[1] = '\0';
279 ifname = if_indextoname(ifidx, scope + 1);
282 snprintf(scope + 1, sizeof(scope) - 1, "%u", ifidx);
284 strlcat(buf, scope, buflen);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c263 is the BINFO indicating the qualifying scope used to access the
445 /* Finish a scope. */
466 /* Begin a new scope. */
478 when the current scope is exited. EH_ONLY is true when this is not
635 tree r, scope; local
636 scope = do_pushlevel (sk_block);
638 TREE_CHAIN (r) = scope;
686 tree scope = TREE_CHAIN (if_stmt); local
688 add_stmt (do_poplevel (scope));
871 /* Pop the scope fo
874 tree scope = TREE_CHAIN (for_stmt); local
904 tree r, scope; local
967 tree scope; local
1477 tree scope; local
1935 finish_pseudo_destructor_expr(tree object, tree scope, tree destructor) argument
2391 qualified_name_lookup_error(tree scope, tree name, tree decl) argument
2477 finish_id_expression(tree id_expression, tree decl, tree scope, cp_id_kind *idk, bool integral_constant_expression_p, bool allow_non_integral_constant_expression_p, bool *non_integral_constant_expression_p, bool template_p, bool done, bool address_p, bool template_arg_p, const char **error_msg) argument
[all...]
H A Dparser.c50 qualifying scope. */
58 /* The token's qualifying scope (used when it is a
1073 keeps track of what scope is presently active; everything else
1075 initializers may also need to set the scope, in order to check
1201 scope given by OBJECT_TYPE (the type of `x' or `*x') and also in
1306 /* The scope in which names should be looked up. If NULL_TREE, then
1307 we look up names in the scope that is currently open in the
1309 NAMESPACE_DECL for the scope in which we should look. It can
1310 also be ERROR_MARK, when we've parsed a bogus scope.
1315 will look up `Z' in the scope o
1317 tree scope; local
2180 cp_parser_diagnose_invalid_type_name(cp_parser *parser, tree scope, tree id) argument
2581 cp_parser_make_typename_type(cp_parser *parser, tree scope, tree id) argument
3477 tree scope; local
3957 tree scope; local
4003 tree scope; local
4608 tree scope = NULL_TREE; local
4886 cp_parser_pseudo_destructor_name(cp_parser* parser, tree* scope, tree* type) argument
9161 tree scope = CP_DECL_CONTEXT (get_first_fn (decl)); local
11092 tree scope; local
11529 tree scope = NULL_TREE; local
12943 tree scope; local
13096 tree scope = NULL_TREE; local
13386 tree scope; local
13454 tree scope; local
15270 tree scope; local
[all...]
H A Dsearch.c155 true, consider any special access of the current scope, or access
173 public typedef created in the scope of every class. */
468 /* We generally treat class-scope using-declarations as
498 NAMESPACE_DECL corresponding to the innermost non-block scope. */
517 function. If so, we know to put the decls into the class's scope. */
533 /* Returns nonzero if we are currently in a function scope. Note
544 /* Returns true if the innermost active scope is a class scope. */
553 /* Returns true if the innermost active scope is a namespace scope
775 friend_accessible_p(tree scope, tree decl, tree binfo) argument
834 tree scope = current_scope (); local
855 tree scope; local
1740 tree scope; local
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Drrdp_notification.c65 enum notification_scope scope; member in struct:notification_xml
164 if (nxml->scope != NOTIFICATION_SCOPE_START)
202 nxml->scope = NOTIFICATION_SCOPE_NOTIFICATION;
210 if (nxml->scope != NOTIFICATION_SCOPE_NOTIFICATION_POST_SNAPSHOT)
213 nxml->scope = NOTIFICATION_SCOPE_END;
225 if (nxml->scope != NOTIFICATION_SCOPE_NOTIFICATION)
248 nxml->scope = NOTIFICATION_SCOPE_SNAPSHOT;
256 if (nxml->scope != NOTIFICATION_SCOPE_SNAPSHOT)
259 nxml->scope = NOTIFICATION_SCOPE_NOTIFICATION_POST_SNAPSHOT;
271 if (nxml->scope !
[all...]
/openbsd-current/libexec/login_ldap/
H A Dutil.c205 /* We need a default scope */
206 ctx->gscope = ctx->scope = getscope(NULL);
263 } else if (strcmp(key, "scope") == 0) {
264 if ((ctx->scope = getscope(value)) == -1)
291 if ((ctx->scope = getscope(value)) == -1)
440 getscope(char *scope) argument
442 if (scope == NULL || scope[0] == '\0')
445 if (strcmp(scope, "base") == 0)
447 else if (strcmp(scope, "on
[all...]
H A Daldap.h102 int scope; member in struct:aldap_url
143 enum scope { enum
227 int aldap_search(struct aldap *, char *, enum scope, char *, char **, int, int, int, struct aldap_page_control *);
H A Dsearch.c45 search(struct auth_ctx *ctx, char *base, char *flt, enum scope scp)
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h41 /// A protected scope for zero-cost EH handling.
85 /// Always a multiple of the scope-stack alignment.
141 /// A scope which attempts to handle some, possibly all, types of
144 /// Objective C \@finally blocks are represented using a cleanup scope
145 /// after the catch scope.
230 /// A cleanup scope which generates the cleanup blocks lazily.
232 /// The nearest normal cleanup scope enclosing this one.
235 /// The nearest EH scope enclosing this one.
261 /// this one). If this is the top cleanup scope, all the fixups
262 /// from this index onwards belong to this scope
[all...]
/openbsd-current/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp452 ExecutionContextScope *scope = frame_sp.get(); variable
454 if (!scope)
455 scope = map.GetBestExecutionContextScope();
457 lldb::ValueObjectSP valobj_sp = SetupValueObject(scope);
532 if (data.GetByteSize() < GetByteSize(scope)) {
541 GetName().AsCString(), GetByteSize(scope).value_or(0),
547 std::optional<size_t> opt_bit_align = GetTypeBitAlign(scope);
616 ExecutionContextScope *scope = frame_sp.get(); variable
618 if (!scope)
619 scope
[all...]
/openbsd-current/usr.bin/ldap/
H A Daldap.h100 int scope; member in struct:aldap_url
141 enum scope { enum
225 int aldap_search(struct aldap *, char *, enum scope, char *, char **, int, int, int, struct aldap_page_control *);
/openbsd-current/usr.sbin/ypldap/
H A Daldap.h103 int scope; member in struct:aldap_url
145 enum scope { enum
230 int aldap_search(struct aldap *, char *, enum scope, char *, char **, int, int, int, struct aldap_page_control *);
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h33 const lldb::SymbolFileTypeSP &symfile_type_sp, lldb::ValueType scope,
104 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,
124 /// The symbol file scope that this variable was defined in
126 /// The list of ranges inside the owner's scope where this variable
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli199 specified parent scope. See LLVMDIBuilderCreateModule. *)
208 the specified parent scope. See LLVMDIBuilderCreateNameSpace *)
212 scope:Llvm.llmetadata ->
229 scope:Llvm.llmetadata ->
247 scope:Llvm.llmetadata ->
259 (** [di_location_get_scope l] Get the local scope associated with
267 val di_scope_get_file : scope:Llvm.llmetadata -> Llvm.llmetadata option
268 (** [di_scope_get_file l] Get the metadata of the file associated with scope [s]
298 scope:Llvm.llmetadata ->
342 scope
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-objc-common.c340 tree scope; local
343 scope = add_scope_stmt (/*begin_p=*/0, /*partial_p=*/0);
345 SCOPE_STMT_BLOCK (TREE_PURPOSE (scope)) = block;
346 SCOPE_STMT_BLOCK (TREE_VALUE (scope)) = block;
/openbsd-current/usr.bin/tmux/
H A Dcmd-set-option.c96 int scope; local
130 /* Get the scope and table for the option .*/
131 scope = options_scope_from_name(args, window, name, target, &oo,
133 if (scope == OPTIONS_TABLE_NONE) {
168 if (args_has(args, 'U') && scope == OPTIONS_TABLE_WINDOW) {
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c1132 scope of the conversion operator, if explicit. */
1135 grokoptypename (declspecs, declarator, scope)
1137 tree scope;
1143 if (scope && current_template_parms
1145 && uses_template_parms (scope))
1149 push_scope (scope);
1151 pop_scope (scope);
1419 error ("namespace-scope anonymous aggregates must be static");
2344 /* Put the function in the global scope. */
2359 /* Set up the scope o
3373 tree fn, scope, args; local
3899 lookup_using_namespace(tree name, cxx_binding *val, tree usings, tree scope, int flags, tree *spacesp) argument
3928 qualified_lookup_using_namespace(tree name, tree scope, cxx_binding *result, int flags) argument
4662 tree scope, name; local
4693 tree scope, name; local
[all...]
H A Dsemantics.c115 /* Finish a scope. */
140 /* Begin a new scope. */
502 /* Pop the scope for the body of the loop. */
811 compound-statement does not define a scope. Returns a new
850 a scope. */
980 to declare "local" labels, i.e., labels with scope. This extension
991 /* When DECL goes out of scope, make sure that CLEANUP is executed. */
1001 /* If the current scope exits with an exception, run CLEANUP. */
1072 /* If we have a named return value, put that in our scope as well. */
1165 /* Used when beginning a statement-expression outside function scope
2017 tree scope = TREE_OPERAND (sr, 0); local
[all...]
/openbsd-current/usr.sbin/ospf6d/
H A Dkroute.c199 if (kn->r.scope == kroute[i].scope &&
229 if (kn->r.scope == kroute[i].scope &&
254 kn->r.scope = kroute[i].scope;
720 kroute_matchgw(struct kroute_node *kr, struct in6_addr *nh, unsigned int scope) argument
723 if (scope == kr->r.scope &&
978 /* We only care about link-local and global-scope
1352 unsigned int scope; local
[all...]

Completed in 398 milliseconds

1234567891011