| /minix3/external/bsd/dhcp/dist/common/ |
| H A D | execute.c | 55 struct binding *binding; local 357 binding = find_binding(*scope, r->data.set.name); 363 if (binding == NULL) { 364 binding = dmalloc(sizeof(*binding), MDL); 365 if (binding != NULL) { 366 memset(binding, 0, sizeof(*binding)); 367 binding->name = 371 if (binding->name != NULL) { 372 strcpy(binding->name, r->data.set.name); 373 binding->next = (*scope)->bindings; [all …]
|
| H A D | tree.c | 520 struct binding *binding; local 528 binding = find_binding (*scope, expr -> data.variable); 530 if (binding && binding -> value) { 533 binding -> value, 542 struct binding *nb; 550 binding = find_binding (*scope, expr -> data.funcall.name); 552 if (!binding || !binding -> value) { 557 if (binding -> value -> type != binding_function) { 573 s = binding -> value -> value.fundef -> args; 619 binding->value->value.fundef->statements, NULL)); [all …]
|
| /minix3/external/bsd/dhcp/dist/tests/failover/ |
| H A D | new-failover | 9 binding state active; 10 next binding state free; 20 binding state active; 21 next binding state free;
|
| /minix3/external/bsd/llvm/dist/clang/docs/analyzer/ |
| H A D | RegionStore.txt | 32 because `foo[i]` may have overwritten it! Thus, *binding to a region with a 81 Unlike binding invalidation, region invalidation occurs when the entire 107 type of binding called a "Default" binding. These are used to provide values to 109 explicitly specify a binding for each individual element. 111 When there is no Direct binding for a particular region, the store manager 112 looks at each super-region in turn to see if there is a Default binding. If so, 119 manyInts[1] = 42; // Creates a Direct binding for manyInts[1]. 120 print(manyInts[1]); // Retrieves the Direct binding for manyInts[1]; 121 print(manyInts[0]); // There is no Direct binding for manyInts[1]. 122 // Is there a Default binding for the entire array? [all …]
|
| /minix3/external/mit/xorg/lib/fontconfig/etc/ |
| H A D | fonts.conf | 41 <edit name="family" mode="assign" binding="same"> 53 <edit name="family" mode="assign" binding="same"> 65 <edit name="family" mode="assign" binding="same">
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | dbinfo.c | 45 const krb5_config_binding *binding; member 85 di->binding = db_binding; in get_dbinfo() 221 return dbp->binding; in hdb_dbinfo_get_binding()
|
| /minix3/external/bsd/dhcp/dist/includes/ |
| H A D | tree.h | 119 struct binding { struct 120 struct binding *next; argument 128 struct binding *bindings; argument
|
| /minix3/external/bsd/atf/dist/atf-sh/ |
| H A D | atf-sh.pc.in | 7 Description: Automated Testing Framework (POSIX shell binding)
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-sh/ |
| H A D | atf-sh.pc.in | 7 Description: Automated Testing Framework (POSIX shell binding)
|
| /minix3/external/bsd/atf/dist/atf-c/ |
| H A D | atf-c.pc.in | 8 Description: Automated Testing Framework (C binding)
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-c/ |
| H A D | atf-c.pc.in | 8 Description: Automated Testing Framework (C binding)
|
| /minix3/external/bsd/atf/dist/atf-c++/ |
| H A D | atf-c++.pc.in | 8 Description: Automated Testing Framework (C++ binding)
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/ |
| H A D | atf-c++.pc.in | 8 Description: Automated Testing Framework (C++ binding)
|
| /minix3/external/mit/expat/dist/lib/ |
| H A D | xmlparse.c | 144 typedef struct binding { struct 146 struct binding *nextTagBinding; argument 147 struct binding *prevPrefixBinding; argument 156 BINDING *binding; argument 2488 b->prefix->binding = b->prevPrefixBinding; in doContent() 2543 b->prefix->binding = b->prevPrefixBinding; in doContent() 2712 BINDING *binding; in storeAtts() local 2914 b = id->prefix->binding; in storeAtts() 2987 for (binding = *bindingsPtr; binding; binding = binding->nextTagBinding) in storeAtts() 2988 binding->attId->name[-1] = 0; in storeAtts() [all …]
|
| /minix3/common/dist/zlib/contrib/ada/ |
| H A D | readme.txt | 1 ZLib for Ada thick binding (ZLib.Ada) 4 ZLib.Ada is a thick binding interface to the popular ZLib data
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
| H A D | arc-references.mm | 9 // Lifetime extension for binding a reference to an rvalue 27 // No lifetime extension when we're binding a reference to an lvalue.
|
| /minix3/external/bsd/llvm/dist/llvm/test/Assembler/ |
| H A D | 2002-03-08-NameCollision.ll | 11 ; Fixed by delaying binding of variable names until _after_ the method symtab is
|
| /minix3/external/bsd/bind/dist/doc/misc/ |
| H A D | ipv6 | 28 In the original drafts of the ipv6 RFC documents, binding an ipv6 64 ipv4 socket is later bound (say, to 1.2.3.4 port 53) the ipv4 binding 80 socket and then binding to a more specific ipv4 address later. An
|
| /minix3/libexec/ld.elf_so/ |
| H A D | TODO | 2 * resolve MIPS binding lossage
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | digest.asn1 | 21 cb-binding UTF8String 66 cb-binding UTF8String
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | digest.c | 85 const char *binding) in krb5_digest_set_server_cb() argument 100 digest->init.channel->cb_binding = strdup(binding); in krb5_digest_set_server_cb() 800 char **binding) in krb5_digest_get_client_binding() argument 804 *binding = strdup(digest->response.channel->cb_binding); in krb5_digest_get_client_binding() 805 if (*type == NULL || *binding == NULL) { in krb5_digest_get_client_binding() 807 free(*binding); in krb5_digest_get_client_binding() 813 *binding = NULL; in krb5_digest_get_client_binding()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
| H A D | references.mm | 6 // Test reference binding.
|
| /minix3/external/bsd/dhcp/dist/server/ |
| H A D | confpars.c | 2985 struct binding *binding; in parse_lease_declaration() local 3396 binding = find_binding (lease -> scope, val); in parse_lease_declaration() 3398 binding = (struct binding *)0; in parse_lease_declaration() 3400 if (!binding) { in parse_lease_declaration() 3405 binding = dmalloc (sizeof *binding, MDL); in parse_lease_declaration() 3406 if (!binding) in parse_lease_declaration() 3409 memset (binding, 0, sizeof *binding); in parse_lease_declaration() 3410 binding -> name = in parse_lease_declaration() 3412 if (!binding -> name) in parse_lease_declaration() 3415 strcpy (binding -> name, val); in parse_lease_declaration() [all …]
|
| H A D | db.c | 40 static isc_result_t write_binding_scope(FILE *db_file, struct binding *bnd, 54 write_binding_scope(FILE *db_file, struct binding *bnd, char *prepend) { in write_binding_scope() 107 struct binding *b; 520 struct binding *bnd; in write_ia()
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | uninit-vals.m | 69 // FIXME: Assigning to 'testObj->origin' kills the default binding for the 116 // FIXME: Assigning to 'testObj->origin' kills the default binding for the
|