/freebsd/contrib/dialog/ |
H A D | buttons.c | 93 count_labels(const char **labels) in count_labels() argument 96 if (labels != 0) { in count_labels() 97 while (*labels++ != 0) { in count_labels() 133 get_hotkeys(const char **labels) in get_hotkeys() argument 136 size_t count = count_labels(labels); in get_hotkeys() 142 const char *label = labels[n]; in get_hotkeys() 237 dlg_button_count(const char **labels) in dlg_button_count() argument 240 while (*labels++ != 0) in dlg_button_count() 250 dlg_button_sizes(const char **labels, in dlg_button_sizes() argument 259 for (n = 0; labels[n] != 0; n++) { in dlg_button_sizes() [all …]
|
/freebsd/contrib/ldns/drill/ |
H A D | securetrace.c | 124 ldns_rdf **labels = NULL; in do_secure_trace() local 244 labels = LDNS_CALLOC(ldns_rdf*, labels_count + 2); in do_secure_trace() 245 if (!labels) { in do_secure_trace() 248 labels[0] = ldns_dname_new_frm_str(LDNS_ROOT_LABEL_STR); in do_secure_trace() 249 labels[1] = ldns_rdf_clone(name); in do_secure_trace() 251 labels[i] = ldns_dname_left_chop(labels[i - 1]); in do_secure_trace() 258 status = ldns_resolver_send(&local_p, res, labels[i], LDNS_RR_TYPE_NS, c, 0); in do_secure_trace() 293 if (ldns_dname_is_subdomain(pop, labels[i])) { in do_secure_trace() 323 status = ldns_verify_denial(local_p, labels[i], LDNS_RR_TYPE_NS, &nsec_rrs, &nsec_rr_sigs); in do_secure_trace() 339 ldns_rdf_print(stdout, labels[i]); in do_secure_trace() [all …]
|
/freebsd/secure/caroot/ |
H A D | MAca-bundle.pl | 46 my %labels; 235 $labels{$label."\0".$serial} = $label; 245 $labels{$label."\0".$serial} = $label; 261 warn "Found trust for nonexistent certificate $labels{$it}\n" if $debug; 264 warn "Skipping untrusted $labels{$it}\n" if $debug; 283 $filename = label_to_filename($labels{$it}); 285 print_header($fh, $labels{$it}); 287 printcert($fh, $labels{$it}, $certs{$it}); 294 print STDERR "Trusting $certcount: $labels{$it}\n" if $debug;
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | dbufstat.in | 374 def parse_line(line, labels): 383 val = line[labels[col]] 397 def update_dict(d, k, line, labels): 398 pool = line[labels['pool']] 399 objset = line[labels['objset']] 400 key = line[labels[k]] 402 dbsize = int(line[labels['dbsize']]) 403 usize = int(line[labels['usize']]) 404 blkid = int(line[labels['blkid']]) 405 level = int(line[labels['level']]) [all …]
|
/freebsd/lib/libc/posix1e/ |
H A D | mac.c | 89 mac_add_type(const char *name, const char *labels) in mac_add_type() argument 103 labels_dup = strdup(labels); in mac_add_type() 207 char *name, *labels; in mac_init_internal() local 210 labels = next_token(&parse); in mac_init_internal() 211 if (name == NULL || labels == NULL || in mac_init_internal() 220 if (mac_add_type(name, labels) == -1) { in mac_init_internal() 229 char *labels, *type; in mac_init_internal() local 239 labels = next_token(&parse); in mac_init_internal() 240 if (labels == NULL || next_token(&parse) != NULL) { in mac_init_internal() 248 if (mac_add_type(type, labels) == -1) { in mac_init_internal()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_host_realm.c | 98 const char **labels; in dns_find_realm() local 105 labels = (const char **)config_labels; in dns_find_realm() 107 labels = default_labels; in dns_find_realm() 110 for (i = 0; labels[i] != NULL; i++) { in dns_find_realm() 111 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain); in dns_find_realm()
|
/freebsd/contrib/elftoolchain/addr2line/ |
H A D | addr2line.c | 441 struct range *labelp, **labels; in check_labels() local 445 labels = NULL; in check_labels() 483 if ((labels = calloc(label_cnt, sizeof(struct range *))) == NULL) in check_labels() 494 free(labels); in check_labels() 502 if (labels[i] != *range) in check_labels() 503 free(labels[i]); in check_labels() 505 free(labels); in check_labels() 515 labels[i++] = labelp; in check_labels() 534 if (labels[i]->lopc == (Dwarf_Unsigned)start) { in check_labels() 535 labels[i]->hipc = start + length; in check_labels() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3490.txt | 86 IDNA works by allowing applications to use certain ASCII name labels 87 (beginning with a special prefix) to represent non-ASCII name labels. 142 name labels. While such names are very user-unfriendly to read and 269 "www.example.com" is composed of three labels: "www", "example", and 273 IDNA extends the set of usable characters in labels that are text. 292 generalization, embracing both old ASCII labels and new non-ASCII 293 labels. Although most Unicode characters can appear in 294 internationalized labels, ToASCII will fail for some input strings, 295 and such strings are not valid internationalized labels. 305 labels in their zones. Such restrictions have no impact on the [all …]
|
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11-helper.c | 127 char **labels = NULL; in process_add() local 134 if ((nkeys = pkcs11_add_provider(name, pin, &keys, &labels)) > 0) { in process_add() 145 (r = sshbuf_put_cstring(msg, labels[i])) != 0) in process_add() 148 add_key(keys[i], name, labels[i]); in process_add() 149 free(labels[i]); in process_add() 154 free(labels); in process_add()
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test_list.inc | 38 PFCTL_TEST(0001, "Pass with labels") 71 PFCTL_TEST(0047, "Pass with labels") 76 PFCTL_TEST(0053, "Pass with labels") 82 PFCTL_TEST(0065, "Antispoof with labels") 126 PFCTL_TEST(1015, "Ethernet rule with several labels") 128 PFCTL_TEST(1017, "Ethernet rule with ridentifier and several labels")
|
/freebsd/sys/geom/label/ |
H A D | g_label_flashmap.c | 60 if (gfp->labels[pp->index] == NULL) in g_label_flashmap_taste() 63 strlcpy(label, gfp->labels[pp->index], size); in g_label_flashmap_taste()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 275 string_set labels; member in dtc::fdt::property 330 : key(k), labels(l), valid(true) {} in property() 334 property(property &p) : key(p.key), labels(p.labels), values(p.values), in property() 350 string_set &&labels=string_set(), 414 std::unordered_set<std::string> labels; member in dtc::fdt::node
|
H A D | fdt.cc | 498 define_map *defines) : key(k), labels(l), valid(true) in property() 670 for (auto &l : labels) in write_dts() 882 : labels(l), name(n), unit_address(a), valid(true) in node() 1105 for (auto &l : other->labels) in merge_node() 1107 labels.insert(l); in merge_node() 1207 for (auto &label : labels) in write_dts() 1241 for (const string &name : n->labels) in collect_names_recursive() 1365 if (!n->labels.empty()) in assign_phandles() 1558 if (!n.omit_if_no_ref || (write_symbols && !n.labels.empty())) in garbage_collect_marked_nodes()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm.c | 226 if (SLIST_EMPTY(&nv->labels) || in read_label() 228 SLIST_FIRST(&nv->labels)->label.dimm_phys_addr) { in read_label() 229 SLIST_INSERT_HEAD(&nv->labels, entry, link); in read_label() 232 SLIST_FOREACH_SAFE(i, &nv->labels, link, next) { in read_label() 411 SLIST_FOREACH_SAFE(label, &nv->labels, link, next) { in nvdimm_detach() 412 SLIST_REMOVE_HEAD(&nv->labels, link); in nvdimm_detach()
|
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.c | 322 char labels[BUFSIZ]; member 354 label = on->labels; in oid_get_name() 362 len = on->labels + sizeof(on->labels) - label; in oid_get_name() 386 label = on->labels; in oid_get_metric() 408 label = on->labels; in oid_get_metric() 442 if (on->labels[i] != 0) in oidname_has_labels()
|
/freebsd/contrib/bc/src/ |
H A D | lang.c | 108 bc_vec_init(&f->labels, sizeof(size_t), BC_DTOR_NONE); in bc_func_init() 131 bc_vec_popAll(&f->labels); in bc_func_reset() 154 bc_vec_free(&f->labels); in bc_func_free()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_as.c | 213 uint_t *labels = NULL; in dt_as() local 277 if ((labels = dt_alloc(dtp, sizeof (uint_t) * dlp->dl_label)) == NULL) in dt_as() 288 labels[dip->di_label] = i; in dt_as() 337 labels[DIF_INSTR_LABEL(instr)]); in dt_as() 341 dt_free(dtp, labels); in dt_as()
|
/freebsd/usr.bin/diff3/ |
H A D | diff3.c | 929 char *labels[] = { NULL, NULL, NULL }; in main() local 968 labels[nblabels++] = optarg; in main() 1034 labels[0] != NULL ? labels[0] : file1); in main() 1038 labels[1] != NULL ? labels[1] : file2); in main() 1042 labels[2] != NULL ? labels[2] : file3); in main()
|
/freebsd/usr.bin/systat/ |
H A D | main.c | 134 labels(); in resize() 234 labels(); in main() 252 labels(void) in labels() function
|
/freebsd/sys/geom/ |
H A D | geom_flashmap.h | 33 const char *labels[FLASH_SLICES_MAX_NUM]; member
|
H A D | geom_flashmap.c | 110 free(__DECONST(void *, gfp->labels[i]), M_FLASHMAP); in g_flashmap_modify() 111 gfp->labels[i] = strdup(slice->sl_name, M_FLASHMAP); in g_flashmap_modify()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1015 vdev_phys_t *labels; in zpool_read_label() 1026 labels = (vdev_phys_t *)umem_alloc_aligned( in zpool_read_label() 1027 VDEV_LABELS * sizeof (*labels), PAGESIZE, UMEM_DEFAULT); in zpool_read_label() 1028 if (labels == NULL) in zpool_read_label() 1037 aiocbs[l].aio_buf = &labels[l]; in zpool_read_label() 1093 umem_free_aligned(labels, VDEV_LABELS * sizeof (*labels)); in zpool_read_label() 1104 if (nvlist_unpack(labels[l].vp_nvlist, in zpool_read_label() 1105 sizeof (labels[l].vp_nvlist), config, 0) != 0) in zpool_read_label() 1142 umem_free_aligned(labels, VDEV_LABELS * sizeof (*labels)); in zpool_read_label()
|
/freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 5 labels: bug
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 5 labels: 'Type: Feature'
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 51 msg_hostname_label_contains_invalid_chars="ERROR! One or more individual labels within the hostname… 52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s… 53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by… 54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host…
|