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

123

/freebsd-9.3-release/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-9.3-release/contrib/dialog/
H A Dbuttons.c152 dlg_button_count(const char **labels) argument
155 while (*labels++ != 0)
165 dlg_button_sizes(const char **labels, argument
174 for (n = 0; labels[n] != 0; n++) {
179 int len = dlg_count_columns(labels[n]);
199 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) argument
201 int count = dlg_button_count(labels);
209 dlg_button_sizes(labels, FALSE, &longest, &length);
228 dlg_button_layout(const char **labels, int *limit) argument
233 if (labels !
248 dlg_draw_buttons(WINDOW *win, int y, int x, const char **labels, int selected, int vertical, int limit) argument
365 dlg_char_to_button(int ch, const char **labels) argument
453 static const char *labels[3]; local
491 static const char *labels[3]; local
507 static const char *labels[5]; local
603 static const char *labels[4]; local
643 dlg_next_button(const char **labels, int button) argument
656 dlg_prev_button(const char **labels, int button) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Drrsig_46.h30 isc_uint8_t labels; member in struct:dns_rdata_rrsig
H A Dsig_24.h31 isc_uint8_t labels; member in struct:dns_rdata_sig_t
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dname.c139 name->labels = 0; \
235 name->labels = 0;
299 REQUIRE(name->labels > 0);
349 REQUIRE(name->labels > 0);
396 REQUIRE(name->labels > 0);
418 REQUIRE(name->labels > 0);
429 * Check all but the last of the remaining labels.
431 while (label + 1 < name->labels) {
483 if (name->labels == 0)
496 if (name->labels
844 unsigned int nlabels, labels; local
1047 unsigned int tlen, nrem, nused, digits = 0, labels, tused; local
1354 unsigned int labels; local
1532 unsigned int labels; local
1636 unsigned int nlen, count, labels; local
1754 unsigned int nused, labels, n, nmax; local
2013 unsigned int nrem, labels, prefix_length, length; local
[all...]
H A Dcompress.c123 (name)->labels = (node)->labels; \
139 unsigned int labels, hash, n; local
148 labels = dns_name_countlabels(name);
149 INSIST(labels > 0);
154 for (n = 0; n < labels - 1; n++) {
155 dns_name_getlabelsequence(name, n, labels - n, &tname);
242 node->labels = (isc_uint8_t)dns_name_countlabels(&tname);
H A Dnsec.c312 unsigned int olabels, nlabels, labels; local
430 labels = dns_name_countlabels(nsecname);
431 dns_name_getlabelsequence(nsecname, labels - olabels,
434 labels = dns_name_countlabels(&nsec.next);
435 dns_name_getlabelsequence(&nsec.next, labels - nlabels,
H A Dvalidator.c1525 unsigned int labels; local
1533 labels = dns_name_countlabels(closest) - 1;
1534 dns_name_getlabelsequence(closest, 1, labels, closest);
3108 unsigned int labels; local
3130 labels = dns_name_countlabels(dlvsep);
3131 if (labels == 0)
3133 dns_name_getlabelsequence(dlvsep, 1, labels - 1,
3138 labels = dns_name_countlabels(dlvsep);
3139 dns_name_getlabelsequence(dlvsep, 1, labels - 1, dlvsep);
3144 labels
3259 unsigned int labels; local
[all...]
H A Ddnssec.c249 sig.labels = dns_name_countlabels(name) - 1;
251 sig.labels--;
395 int labels = 0; local
488 labels = dns_name_countlabels(name) - 1;
491 if (labels - sig.labels > 0)
492 dns_name_split(dns_fixedname_name(&fnewname), sig.labels + 1,
501 if (labels - sig.labels > 0) {
587 if (ret == ISC_R_SUCCESS && labels
[all...]
H A Drbt.c148 (name)->labels = OFFSETLEN(node); \
467 * All of the existing labels are in common,
469 * Whack off the common labels for the
491 * The number of labels in common is fewer
492 * than the number of labels at the current
569 OFFSETLEN(current) = prefix->labels;
733 * the lack of bitstring labels.
843 * All of the labels have been tried against the hash
845 * labels, the name isn't in the table.
862 * The names have some common suffix labels
1425 unsigned int labels; local
1483 memmove(OFFSETS(node), name->offsets, labels); local
[all...]
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/krb5/
H A Dget_host_realm.c100 const char **labels; local
107 labels = (const char **)config_labels;
109 labels = default_labels;
112 for (i = 0; labels[i] != NULL; i++) {
113 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dname.h29 * Provides facilities for manipulating DNS names and labels, including
96 ***** or more DNS wire format labels of type 00 (ordinary).
114 unsigned int labels; member in struct:dns_name
391 *\li *nlabelsp is the number of common significant labels.
515 * \li name matches the wildcard specified in wname if all labels
517 * of labels at the end of name.
549 * How many labels does 'name' have?
561 * \li The number of labels in 'name'.
586 * Make 'target' refer to the 'n' labels including and following 'first'
651 * labels
[all...]
H A Dcompress.h48 isc_uint8_t labels; member in struct:dns_compressnode
H A Dvalidator.h144 unsigned int labels; member in struct:dns_validator
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c211 uint_t *labels = NULL; local
275 if ((labels = dt_alloc(dtp, sizeof (uint_t) * dlp->dl_label)) == NULL)
281 * While doing this, we also fill in our labels[] translation table
286 labels[dip->di_label] = i;
335 labels[DIF_INSTR_LABEL(instr)]);
339 dt_free(dtp, labels);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve-test.c133 printf ("type %u (%s), algorithm %u, labels %u, orig_ttl %u, sig_expiration %u, sig_inception %u, key_tag %u, signer %s\n",
135 sig->algorithm, sig->labels, sig->orig_ttl,
H A Dresolve.h205 unsigned labels; member in struct:sig_record
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86ms.pl29 sub main'get_labels { return(@labels); }
32 push(@labels,@_);
269 push(@labels,$func);
H A Dx86nasm.pl30 sub main'get_labels { return(@labels); }
34 push(@labels,@_);
284 push(@labels,$func);
/freebsd-9.3-release/usr.bin/systat/
H A Dextern.h133 void labels(void);
H A Dmain.c166 labels();
180 labels(void) function
H A Dcmds.c139 labels();
/freebsd-9.3-release/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-9.3-release/release/scripts/
H A DdoFS.sh49 vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG}

Completed in 138 milliseconds

123