/minix3/lib/libc/net/ |
H A D | inet6_scopeid.c | 56 uint16_t scope; in inet6_getscopeid() local 74 uint16_t scope = htons(sin6->sin6_scope_id); in inet6_putscopeid() local
|
/minix3/external/bsd/dhcp/dist/common/ |
H A D | tree.c | 506 in_options, cfg_options, scope, expr, file, line) in evaluate_expression() argument 700 in_options, cfg_options, scope, expr) in evaluate_boolean_expression() argument 1119 in_options, cfg_options, scope, expr, file, line) in evaluate_data_expression() argument 2178 in_options, cfg_options, scope, expr) in evaluate_numeric_expression() argument 2648 in_options, cfg_options, scope, oc, file, line) in evaluate_option_cache() argument 2676 cfg_options, scope, oc, file, line) in evaluate_boolean_option_cache() argument 2723 in_options, cfg_options, scope, expr) in evaluate_boolean_expression_result() argument 3695 struct binding *find_binding (struct binding_scope *scope, const char *name) in find_binding() 3710 int free_bindings (struct binding_scope *scope, const char *file, int line) in free_bindings() 3989 struct binding *create_binding (struct binding_scope **scope, const char *name) in create_binding() [all …]
|
H A D | execute.c | 40 in_options, out_options, scope, statements, in execute_statements() argument 559 void execute_statements_in_scope (result, packet, in execute_statements_in_scope() argument 1024 struct binding_scope **scope, in find_matching_case()
|
H A D | options.c | 531 struct binding_scope **scope, in cons_options() 1123 struct binding_scope **scope, in store_options() 2102 in_options, cfg_options, options, scope, code, file, line) in get_option() argument 2798 struct binding_scope **scope, struct option_cache *oc) in store_option() 2865 in_options, cfg_options, scope, name) in option_space_encapsulate() argument 2918 struct binding_scope **scope, in search_subencapsulation() 2953 in_options, cfg_options, scope, universe) in hashed_option_space_encapsulate() argument 2996 in_options, cfg_options, scope, universe) in nwip_option_space_encapsulate() argument 3121 in_options, cfg_options, scope, universe) in fqdn_option_space_encapsulate() argument 3277 struct binding_scope **scope, in fqdn6_option_space_foreach() [all …]
|
H A D | print.c | 220 struct binding_scope **scope, in dump_packet_option()
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransAutoreleasePool.cpp | 98 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local 122 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local 153 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local 208 PoolScope &scope = Scopes.back(); in VisitCompoundStmt() local 254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, in NameReferenceChecker() 296 void handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) { in handlePoolScope()
|
/minix3/external/bsd/byacc/dist/test/ |
H A D | btyacc_demo.y | 28 Scope *scope; member 39 Scope *scope; member
|
/minix3/external/bsd/kyua-cli/dist/utils/signals/ |
H A D | programmer_test.cpp | 87 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | blocks.cpp | 49 struct scope { int x; ~scope(); }; argument
|
/minix3/external/bsd/byacc/dist/test/btyacc/ |
H A D | btyacc_demo.tab.h | 26 Scope *scope; member
|
H A D | btyacc_demo.tab.c | 142 Scope *scope; member 158 Scope *scope; member
|
/minix3/external/bsd/kyua-cli/dist/utils/ |
H A D | auto_array_test.cpp | 117 ATF_TEST_CASE_HEAD(scope) in ATF_TEST_CASE_HEAD() argument 122 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
|
/minix3/external/bsd/dhcp/dist/server/ |
H A D | ddns.c | 84 struct binding_scope **scope = NULL; in ddns_updates() local 786 struct binding_scope **scope = NULL; in ddns_update_lease_text() local 1711 struct binding_scope **scope = NULL; in ddns_removals() local
|
H A D | omapi.c | 2335 isc_result_t binding_scope_set_value (struct binding_scope *scope, int createp, in binding_scope_set_value() 2412 struct binding_scope *scope, in binding_scope_get_value() 2482 struct binding_scope *scope) in binding_scope_stuff_values()
|
H A D | dhcpv6.c | 2078 struct binding_scope **scope; in reply_process_addr() local 3035 struct binding_scope **scope; in find_client_address() local 3130 struct binding_scope **scope, struct group *group) in reply_process_is_addressed() 3848 struct binding_scope **scope; in reply_process_prefix() local 4220 struct binding_scope **scope; in find_client_prefix() local 4340 struct binding_scope **scope, struct group *group) in reply_process_is_prefixed()
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
H A D | p8-0x.cpp | 32 void scope() { in scope() function
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 434 static bool classof(const EHScope *scope) { in classof() 447 static bool classof(const EHScope *scope) { in classof() 524 EHCatchScope &scope = cast<EHCatchScope>(*begin()); in popCatch() local 532 EHTerminateScope &scope = cast<EHTerminateScope>(*begin()); in popTerminate() local
|
H A D | CGCleanup.cpp | 221 EHCatchScope *scope = in pushCatch() local 524 EHCleanupScope &scope) { in destroyOptimisticNormalEntry() 1020 EHScope &scope = *EHStack.find(i); in IsUsedAsEHCleanup() local
|
/minix3/external/bsd/bind/dist/lib/dns/rdata/generic/ |
H A D | opt_41.c | 129 isc_uint8_t scope; in fromwire_opt() local
|
/minix3/minix/net/lwip/ |
H A D | addr.c | 27 uint8_t scope; in addr_is_valid_multicast() local
|
/minix3/external/bsd/dhcp/dist/client/ |
H A D | dhc6.c | 2135 status_log(int code, const char *scope, const char *additional, int len) in status_log() 2229 const char *scope, unsigned *code) in dhc6_check_status() 2270 const char *scope; in dhc6_check_advertise() local 2635 const char *scope; in dhc6_check_reply() local
|
H A D | dhclient.c | 2829 struct binding_scope **scope, in write_lease_option() 3290 struct binding_scope **scope, in client_option_envadd()
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | if-bsd.c | 753 uint16_t scope = htons((uint16_t)ifindex); in ifa_scope() local 950 #define ADDADDRS(addr, scope) { \ in if_route6() argument
|
/minix3/external/bsd/mdocml/dist/ |
H A D | mdoc_macro.c | 850 int la, scope, cnt, nc, nl; in in_line() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 488 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
|