Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-14-stable/contrib/dialog/
HDbuttons.c93 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-14-stable/contrib/ldns/drill/
HDsecuretrace.c124 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-14-stable/secure/caroot/
HDMAca-bundle.pl48 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-14-stable/sys/contrib/openzfs/cmd/
HDdbufstat.in373 def parse_line(line, labels):
382 val = line[labels[col]]
396 def update_dict(d, k, line, labels):
397 pool = line[labels['pool']]
398 objset = line[labels['objset']]
399 key = line[labels[k]]
401 dbsize = int(line[labels['dbsize']])
402 blkid = int(line[labels['blkid']])
403 level = int(line[labels['level']])
412 d[pool][objset][key] = parse_line(line, labels)
[all …]
/freebsd-14-stable/lib/libc/posix1e/
HDmac.c89 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-14-stable/crypto/heimdal/lib/krb5/
HDget_host_realm.c98 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-14-stable/contrib/elftoolchain/addr2line/
HDaddr2line.c441 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-14-stable/crypto/heimdal/lib/wind/
HDrfc3490.txt86 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-14-stable/sbin/pfctl/tests/
HDpfctl_test_list.inc38 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-14-stable/sys/geom/label/
HDg_label_flashmap.c61 if (gfp->labels[pp->index] == NULL) in g_label_flashmap_taste()
64 strlcpy(label, gfp->labels[pp->index], size); in g_label_flashmap_taste()
/freebsd-14-stable/crypto/openssh/
HDssh-pkcs11-helper.c130 char **labels = NULL; in process_add() local
137 if ((nkeys = pkcs11_add_provider(name, pin, &keys, &labels)) > 0) { in process_add()
148 (r = sshbuf_put_cstring(msg, labels[i])) != 0) in process_add()
151 add_key(keys[i], name, labels[i]); in process_add()
152 free(labels[i]); in process_add()
157 free(labels); in process_add()
/freebsd-14-stable/sys/dev/nvdimm/
HDnvdimm.c226 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()
HDnvdimm_ns.c63 SLIST_FOREACH(e, &nv->labels, link) { in nvdimm_create_namespaces()
/freebsd-14-stable/usr.bin/dtc/
HDfdt.hh275 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
HDfdt.cc498 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-14-stable/usr.sbin/prometheus_sysctl_exporter/
HDprometheus_sysctl_exporter.c323 char labels[BUFSIZ]; member
355 label = on->labels; in oid_get_name()
363 len = on->labels + sizeof(on->labels) - label; in oid_get_name()
387 label = on->labels; in oid_get_metric()
409 label = on->labels; in oid_get_metric()
443 if (on->labels[i] != 0) in oidname_has_labels()
/freebsd-14-stable/contrib/bc/src/
HDlang.c108 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-14-stable/usr.bin/diff3/
HDdiff3.c835 char *labels[] = { NULL, NULL, NULL }; in main() local
874 labels[nblabels++] = optarg; in main()
939 labels[0] != NULL ? labels[0] : file1); in main()
943 labels[1] != NULL ? labels[1] : file2); in main()
947 labels[2] != NULL ? labels[2] : file3); in main()
/freebsd-14-stable/usr.bin/systat/
HDmain.c137 labels(); in resize()
237 labels(); in main()
255 labels(void) in labels() function
/freebsd-14-stable/sys/geom/
HDgeom_flashmap.h33 const char *labels[FLASH_SLICES_MAX_NUM]; member
HDgeom_flashmap.c111 free(__DECONST(void *, gfp->labels[i]), M_FLASHMAP); in g_flashmap_modify()
112 gfp->labels[i] = strdup(slice->sl_name, M_FLASHMAP); in g_flashmap_modify()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzutil/
HDzutil_import.c1015 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-14-stable/contrib/libcbor/.github/ISSUE_TEMPLATE/
HDbug_report.md5 labels: bug
/freebsd-14-stable/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
HDfeature_request.md5 labels: 'Type: Feature'
/freebsd-14-stable/usr.sbin/bsdconfig/networking/include/
HDmessages.subr51 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…

123456