| /src/external/gpl2/rcs/dist/src/ |
| merge.c | 50 int labels, tostdout; variable 52 labels = 0; 69 if (3 <= labels) 71 if (!(label[labels++] = *++argv)) 98 for (; labels < 3; labels++) 99 label[labels] = arg[labels];
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| cplabel.exp | 16 # Tests for breakpoint on labels in methods. 31 set labels {"to_the_top" "get_out_of_here"} 34 foreach l $labels {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| cplabel.exp | 16 # Tests for breakpoint on labels in methods. 31 set labels {"to_the_top" "get_out_of_here"} 34 foreach l $labels {
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/ |
| domain_name_labels.h | 35 * Create a new uncompressed domain name labels as a copy of an existing uncompressed domain name labels. 37 * @param labels 38 * The uncompressed domain name labels. 41 * The boolean value to indicate whether to convert all alphabets in <code>labels</code> to lower case characters. 47 * The domain name labels object created, or NULL if error happens during creation. <code>out_error</code> will be set to the error encountered if it is not 51 domain_name_labels_create(const uint8_t * NONNULL labels, bool to_lower_case, dns_obj_error_t * NULLABLE out_error); 55 * Get the length of the uncompressed domain name labels 57 * @param labels 58 * The uncompressed domain name labels [all...] |
| dns_obj_log.h | 59 // Log specifier for domain name labels in bytes. 63 #define NAME_LABELS_PARAM(labels) ((labels != NULL) ? (int)domain_name_labels_length(labels) : 0), (labels) 67 #define NAME_LABELS_PARAM(labels) (labels)
|
| domain_name_labels.c | 38 _domain_name_labels_length_with_limit(const uint8_t * NONNULL labels, const uint8_t * NULLABLE limit); 44 domain_name_labels_create(const uint8_t * const labels, const bool to_lower_case, dns_obj_error_t * const out_error) 49 size_t len = domain_name_labels_length(labels); 55 memcpy(new_name, labels, len); 71 domain_name_labels_length(const uint8_t * const labels) 73 return _domain_name_labels_length_with_limit(labels, NULL); 79 domain_name_labels_length_with_limit(const uint8_t * const labels, const uint8_t * const limit) 81 return _domain_name_labels_length_with_limit(labels, limit); 87 domain_name_labels_count_label(const uint8_t * const labels) 94 for (label = labels; (label_len = *label) != 0; label = &label[label_len + 1]) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| libf7-c-object.mk | 3 # $(iter-labels) is also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| libf7-asm-object.mk | 3 # $(iter-labels) is also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| libf7-c-object.mk | 3 # $(iter-labels) is also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| libf7-asm-object.mk | 3 # $(iter-labels) is also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ipkeylist.c | 33 ipkl->labels = NULL; 70 if (ipkl->labels != NULL) { 72 if (ipkl->labels[i] == NULL) { 75 if (dns_name_dynamic(ipkl->labels[i])) { 76 dns_name_free(ipkl->labels[i], mctx); 78 isc_mem_put(mctx, ipkl->labels[i], sizeof(dns_name_t)); 80 isc_mem_put(mctx, ipkl->labels, 126 if (src->labels != NULL) { 128 if (src->labels[i] != NULL) { 129 dst->labels[i] 148 dns_name_t **labels = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib2-object.mk | 3 # $(iter-labels) and $(iter-flags) are also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| siditi-object.mk | 3 # $(iter-labels) and $(iter-sizes) are also advanced. 8 $o-label := $(firstword $(iter-labels)) 9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| fixed-obj.mk | 3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced. 8 $o-label := $(firstword $(iter-labels)) 9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib2-object.mk | 3 # $(iter-labels) and $(iter-flags) are also advanced. 9 $o-label := $(firstword $(iter-labels)) 10 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| siditi-object.mk | 3 # $(iter-labels) and $(iter-sizes) are also advanced. 8 $o-label := $(firstword $(iter-labels)) 9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| fixed-obj.mk | 3 # $(iter-labels) and $(iter-from) and $(iter-to) are also advanced. 8 $o-label := $(firstword $(iter-labels)) 9 iter-labels := $(wordlist 2,$(words $(iter-labels)),$(iter-labels))
|
| /src/external/mpl/bind/dist/lib/dns/ |
| ipkeylist.c | 34 ipkl->labels = NULL; 83 if (ipkl->labels != NULL) { 85 if (ipkl->labels[i] != NULL) { 86 if (dns_name_dynamic(ipkl->labels[i])) { 87 dns_name_free(ipkl->labels[i], mctx); 89 isc_mem_put(mctx, ipkl->labels[i], 90 sizeof(*ipkl->labels[i])); 93 isc_mem_cput(mctx, ipkl->labels, ipkl->allocated, 94 sizeof(ipkl->labels[0])); 152 if (src->labels != NULL) [all...] |
| name.c | 71 name->labels = 0; \ 112 if (name->labels > DNS_NAME_MAXLABELS) { 143 if (nlabels != name->labels || offset != name->length) { 192 REQUIRE(name->labels > 0); 247 REQUIRE(name->labels > 0); 298 REQUIRE(name->labels > 0); 321 REQUIRE(name->labels > 0); 332 * Check all but the last of the remaining labels. 334 while (label + 1 < name->labels) { 385 *nlabelsp = name1->labels; 582 unsigned int nlabels, labels; local 777 unsigned int tlen, nrem, nused, digits = 0, labels, tused; local 1034 unsigned int labels; local 1208 unsigned int labels; local 1476 uint32_t labels = 0; local 1659 unsigned int nrem, labels, prefix_length, length; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| rrsig_46.h | 25 uint8_t labels; member in struct:dns_rdata_rrsig
|
| sig_24.h | 26 uint8_t labels; member in struct:dns_rdata_sig_t
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| rrsig_46.h | 26 uint8_t labels; member in struct:dns_rdata_rrsig
|
| sig_24.h | 27 uint8_t labels; member in struct:dns_rdata_sig_t
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/ |
| Hello.java | 38 Container labels = new Container(); local 39 labels.setLayout(new GridLayout(2, 1)); 40 labels.add(label1); 41 labels.add(label2); 46 frame.add(labels, BorderLayout.CENTER);
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/ |
| Hello.java | 35 JPanel labels = new JPanel(); local 36 labels.setLayout(new GridLayout(2, 1)); 37 labels.add(label1); 38 labels.add(label2); 43 frame.getContentPane().add(labels, BorderLayout.CENTER);
|