| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | parse.c | 802 length_of_subexp (struct expression *expr, int endpos) in length_of_subexp() argument 806 operator_length (expr, endpos, &oplen, &args); in length_of_subexp() 810 oplen += length_of_subexp (expr, endpos - oplen); in length_of_subexp() 822 operator_length (struct expression *expr, int endpos, int *oplenp, int *argsp) in operator_length() argument 824 expr->language_defn->la_exp_desc->operator_length (expr, endpos, in operator_length() 831 operator_length_standard (struct expression *expr, int endpos, in operator_length_standard() argument 838 if (endpos < 1) in operator_length_standard() 841 i = (int) expr->elts[endpos - 1].opcode; in operator_length_standard() 847 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard() 873 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard() [all …]
|
| HD | jv-exp.y | 1428 copy_exp (expr, endpos) in copy_exp() argument 1430 int endpos; 1432 int len = length_of_subexp (expr, endpos); 1436 memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));
|
| HD | jv-exp.c | 2799 copy_exp (expr, endpos) in copy_exp() argument 2801 int endpos; 2803 int len = length_of_subexp (expr, endpos); 2807 memcpy (new->elts, expr->elts + endpos - len, EXP_ELEM_TO_BYTES (len));
|
| /freebsd-11-stable/contrib/groff/src/preproc/pic/ |
| HD | object.cpp | 1169 position endpos = startpos; in make_move() local 1172 endpos = s->pos; in make_move() 1174 endpos += s->pos; in make_move() 1176 last_move = endpos - startpos; in make_move() 1177 move_object *p = new move_object(startpos, endpos); in make_move() 1178 *curpos = endpos; in make_move() 1456 position endpos = startpos; in make_line() local 1461 endpos = s->pos; in make_line() 1463 endpos += s->pos; in make_line() 1464 s->pos = endpos; in make_line() [all …]
|
| /freebsd-11-stable/contrib/wpa/src/eap_server/ |
| HD | tncs.c | 840 char *endpos; in tncs_process_if_tnccs() local 851 endpos = end; in tncs_process_if_tnccs() 855 *endpos = '<'; in tncs_process_if_tnccs() 863 *endpos = '<'; in tncs_process_if_tnccs() 886 char *xml, *xmlend, *endpos; in tncs_process_if_tnccs() local 896 endpos = end; in tncs_process_if_tnccs() 900 *endpos = '<'; in tncs_process_if_tnccs() 916 *endpos = '<'; in tncs_process_if_tnccs() 925 *endpos = '<'; in tncs_process_if_tnccs()
|
| /freebsd-11-stable/contrib/wpa/src/eap_peer/ |
| HD | tncc.c | 752 char *endpos; in tncc_process_if_tnccs() local 763 endpos = end; in tncc_process_if_tnccs() 767 *endpos = '<'; in tncc_process_if_tnccs() 775 *endpos = '<'; in tncc_process_if_tnccs() 798 char *xml, *xmlend, *endpos; in tncc_process_if_tnccs() local 808 endpos = end; in tncc_process_if_tnccs() 812 *endpos = '<'; in tncc_process_if_tnccs() 828 *endpos = '<'; in tncc_process_if_tnccs() 837 *endpos = '<'; in tncc_process_if_tnccs()
|
| /freebsd-11-stable/contrib/unbound/util/data/ |
| HD | dname.c | 188 size_t endpos = 0; in pkt_dname_len() local 207 if(!endpos) in pkt_dname_len() 208 endpos = sldns_buffer_position(pkt); in pkt_dname_len() 226 if(endpos) in pkt_dname_len() 227 sldns_buffer_set_position(pkt, endpos); in pkt_dname_len()
|
| /freebsd-11-stable/usr.sbin/iovctl/ |
| HD | parse.c | 120 char *parse, *orig_parse, *tokpos, *endpos; in add_unicast_mac_config() local 139 value = strtoul(token, &endpos, 16); in add_unicast_mac_config() 141 if (*endpos != '\0') in add_unicast_mac_config()
|
| /freebsd-11-stable/contrib/apr/strings/ |
| HD | apr_snprintf.c | 252 bep = vbuff->endpos; \ 728 bep = vbuff->endpos; in apr_vformatter() 1371 vbuff.endpos = NULL; in apr_snprintf() 1375 vbuff.endpos = buf + len - 1; in apr_snprintf() 1396 vbuff.endpos = NULL; in apr_vsnprintf() 1400 vbuff.endpos = buf + len - 1; in apr_vsnprintf()
|
| /freebsd-11-stable/contrib/atf/atf-c/detail/ |
| HD | fs.c | 392 const size_t endpos = atf_dynstr_rfind_ch(&p->m_data, '/'); in atf_fs_path_branch_path() local 395 if (endpos == atf_dynstr_npos) in atf_fs_path_branch_path() 397 else if (endpos == 0) in atf_fs_path_branch_path() 400 err = atf_dynstr_init_substr(&bp->m_data, &p->m_data, 0, endpos); in atf_fs_path_branch_path()
|
| /freebsd-11-stable/contrib/less/ |
| HD | search.c | 1250 search_range(pos, endpos, search_type, matches, maxlines, plinepos, pendpos, plastlinepos) in search_range() argument 1252 POSITION endpos; 1276 if ((search_type & SRCH_WRAP) && endpos == NULL_POSITION) 1277 endpos = pos; 1293 if ((endpos != NULL_POSITION && !(search_type & SRCH_WRAP) && 1294 (((search_type & SRCH_FORW) && pos >= endpos) || 1295 ((search_type & SRCH_BACK) && pos <= endpos))) || maxlines == 0)
|
| /freebsd-11-stable/contrib/apr/include/ |
| HD | apr_lib.h | 68 char *endpos; member
|
| /freebsd-11-stable/contrib/apr/memory/unix/ |
| HD | apr_pools.c | 1323 ps->vbuff.endpos = node->endp - 1; /* Save a byte for NUL terminator */ in psprintf_flush() 1335 if (ps->vbuff.endpos - ps->node->first_avail >= len) in add_redzone() 1338 ps->vbuff.curpos = ps->vbuff.endpos; in add_redzone() 1348 if (ps->vbuff.curpos == ps->vbuff.endpos) { in add_redzone() 1371 ps.vbuff.endpos = ps.node->endp - 1; in apr_pvsprintf() 2162 ps->vbuff.endpos = ps->mem + ps->size - 1; in psprintf_flush() 2179 ps.vbuff.endpos = ps.mem + ps.size - 1; in apr_pvsprintf()
|
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | wpa_auth_ft.c | 323 u8 *endpos) in wpa_ft_tlv_lin() argument 336 if (tlv_len + sizeof(*hdr) > (size_t) (endpos - start)) in wpa_ft_tlv_lin() 344 if (tlv_len + tlvs[i].len > (size_t) (endpos - start)) in wpa_ft_tlv_lin() 379 u8 *start, u8 *endpos) in wpa_ft_vlan_lin() argument 392 if (start + tlv_len > endpos) in wpa_ft_vlan_lin() 400 if (start + tlv_len > endpos) in wpa_ft_vlan_lin() 410 if (start + tlv_len > endpos) in wpa_ft_vlan_lin() 419 if (start + tlv_len > endpos) in wpa_ft_vlan_lin() 437 u8 *pos, *endpos; in wpa_ft_rrb_lin() local 452 endpos = *plain + tlv_len; in wpa_ft_rrb_lin() [all …]
|
| /freebsd-11-stable/contrib/apr-util/buckets/ |
| HD | apr_brigade.c | 672 vd->vbuff.endpos = vd->cbuff + APR_BUCKET_BUFF_SIZE; in brigade_flush() 688 vd.vbuff.endpos = buf + APR_BUCKET_BUFF_SIZE; in apr_brigade_vprintf()
|
| /freebsd-11-stable/contrib/apr/file_io/unix/ |
| HD | readwrite.c | 515 data.vbuff.endpos = data.buf + HUGE_STRING_LEN;
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | regex.c | 5016 int endpos = startpos + range; local 5035 if (endpos < 0) 5037 else if (endpos > total_size)
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | regex.c | 5016 int endpos = startpos + range; local 5035 if (endpos < 0) 5037 else if (endpos > total_size)
|