/freebsd/contrib/tcpdump/ |
H A D | CREDITS | 4 Denis Ovsienko <denis at ovsienko dot info> 5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr> 6 Guy Harris <gharris at sonic dot net> 7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 10 Aaron Campbell <aaron at arbor dot net> 11 ABHIMANYU <agupta07 at sourceforge dot net> 12 A Costa <agcosta at gis dot net> 13 Adam Sampson <ats at offog dot org> 14 Ahmed Abdelsalam <ahabdels at gmail dot com> 15 Ajith Adapa <adapa dot ajith at gmail dot com> [all …]
|
/freebsd/contrib/libpcap/ |
H A D | CREDITS | 4 Denis Ovsienko <denis at ovsienko dot info> 5 Francois-Xavier Le Bail <devel dot fx dot lebail at orange dot fr> 6 Guy Harris <gharris at sonic dot net> 7 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 10 Adrian Budau <adbudau at bitdefender dot com> 11 Akos Vandra <axos88 at gmail dot com> 12 Alan Bawden <Alan at LCS dot MIT dot EDU> 13 Albert Chin <china at thewrittenword dot com> 14 Alexander Galanin <al at galanin dot nnov dot ru> 15 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at> [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_attr.c | 35 Dwarf_Attribute at; in dwarf_add_AT_location_expr() local 42 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE) in dwarf_add_AT_location_expr() 45 at->at_die = die; in dwarf_add_AT_location_expr() 46 at->at_attrib = attr; in dwarf_add_AT_location_expr() 47 at->at_expr = loc_expr; in dwarf_add_AT_location_expr() 50 free(at); in dwarf_add_AT_location_expr() 53 at->u[0].u64 = loc_expr->pe_length; in dwarf_add_AT_location_expr() 54 at->u[1].u8p = loc_expr->pe_block; in dwarf_add_AT_location_expr() 56 at->at_form = DW_FORM_block1; in dwarf_add_AT_location_expr() 58 at->at_form = DW_FORM_block2; in dwarf_add_AT_location_expr() [all …]
|
H A D | dwarf_form.c | 33 dwarf_hasform(Dwarf_Attribute at, Dwarf_Half form, Dwarf_Bool *return_hasform, in dwarf_hasform() argument 38 dbg = at != NULL ? at->at_die->die_dbg : NULL; in dwarf_hasform() 40 if (at == NULL || return_hasform == NULL) { in dwarf_hasform() 45 *return_hasform = (at->at_form == form); in dwarf_hasform() 51 dwarf_whatform(Dwarf_Attribute at, Dwarf_Half *return_form, Dwarf_Error *error) in dwarf_whatform() argument 55 dbg = at != NULL ? at->at_die->die_dbg : NULL; in dwarf_whatform() 57 if (at == NULL || return_form == NULL) { in dwarf_whatform() 62 *return_form = at->at_form; in dwarf_whatform() 68 dwarf_whatform_direct(Dwarf_Attribute at, Dwarf_Half *return_form, in dwarf_whatform_direct() argument 73 dbg = at != NULL ? at->at_die->die_dbg : NULL; in dwarf_whatform_direct() [all …]
|
H A D | libdwarf_attr.c | 35 Dwarf_Attribute at; in _dwarf_attr_alloc() local 40 if ((at = calloc(1, sizeof(struct _Dwarf_Attribute))) == NULL) { in _dwarf_attr_alloc() 45 *atp = at; in _dwarf_attr_alloc() 54 Dwarf_Attribute at; in _dwarf_attr_add() local 57 if ((ret = _dwarf_attr_alloc(die, &at, error)) != DW_DLE_NONE) in _dwarf_attr_add() 60 memcpy(at, atref, sizeof(struct _Dwarf_Attribute)); in _dwarf_attr_add() 62 STAILQ_INSERT_TAIL(&die->die_attr, at, at_next); in _dwarf_attr_add() 65 if (at->at_attrib == DW_AT_name) { in _dwarf_attr_add() 66 switch (at->at_form) { in _dwarf_attr_add() 68 die->die_name = at->u[1].s; in _dwarf_attr_add() [all …]
|
H A D | dwarf_attr.c | 37 Dwarf_Attribute at; in dwarf_attr() local 46 if ((at = _dwarf_attr_find(die, attr)) == NULL) { in dwarf_attr() 51 *atp = at; in dwarf_attr() 60 Dwarf_Attribute at; in dwarf_attrlist() local 89 for (i = 0, at = STAILQ_FIRST(&die->die_attr); in dwarf_attrlist() 90 i < *attrcount && at != NULL; i++, at = STAILQ_NEXT(at, at_next)) in dwarf_attrlist() 91 die->die_attrarray[i] = at; in dwarf_attrlist() 117 dwarf_attroffset(Dwarf_Attribute at, Dwarf_Off *ret_off, Dwarf_Error *error) in dwarf_attroffset() argument 121 dbg = at != NULL ? at->at_die->die_dbg : NULL; in dwarf_attroffset() 123 if (at == NULL || ret_off == NULL) { in dwarf_attroffset() [all …]
|
H A D | dwarf_attrval.c | 34 Dwarf_Attribute at; in dwarf_attrval_flag() local 46 if ((at = _dwarf_attr_find(die, attr)) == NULL) { in dwarf_attrval_flag() 51 switch (at->at_form) { in dwarf_attrval_flag() 54 *valp = (Dwarf_Bool) (!!at->u[0].u64); in dwarf_attrval_flag() 67 Dwarf_Attribute at; in dwarf_attrval_string() local 79 if ((at = _dwarf_attr_find(die, attr)) == NULL) { in dwarf_attrval_string() 84 switch (at->at_form) { in dwarf_attrval_string() 86 *strp = at->u[1].s; in dwarf_attrval_string() 89 *strp = at->u[0].s; in dwarf_attrval_string() 102 Dwarf_Attribute at; in dwarf_attrval_signed() local [all …]
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | eval_expr.c | 38 struct expression *ex, *at; in alloc_and_hook_expr() local 49 at = *last_p; in alloc_and_hook_expr() 50 if (at == NULL) { in alloc_and_hook_expr() 55 at->next = ex; in alloc_and_hook_expr() 56 ex->prev = at; in alloc_and_hook_expr() 210 struct expression *at, *ex; in walk_back_and_insert_paren() local 221 at = frm->prev; in walk_back_and_insert_paren() 222 if (at == *beg) { in walk_back_and_insert_paren() 225 ex->next = at; in walk_back_and_insert_paren() 226 at->prev = ex; in walk_back_and_insert_paren() [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_nettomedia.c | 46 struct mibarp *at; in mib_find_arp() local 52 TAILQ_FOREACH(at, &mibarp_list, link) in mib_find_arp() 53 if (at->index.subs[0] == ifp->index && in mib_find_arp() 54 (at->index.subs[1] == ((a >> 24) & 0xff)) && in mib_find_arp() 55 (at->index.subs[2] == ((a >> 16) & 0xff)) && in mib_find_arp() 56 (at->index.subs[3] == ((a >> 8) & 0xff)) && in mib_find_arp() 57 (at->index.subs[4] == ((a >> 0) & 0xff))) in mib_find_arp() 58 return (at); in mib_find_arp() 66 struct mibarp *at; in mib_arp_create() local 69 if ((at = malloc(sizeof(*at))) == NULL) in mib_arp_create() [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | mips.pl | 99 ($zero,$at,$v0,$v1)=map("\$$_",(0..3)); 182 mflo ($at,$t0,$a3) 184 $ADDU $t1,$at 187 sltu $at,$t1,$at 189 $ADDU $v0,$at 195 mflo ($at,$t2,$a3) 197 $ADDU $t3,$at 200 sltu $at,$t3,$at 202 $ADDU $v0,$at 209 mflo ($at,$ta0,$a3) [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | scvtb.c | 45 #define vtb_wrap(vtb, at, offset) \ argument 46 (((at) + (offset) + (vtb)->vtb_size)%(vtb)->vtb_size) 118 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() argument 121 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff); in sc_vtb_getc() 123 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0x00ff); in sc_vtb_getc() 127 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta() argument 130 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00); in sc_vtb_geta() 132 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0xff00); in sc_vtb_geta() 136 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc() argument 139 writew(sc_vtb_pointer(vtb, at), a | c); in sc_vtb_putc() [all …]
|
/freebsd/usr.sbin/nscd/ |
H A D | agent.c | 70 register_agent(struct agent_table *at, struct agent *a) in register_agent() argument 76 assert(at != NULL); in register_agent() 78 new_agents_num = at->agents_num + 1; in register_agent() 82 memcpy(new_agents, at->agents, at->agents_num * sizeof(struct agent *)); in register_agent() 87 free(at->agents); in register_agent() 88 at->agents = new_agents; in register_agent() 89 at->agents_num = new_agents_num; in register_agent() 94 find_agent(struct agent_table *at, const char *name, enum agent_type type) in find_agent() argument 103 res = bsearch(&model_p, at->agents, at->agents_num, in find_agent() 111 destroy_agent_table(struct agent_table *at) in destroy_agent_table() argument [all …]
|
/freebsd/contrib/ldns/ldns/ |
H A D | buffer.h | 257 ldns_buffer_at(const ldns_buffer *buffer, size_t at) in ldns_buffer_at() argument 259 assert(at <= buffer->_limit); in ldns_buffer_at() 260 return buffer->_data + at; in ldns_buffer_at() 306 ldns_buffer_remaining_at(const ldns_buffer *buffer, size_t at) in ldns_buffer_remaining_at() argument 309 assert(at <= buffer->_limit); in ldns_buffer_remaining_at() 310 return buffer->_limit - at; in ldns_buffer_remaining_at() 335 ldns_buffer_available_at(const ldns_buffer *buffer, size_t at, size_t count) in ldns_buffer_available_at() argument 337 return count <= ldns_buffer_remaining_at(buffer, at); in ldns_buffer_available_at() 360 ldns_buffer_write_at(ldns_buffer *buffer, size_t at, const void *data, size_t count) in ldns_buffer_write_at() argument 362 assert(ldns_buffer_available_at(buffer, at, count)); in ldns_buffer_write_at() [all …]
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_08.E.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.H.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.HIPx.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.HP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.J.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.JP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.JPu.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.T.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.X.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
H A D | test_08.XP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | sbuffer.h | 330 sldns_buffer_at(const sldns_buffer *buffer, size_t at) in sldns_buffer_at() argument 332 assert(at <= buffer->_limit); in sldns_buffer_at() 333 return buffer->_data + at; in sldns_buffer_at() 379 sldns_buffer_remaining_at(sldns_buffer *buffer, size_t at) in sldns_buffer_remaining_at() argument 382 assert(at <= buffer->_limit); in sldns_buffer_remaining_at() 383 return at < buffer->_limit ? buffer->_limit - at : 0; in sldns_buffer_remaining_at() 408 sldns_buffer_available_at(sldns_buffer *buffer, size_t at, size_t count) in sldns_buffer_available_at() argument 410 return count <= sldns_buffer_remaining_at(buffer, at); in sldns_buffer_available_at() 433 sldns_buffer_write_at(sldns_buffer *buffer, size_t at, const void *data, size_t count) in sldns_buffer_write_at() argument 435 assert(sldns_buffer_available_at(buffer, at, count)); in sldns_buffer_write_at() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | suff-lookup.exp | 8 inserting ".ccc" (3) at end of list 9 inserting ".cc" (2) at end of list 12 inserting ".c" (1) at end of list 13 inserting ".ccc" (3) at end of list 16 inserting ".short" (4) at end of list 17 inserting ".c" (1) at end of list 20 inserting ".sho" (5) at end of list 21 inserting ".c" (1) at end of list 24 inserting ".dead-end" (6) at end of list 25 inserting ".short" (4) at end of list [all …]
|