| /NextBSD/contrib/elftoolchain/libdwarf/ |
| HD | 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() 51 at->u[0].u64 = loc_expr->pe_length; in dwarf_add_AT_location_expr() 52 at->u[1].u8p = loc_expr->pe_block; in dwarf_add_AT_location_expr() 54 at->at_form = DW_FORM_block1; in dwarf_add_AT_location_expr() 56 at->at_form = DW_FORM_block2; in dwarf_add_AT_location_expr() 58 at->at_form = DW_FORM_block4; in dwarf_add_AT_location_expr() [all …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| /NextBSD/contrib/tcpdump/ |
| HD | CREDITS | 4 Bill Fenner <fenner at research dot att dot com> 5 Denis Ovsienko <denis at ovsienko dot info> 6 Fulvio Risso <risso at polito dot it> 7 Guy Harris <guy at alum dot mit dot edu> 8 Hannes Gredler <hannes at juniper dot net> 9 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 10 Francois-Xavier Le Bail <fx dot lebail at yahoo dot com> 14 Aaron Campbell <aaron at arbor dot net> 15 A Costa <agcosta at gis dot net> 16 Albert Chin <china at thewrittenword dot com> [all …]
|
| /NextBSD/contrib/libpcap/ |
| HD | CREDITS | 4 Bill Fenner <fenner at research dot att dot com> 5 Denis Ovsienko <infrastation at yandex dot ru> 6 Fulvio Risso <risso at polito dot it> 7 Guy Harris <guy at alum dot mit dot edu> 8 Hannes Gredler <hannes at juniper dot net> 9 Michael Richardson <mcr at sandelman dot ottawa dot on dot ca> 13 Akos Vandra <axos88 at gmail dot com> 14 Alan Bawden <Alan at LCS dot MIT dot EDU> 15 Albert Chin <china at thewrittenword dot com> 16 Alexander 'Leo' Bergolth <Leo dot Bergolth at wu-wien dot ac dot at> [all …]
|
| /NextBSD/usr.sbin/pmcstudy/ |
| HD | eval_expr.c | 41 struct expression *ex, *at; in alloc_and_hook_expr() local 52 at = *last_p; in alloc_and_hook_expr() 53 if (at == NULL) { in alloc_and_hook_expr() 58 at->next = ex; in alloc_and_hook_expr() 59 ex->prev = at; in alloc_and_hook_expr() 213 struct expression *at, *ex; in walk_back_and_insert_paren() local 224 at = frm->prev; in walk_back_and_insert_paren() 225 if (at == *beg) { in walk_back_and_insert_paren() 228 ex->next = at; in walk_back_and_insert_paren() 229 at->prev = ex; in walk_back_and_insert_paren() [all …]
|
| /NextBSD/contrib/bsnmp/snmp_mibII/ |
| HD | 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 …]
|
| /NextBSD/crypto/openssl/crypto/bn/asm/ |
| HD | mips.pl | 90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3)); 157 mflo $at 159 $ADDU $t1,$at 162 sltu $at,$t1,$at 164 $ADDU $v0,$at 170 mflo $at 172 $ADDU $t3,$at 175 sltu $at,$t3,$at 177 $ADDU $v0,$at 184 mflo $at [all …]
|
| HD | mips-mont.pl | 28 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25)); 132 slt $at,$num,4 133 bnez $at,1f 135 slt $at,$num,17 # on in-order CPU 136 bnez $at,bn_mul_mont_internal 175 li $at,-4096 177 and $sp,$at 196 sltu $at,$lo1,$lo0 197 $ADDU $hi1,$at 214 sltu $at,$lo0,$hi0 [all …]
|
| /NextBSD/contrib/binutils/bfd/doc/ |
| HD | chew.c | 116 static char at (string_type *, unsigned int); 183 at (buffer, pos) in at() function 255 while ((c = at (src, idx)), 260 && at (src, idx +1) != '/' 261 && at (src, idx -1) != '\n')) 386 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1)) in strip_trailing_newlines() 387 || at (tos, tos->write_idx - 1) == '\n') in strip_trailing_newlines() 426 while (at (src, idx)) 429 if (at (src, idx) == '\n' 430 && at (src, idx + 1) == '/' [all …]
|
| /NextBSD/sys/pc98/conf/ |
| HD | GENERIC.hints | 3 hint.atacbus.0.at="isa" 7 hint.fdc.0.at="isa" 11 hint.fd.0.at="fdc0" 13 hint.fd.1.at="fdc0" 15 hint.fd.2.at="fdc0" 17 hint.fd.3.at="fdc0" 21 hint.aic.0.at="isa" 27 hint.ct.0.at="isa" 29 #hint.ct.0.at="isa" 32 #hint.ct.0.at="isa" [all …]
|
| /NextBSD/sys/dev/syscons/ |
| HD | scvtb.c | 45 #define vtb_wrap(vtb, at, offset) \ argument 46 (((at) + (offset) + (vtb)->vtb_size)%(vtb)->vtb_size) 120 sc_vtb_getc(sc_vtb_t *vtb, int at) in sc_vtb_getc() argument 124 return (readw(sc_vtb_pointer(vtb, at)) & 0x00ff); in sc_vtb_getc() 127 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0x00ff); in sc_vtb_getc() 131 sc_vtb_geta(sc_vtb_t *vtb, int at) in sc_vtb_geta() argument 135 return (readw(sc_vtb_pointer(vtb, at)) & 0xff00); in sc_vtb_geta() 138 return (*(u_int16_t *)sc_vtb_pointer(vtb, at) & 0xff00); in sc_vtb_geta() 142 sc_vtb_putc(sc_vtb_t *vtb, int at, int c, int a) in sc_vtb_putc() argument 146 writew(sc_vtb_pointer(vtb, at), a | c); in sc_vtb_putc() [all …]
|
| /NextBSD/contrib/ldns/ldns/ |
| HD | 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(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(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 …]
|
| /NextBSD/contrib/libxo/tests/core/saved/ |
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| HD | 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 …]
|
| /NextBSD/usr.sbin/nscd/ |
| HD | agent.c | 72 register_agent(struct agent_table *at, struct agent *a) in register_agent() argument 78 assert(at != NULL); in register_agent() 80 new_agents_num = at->agents_num + 1; in register_agent() 84 memcpy(new_agents, at->agents, at->agents_num * sizeof(struct agent *)); in register_agent() 89 free(at->agents); in register_agent() 90 at->agents = new_agents; in register_agent() 91 at->agents_num = new_agents_num; in register_agent() 96 find_agent(struct agent_table *at, const char *name, enum agent_type type) in find_agent() argument 105 res = bsearch(&model_p, at->agents, at->agents_num, in find_agent() 113 destroy_agent_table(struct agent_table *at) in destroy_agent_table() argument [all …]
|