Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/src/lib/libcrypto/pem/
Dpkcs7.lis1 21 0:d=0 hl=2 l= 0 cons: univ: SEQUENCE
2 00 2:d=0 hl=2 l= 9 prim: univ: OBJECT_IDENTIFIER :pkcs-7-signedData
3 21 13:d=0 hl=2 l= 0 cons: cont: 00 # explicit tag
4 21 15:d=0 hl=2 l= 0 cons: univ: SEQUENCE
5 00 17:d=0 hl=2 l= 1 prim: univ: INTEGER # version
6 20 20:d=0 hl=2 l= 0 cons: univ: SET
7 21 22:d=0 hl=2 l= 0 cons: univ: SEQUENCE
8 00 24:d=0 hl=2 l= 9 prim: univ: OBJECT_IDENTIFIER :pkcs-7-data
9 00 35:d=0 hl=2 l= 0 prim: univ: EOC
10 21 37:d=0 hl=2 l= 0 cons: cont: 00 # cert tag
[all …]
Dpem_lib.c677 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; in PEM_read_bio() local
722 hl = 0; in PEM_read_bio()
740 if (!BUF_MEM_grow(headerB, hl + i + 9)) { in PEM_read_bio()
748 memcpy(&(headerB->data[hl]), buf, i); in PEM_read_bio()
749 headerB->data[hl + i] = '\0'; in PEM_read_bio()
750 hl += i; in PEM_read_bio()
801 bl = hl; in PEM_read_bio()
/openbsd/src/usr.bin/tmux/
Dhyperlinks.c118 struct hyperlinks *hl = hlu->tree; in hyperlinks_remove() local
123 RB_REMOVE(hyperlinks_by_inner_tree, &hl->by_inner, hlu); in hyperlinks_remove()
124 RB_REMOVE(hyperlinks_by_uri_tree, &hl->by_uri, hlu); in hyperlinks_remove()
134 hyperlinks_put(struct hyperlinks *hl, const char *uri_in, in hyperlinks_put() argument
155 hlu = RB_FIND(hyperlinks_by_uri_tree, &hl->by_uri, &find); in hyperlinks_put()
165 hlu->inner = hl->next_inner++; in hyperlinks_put()
169 hlu->tree = hl; in hyperlinks_put()
170 RB_INSERT(hyperlinks_by_uri_tree, &hl->by_uri, hlu); in hyperlinks_put()
171 RB_INSERT(hyperlinks_by_inner_tree, &hl->by_inner, hlu); in hyperlinks_put()
182 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out, in hyperlinks_get() argument
[all …]
/openbsd/src/usr.bin/less/
Dsearch.c287 struct hilite *hl; in clr_hlist() local
290 for (hl = anchor->hl_first; hl != NULL; hl = nexthl) { in clr_hlist()
291 nexthl = hl->hl_next; in clr_hlist()
292 free(hl); in clr_hlist()
316 struct hilite *hl; in is_hilited_range() local
321 for (hl = hilite_anchor.hl_first; hl != NULL; hl = hl->hl_next) { in is_hilited_range()
322 if (hl->hl_endpos > pos && in is_hilited_range()
323 (epos == -1 || epos > hl->hl_startpos)) in is_hilited_range()
335 struct hilite *hl; in is_filtered() local
344 for (hl = filter_anchor.hl_first; hl != NULL; hl = hl->hl_next) { in is_filtered()
[all …]
/openbsd/src/usr.bin/mail/
Dhead.c51 struct headline hl; in ishead() local
58 parse(linebuf, &hl, parbuf); in ishead()
59 if (hl.l_from == NULL || hl.l_date == NULL) { in ishead()
63 if (!isdate(hl.l_date)) { in ishead()
91 parse(char *line, struct headline *hl, char *pbuf) in parse() argument
96 hl->l_from = NULL; in parse()
97 hl->l_tty = NULL; in parse()
98 hl->l_date = NULL; in parse()
107 hl->l_from = copyin(word, &sp); in parse()
110 hl->l_tty = copyin(word, &sp); in parse()
[all …]
Dcmd1.c189 struct headline hl; in printhead() local
215 parse(headline, &hl, pbuf); in printhead()
237 hl.l_date, mp->m_lines, mp->m_size, vissub); in printhead()
/openbsd/src/bin/md5/
Dmd5.c209 struct hash_list hl; in main() local
219 TAILQ_INIT(&hl); in main()
277 TAILQ_FOREACH(hftmp, &hl, tailq) { in main()
283 hash_insert(&hl, hf, base64); in main()
339 if (TAILQ_FIRST(&hl) != TAILQ_LAST(&hl, hash_list)) in main()
345 if (TAILQ_EMPTY(&hl)) { in main()
352 hash_insert(&hl, hf, (hf->base64 == -1 ? 0 : bflag)); in main()
357 TAILQ_FOREACH(hf, &hl, tailq) { in main()
364 digest_time(&hl, tflag); in main()
366 digest_test(&hl); in main()
[all …]
/openbsd/src/sys/arch/hppa/hppa/
Ddisksubr.c139 struct hpux_label *hl; in readliflabel() local
150 hl = (struct hpux_label *)bp->b_data; in readliflabel()
151 if (hl->hl_magic1 != hl->hl_magic2 || in readliflabel()
152 hl->hl_magic != HPUX_MAGIC || hl->hl_version != 1) { in readliflabel()
164 if (!hl->hl_flags[i]) in readliflabel()
166 if (hl->hl_flags[i] == HPUX_PART_ROOT) { in readliflabel()
169 } else if (hl->hl_flags[i] == HPUX_PART_SWAP) { in readliflabel()
172 } else if (hl->hl_flags[i] == HPUX_PART_BOOT) { in readliflabel()
178 DL_SETPSIZE(pp, hl->hl_parts[i].hlp_length * 2); in readliflabel()
179 DL_SETPOFFSET(pp, hl->hl_parts[i].hlp_start * 2); in readliflabel()
/openbsd/src/gnu/usr.bin/binutils/ld/
Dldcref.c261 struct bfd_link_hash_entry *hl; in output_one_cref() local
264 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE, in output_one_cref()
266 if (hl == NULL) in output_one_cref()
273 if (hl->type == bfd_link_hash_defined) in output_one_cref()
275 if (hl->u.def.section->output_section == NULL) in output_one_cref()
277 if (hl->u.def.section->owner != NULL in output_one_cref()
278 && (hl->u.def.section->owner->flags & DYNAMIC) != 0) in output_one_cref()
373 struct bfd_link_hash_entry *hl; in check_nocrossref() local
380 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE, in check_nocrossref()
382 if (hl == NULL) in check_nocrossref()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldcref.c262 struct bfd_link_hash_entry *hl; in output_one_cref() local
265 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE, in output_one_cref()
267 if (hl == NULL) in output_one_cref()
274 if (hl->type == bfd_link_hash_defined) in output_one_cref()
276 if (hl->u.def.section->output_section == NULL) in output_one_cref()
278 if (hl->u.def.section->owner != NULL in output_one_cref()
279 && (hl->u.def.section->owner->flags & DYNAMIC) != 0) in output_one_cref()
404 struct bfd_link_hash_entry *hl; in check_nocrossref() local
411 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, FALSE, in check_nocrossref()
413 if (hl == NULL) in check_nocrossref()
[all …]
/openbsd/src/gnu/usr.sbin/mkhybrid/src/libfile/
Dsoftmagic.c150 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3]));
158 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0]));
Dfile.h73 unsigned char hl[4]; /* 2 bytes of a fixed-endian "long" */ member
/openbsd/src/lib/libcrypto/asn1/
Dasn1_par.c126 int nl, hl, j, r; in asn1_parse2() local
152 hl = (p - op); in asn1_parse2()
153 length -= hl; in asn1_parse2()
161 depth, (long)hl, len) <= 0) in asn1_parse2()
165 depth, (long)hl) <= 0) in asn1_parse2()
227 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != in asn1_parse2()
251 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
304 ai = d2i_ASN1_INTEGER(NULL, &opp, len + hl); in asn1_parse2()
330 ae = d2i_ASN1_ENUMERATED(NULL, &opp, len + hl); in asn1_parse2()
/openbsd/src/usr.sbin/npppd/common/
Dhash.c188 hash_link *w, *hl; in hash_delete_all() local
191 hl = htbl->bucket[i]; in hash_delete_all()
193 while (hl != NULL) { in hash_delete_all()
194 w = hl; in hash_delete_all()
195 hl = hl->next; in hash_delete_all()
/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tpd.c483 hash_link *hl; in l2tpd_stop_timeout() local
489 for (hl = hash_first(_this->ctrl_map); hl != NULL; in l2tpd_stop_timeout()
490 hl = hash_next(_this->ctrl_map)) { in l2tpd_stop_timeout()
491 ctrl = hl->item; in l2tpd_stop_timeout()
502 hash_link *hl; in l2tpd_stop() local
514 for (hl = hash_first(_this->ctrl_map); hl != NULL; in l2tpd_stop()
515 hl = hash_next(_this->ctrl_map)) { in l2tpd_stop()
516 ctrl = hl->item; in l2tpd_stop()
671 hash_link *hl; local
673 hl = hash_lookup(_this->ctrl_map, (void *)(uintptr_t)tunid);
[all …]
/openbsd/src/usr.sbin/npppd/pppoe/
Dpppoed.c392 hash_link *hl; in pppoed_stop() local
400 for (hl = hash_first(_this->session_hash); in pppoed_stop()
401 hl != NULL; in pppoed_stop()
402 hl = hash_next(_this->session_hash)) { in pppoed_stop()
403 session = (pppoe_session *)hl->item; in pppoed_stop()
470 hash_link *hl; in pppoed_reload() local
527 for (hl = hash_first(_this->session_hash); hl != NULL; in pppoed_reload()
528 hl = hash_next(_this->session_hash)) { in pppoed_reload()
529 session = (pppoe_session *)hl->item; in pppoed_reload()
548 for (hl = hash_first(_this->session_hash); hl != NULL; in pppoed_reload()
[all …]
/openbsd/src/gnu/usr.bin/perl/regen/
DHeaderParser.pm1361 my $hl= HeaderLine->new(
1371 push @$ret, $hl;
1448 my $hl= HeaderLine->new(
1459 push @$ret, $hl;
1468 my $hl= HeaderLine->new(
1479 push @$ret, $hl;
1487 my $hl= HeaderLine->new(
1498 push @$ret, $hl;
/openbsd/src/gnu/usr.bin/perl/t/op/
Dlc.t332 my %hl = qw(a 1 b 2 c 3);
335 $x = List::Util::first(sub { uc $_ eq 'A' }, keys %hl);
337 $x = List::Util::first(sub { ucfirst $_ eq 'A' }, keys %hl);
/openbsd/src/usr.bin/top/
Ddisplay.c531 i_process(int line, char *thisline, int hl) in i_process() argument
540 if (hl && smart_terminal) in i_process()
543 if (hl && smart_terminal) in i_process()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2660.key21 bdz/vGmMxFAFYh9d134VzQKBgHohY6p7AXAwmAfnnRhP8UfQx/6Qw2luIyBaj+hl
D3160.chain19 qllWqPwRewwav4Zfkbfcub0dmva4OBbEOFZmhiEJqnZqJyYs1duCP7EsEb2l9/hl
D910.chain33 b3IgOTEwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgobvTGWAt/hl
/openbsd/src/usr.sbin/nsd/
Dremote.c443 struct acceptlist* hl; in add_open() local
511 hl = (struct acceptlist*)xalloc_zero(sizeof(*hl)); in add_open()
512 hl->rc = rc; in add_open()
513 hl->ident = strdup(ip); in add_open()
514 if(!hl->ident) { in add_open()
517 free(hl); in add_open()
520 hl->next = rc->accept_list; in add_open()
521 rc->accept_list = hl; in add_open()
523 hl->c.ev_fd = fd; in add_open()
524 hl->event_added = 0; in add_open()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DImmutableSet.h429 unsigned hl = getHeight(L);
431 return (hl > hr ? hl : hr) + 1;
487 unsigned hl = getHeight(L);
490 if (hl > hr + 2) {
507 if (hr > hl + 2) {
/openbsd/src/sys/netinet/
Dip_ah.c539 uint8_t hl; in ah_input() local
550 m_copydata(m, skip + offsetof(struct ah, ah_hl), sizeof(u_int8_t), &hl); in ah_input()
590 if (hl * sizeof(u_int32_t) != ahx->authsize + rplen - AH_FLENGTH) { in ah_input()
592 hl * sizeof(u_int32_t), in ah_input()
609 ibytes = (m->m_pkthdr.len - skip - hl * sizeof(u_int32_t)); in ah_input()

12