Searched refs:labels (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/sys/geom/
H A Dgeom_flashmap.h35 const char *labels[FLASH_SLICES_MAX_NUM]; member in struct:g_flashmap
H A Dgeom_flashmap.c114 free(__DECONST(void *, gfp->labels[i]), M_FLASHMAP);
115 gfp->labels[i] = strdup(slice->sl_name, M_FLASHMAP);
/freebsd-11-stable/gnu/usr.bin/rcs/merge/
H A Dmerge.c48 int labels, tostdout; variable
50 labels = 0;
67 if (3 <= labels)
69 if (!(label[labels++] = *++argv))
96 for (; labels < 3; labels++)
97 label[labels] = arg[labels];
/freebsd-11-stable/contrib/dialog/
H A Dbuttons.c90 count_labels(const char **labels) argument
93 if (labels != 0) {
94 while (*labels++ != 0) {
122 * Determine the hot-keys for a set of button-labels. Normally these are
130 get_hotkeys(const char **labels) argument
133 size_t count = count_labels(labels);
138 const char *label = labels[n];
223 dlg_button_count(const char **labels) argument
226 while (*labels++ != 0)
236 dlg_button_sizes(const char **labels, argument
270 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) argument
304 dlg_button_layout(const char **labels, int *limit) argument
324 dlg_draw_buttons(WINDOW *win, int y, int x, const char **labels, int selected, int vertical, int limit) argument
447 dlg_char_to_button(int ch, const char **labels) argument
543 static const char *labels[3]; local
581 static const char *labels[4]; local
599 static const char *labels[5]; local
720 static const char *labels[4]; local
760 dlg_next_button(const char **labels, int button) argument
777 dlg_prev_button(const char **labels, int button) argument
[all...]
/freebsd-11-stable/contrib/ldns/drill/
H A Dsecuretrace.c135 ldns_rdf **labels = NULL; local
255 labels = LDNS_XMALLOC(ldns_rdf*, labels_count + 2);
256 if (!labels) {
259 labels[0] = ldns_dname_new_frm_str(LDNS_ROOT_LABEL_STR);
260 labels[1] = ldns_rdf_clone(name);
262 labels[i] = ldns_dname_left_chop(labels[i - 1]);
269 status = ldns_resolver_send(&local_p, res, labels[i], LDNS_RR_TYPE_NS, c, 0);
297 if (ldns_dname_is_subdomain(pop, labels[i])) {
327 status = ldns_verify_denial(local_p, labels[
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dmac.c90 mac_add_type(const char *name, const char *labels) argument
104 labels_dup = strdup(labels);
209 char *name, *labels; local
212 labels = next_token(&parse);
213 if (name == NULL || labels == NULL ||
222 if (mac_add_type(name, labels) == -1) {
231 char *labels, *type; local
241 labels = next_token(&parse);
242 if (labels == NULL || next_token(&parse) != NULL) {
250 if (mac_add_type(type, labels)
[all...]
/freebsd-11-stable/secure/caroot/
H A DMAca-bundle.pl47 my %labels;
238 $labels{$label."\0".$serial} = $label;
248 $labels{$label."\0".$serial} = $label;
264 warn "Found trust for nonexistent certificate $labels{$it}\n" if $debug;
267 warn "Skipping untrusted $labels{$it}\n" if $debug;
286 $filename = label_to_filename($labels{$it});
288 print_header($fh, $labels{$it});
290 printcert($fh, $labels{$it}, $certs{$it});
297 print STDERR "Trusting $certcount: $labels{$it}\n" if $debug;
/freebsd-11-stable/sys/geom/label/
H A Dg_label_flashmap.c65 if (gfp->labels[pp->index] == NULL)
68 strlcpy(label, gfp->labels[pp->index], size);
77 G_LABEL_INIT(flashmap, g_label_flashmap, "Create device nodes for Flashmap labels");
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c98 const char **labels; local
105 labels = (const char **)config_labels;
107 labels = default_labels;
110 for (i = 0; labels[i] != NULL; i++) {
111 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain);
/freebsd-11-stable/contrib/dtc/
H A Dlivetree.c27 void add_label(struct label **labels, char *label) argument
32 for_each_label_withdel(*labels, new)
41 new->next = *labels;
42 *labels = new;
45 void delete_labels(struct label **labels) argument
49 for_each_label(*labels, label)
145 /* Add new node labels to old node */
146 for_each_label_withdel(new_node->labels, l)
147 add_label(&old_node->labels, l->label);
166 /* Add new labels t
[all...]
H A Dflattree.c55 void (*beginnode)(void *, struct label *labels);
56 void (*endnode)(void *, struct label *labels);
57 void (*property)(void *, struct label *labels);
92 static void bin_emit_beginnode(void *e, struct label *labels) argument
97 static void bin_emit_endnode(void *e, struct label *labels) argument
102 static void bin_emit_property(void *e, struct label *labels) argument
194 static void asm_emit_beginnode(void *e, struct label *labels) argument
199 for_each_label(labels, l) {
207 static void asm_emit_endnode(void *e, struct label *labels) argument
214 for_each_label(labels,
220 asm_emit_property(void *e, struct label *labels) argument
[all...]
H A Ddtc.h58 extern int generate_symbols; /* generate symbols for nodes with labels */
60 extern int auto_label_aliases; /* auto generate labels -> aliases */
146 struct label *labels; member in struct:property
164 struct label *labels; member in struct:node
188 void add_label(struct label **labels, char *label);
189 void delete_labels(struct label **labels);
234 struct label *labels; member in struct:reserve_info
H A Ddtc-parser.y157 add_label(&$2->labels, $1);
177 add_label(&target->labels, $2);
240 add_label(&$2->labels, $1);
511 add_label(&$2->labels, $1);
H A Dtreesource.c130 /* Wrap up any labels at the end of the value */
159 /* Wrap up any labels at the end of the value */
187 /* Wrap up any labels at the end of the value */
243 for_each_label(tree->labels, l)
252 for_each_label(prop->labels, l)
275 for_each_label(re->labels, l)
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh275 * Zero or more labels.
277 string_set labels; member in class:dtc::fdt::property
332 : key(k), labels(l), valid(true) {}
336 property(property &p) : key(p.key), labels(p.labels), values(p.values),
352 string_set &&labels=string_set(),
413 * The labels for this node, if any. Node labels are used as the
416 std::unordered_set<std::string> labels; member in class:dtc::fdt::node
768 * A map from labels t
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp242 // When sorting by labels, __kmp_affinity_assign_child_nums() must first be
243 // called to renumber the labels from [0..n] and place them into the child_num
244 // vector of the address object. This is done in case the labels used for
250 // because we are paying attention to the labels themselves, not the ordinal
262 lastLabel[labCt] = address2os[0].first.labels[labCt];
267 if (address2os[i].first.labels[labCt] != lastLabel[labCt]) {
271 lastLabel[labCt2] = address2os[i].first.labels[labCt2];
274 lastLabel[labCt] = address2os[i].first.labels[labCt];
342 __kmp_str_buf_print(&buf, "%d ", address2os[proc].first.labels[level]);
360 addrP[proc].first.labels[
488 __kmp_hwloc_process_obj_core_pu(AddrUnsPair *addrPair, int &nActiveThreads, int &num_active_cores, hwloc_obj_t obj, int depth, int *labels) argument
604 int labels[3] = {0}; // package [,node] [,tile] - head of lables array local
[all...]
H A Dkmp_affinity.h555 unsigned labels[maxDepth]; member in class:Address
563 labels[i] = b.labels[i];
573 if (labels[i] != b.labels[i])
583 if (labels[i] != b.labels[i])
592 printf("%u ", labels[i]);
630 if (aa->labels[i] < bb->labels[
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c213 uint_t *labels = NULL; local
277 if ((labels = dt_alloc(dtp, sizeof (uint_t) * dlp->dl_label)) == NULL)
283 * While doing this, we also fill in our labels[] translation table
288 labels[dip->di_label] = i;
337 labels[DIF_INSTR_LABEL(instr)]);
341 dt_free(dtp, labels);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.h150 unsigned labels; member in struct:rk_sig_record
H A Dresolve-test.c137 printf ("type %u (%s), algorithm %u, labels %u, orig_ttl %u, sig_expiration %u, sig_inception %u, key_tag %u, signer %s\n",
139 sig->algorithm, sig->labels, sig->orig_ttl,
/freebsd-11-stable/usr.bin/systat/
H A Dextern.h129 void labels(void);
H A Dmain.c221 labels();
239 labels(void) function
H A Dcmds.c139 labels();
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-uncprop.c195 tree labels = SWITCH_LABELS (stmt); local
196 int i, n_labels = TREE_VEC_LENGTH (labels);
204 tree label = TREE_VEC_ELT (labels, i);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c926 * returns the number of valid labels found
937 vdev_phys_t *labels; local
947 if ((labels = calloc(VDEV_LABELS, sizeof (vdev_phys_t))) == NULL)
954 aiocbs[l].aio_buf = &labels[l];
969 free(labels);
979 if (nvlist_unpack(labels[l].vp_nvlist,
980 sizeof (labels[l].vp_nvlist), &temp, 0) != 0)
1003 free(labels);
1065 * protect against division by zero for disk labels that
1126 /* nodes p[1-4] are never used with EFI labels */
[all...]

Completed in 383 milliseconds

123