/external/iptables/utils/ |
D | nfnl_osf.c | 275 char *pbeg, *pend; in osf_load_line() local 296 pend = xt_osf_strchr(pbeg, OSFPDEL); in osf_load_line() 297 if (pend) { in osf_load_line() 298 *pend = '\0'; in osf_load_line() 323 pbeg = pend + 1; in osf_load_line() 325 pend = xt_osf_strchr(pbeg, OSFPDEL); in osf_load_line() 326 if (pend) { in osf_load_line() 327 *pend = '\0'; in osf_load_line() 329 pbeg = pend + 1; in osf_load_line() 331 pend = xt_osf_strchr(pbeg, OSFPDEL); in osf_load_line() [all …]
|
/external/valgrind/docs/internals/ |
D | 3_3_BUGSTATUS.txt | 41 126255 Wont pend vex x86->IR: 0xDF 0x75 (fbstp) (x87 BCD stores) 43 140939 MED pend --track-fds reports leakage of stdout/in/err and 46 149878 LOW pend (proper) check for calloc integer overflow 49 156065 LOW pend VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs 52 158042 WF,LOW pend --db-attach at invalid free() gives broken stack 56 158730 Wont pend ppc: illegal opcode crash on instruction fctiwz 60 159501 MED pend incorrect handling of ALSA ioctls 63 159659 Wont pend scas does not use ES segment selector 65 159720 Wont pend Opcode 0xFF 0x58 0xEB 0x5 unhandled on x86 69 160595 Wont pend Why my program hang-up when work with valgrind ? [all …]
|
/external/toybox/toys/pending/ |
D | dhcp.c | 987 uint8_t *pend; in dhcpc_sendmsg() local 1002 pend = state->pdhcp.options; in dhcpc_sendmsg() 1003 pend = dhcpc_addmsgtype(pend, msgtype); in dhcpc_sendmsg() 1005 if (!flag_chk(FLAG_C)) pend = dhcpc_addclientid(pend); in dhcpc_sendmsg() 1012 pend = dhcpc_addreqipaddr(&rqsd, pend); in dhcpc_sendmsg() 1014 pend = dhcpc_addmaxsize(pend, htons(sizeof(dhcp_raw_t))); in dhcpc_sendmsg() 1016 pend = dhcpc_addstropt(pend, DHCP_OPTION_VENDOR, vendor, strlen(vendor)); in dhcpc_sendmsg() 1017 …if (flag_chk(FLAG_H)) pend = dhcpc_addstropt(pend, DHCP_OPTION_HOST_NAME, TT.hostname, strlen(TT.h… in dhcpc_sendmsg() 1018 if (flag_chk(FLAG_F)) pend = dhcpc_addfdnname(pend, TT.fdn_name); in dhcpc_sendmsg() 1019 if ((!flag_chk(FLAG_o)) || flag_chk(FLAG_O)) pend = dhcpc_addreqoptions(pend); in dhcpc_sendmsg() [all …]
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
D | pbump.pass.cpp | 28 void setp(CharT* pbeg, CharT* pend) in setp() 30 base::setp(pbeg, pend); in setp() 37 CharT* pend = base::epptr(); in pbump() local 41 assert(base::epptr() == pend); in pbump()
|
D | setp.pass.cpp | 28 void setp(CharT* pbeg, CharT* pend) in setp() 30 base::setp(pbeg, pend); in setp() 33 assert(base::epptr() == pend); in setp()
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-serialize.cc | 301 char *pend = p; in parse_uint() local 305 v = strtol (p, &pend, 10); in parse_uint() 306 if (errno || p == pend || pend - p != end - pp) in parse_uint() 322 char *pend = p; in parse_int() local 326 v = strtol (p, &pend, 10); in parse_int() 327 if (errno || p == pend || pend - p != end - pp) in parse_int()
|
D | hb-shape.cc | 66 char *pend = p; in parse_uint() local 72 v = strtol (p, &pend, 0); in parse_uint() 73 if (errno || p == pend) in parse_uint() 77 *pp += pend - p; in parse_uint()
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/ |
D | xsputn.pass.cpp | 27 void setp(char* pbeg, char* pend) in setp() 29 base::setp(pbeg, pend); in setp()
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
D | sputc.pass.cpp | 33 void setp(char* pbeg, char* pend) in setp() 35 base::setp(pbeg, pend); in setp()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_statebuf.h | 11 uint32_t* pend; member 17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0)
|
/external/elfutils/src/tests/ |
D | dwfllines.c | 110 bool pend; in main() local 111 if (dwarf_lineprologueend (dw_line, &pend) != 0) in main() 149 dw_op_index, begin, end, pend, ebegin, block, isa, disc); in main()
|
/external/llvm/lib/Support/ |
D | regcomp.c | 75 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 210 p->pend[i] = 0; in llvm_regcomp() 333 p->pend[subno] = HERE(); in p_ere_exp() 334 assert(p->pend[subno] != 0); in p_ere_exp() 389 if (p->pend[backrefnum] == 0) { in p_ere_exp() 401 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp() 402 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]); in p_ere_exp() 574 p->pend[subno] = HERE(); in p_simp_re() 575 assert(p->pend[subno] != 0); in p_simp_re() 595 if (p->pend[i] != 0) { in p_simp_re() [all …]
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | copy.pass.cpp | 45 void setp(CharT* pbeg, CharT* pend) in setp() 47 base::setp(pbeg, pend); in setp()
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 46 void setp(CharT* pbeg, CharT* pend) in setp() 48 base::setp(pbeg, pend); in setp()
|
D | swap.pass.cpp | 56 void setp(CharT* pbeg, CharT* pend) in setp() 58 base::setp(pbeg, pend); in setp()
|
/external/boringssl/src/crypto/asn1/ |
D | a_int.c | 183 const unsigned char *p, *pend; in c2i_ASN1_INTEGER() local 196 pend = p + len; in c2i_ASN1_INTEGER() 257 *pp=pend; in c2i_ASN1_INTEGER()
|
/external/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 162 const uint8_t *pend = (uint8_t *)end; in getULEB128() local 168 if (p == pend) in getULEB128() 187 const uint8_t *pend = (uint8_t *)end; in getSLEB128() local 192 if (p == pend) in getSLEB128()
|
/external/mksh/src/ |
D | misc.c | 1630 char *pend; in make_path() local 1632 for (pend = plist; *pend && *pend != ':'; pend++) in make_path() 1634 plen = pend - plist; in make_path() 1635 *cdpathp = *pend ? pend + 1 : NULL; in make_path()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 203 const u8 *pend, *ppos; in ikev2_parse_proposal() local 250 pend = pos + proposal_len; in ikev2_parse_proposal() 251 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 278 int tlen = ikev2_parse_transform(prop, ppos, pend); in ikev2_parse_proposal() 284 if (ppos != pend) { in ikev2_parse_proposal()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.c | 213 const u8 *pend, *ppos; in ikev2_parse_proposal() local 258 pend = pos + proposal_len; in ikev2_parse_proposal() 259 if (ppos + p->spi_size > pend) { in ikev2_parse_proposal() 286 int tlen = ikev2_parse_transform(data, prop, ppos, pend); in ikev2_parse_proposal() 292 if (ppos != pend) { in ikev2_parse_proposal()
|
/external/valgrind/coregrind/m_demangle/ |
D | cp-demangle.c | 3558 const char *pend = suffix; in d_clone_suffix() local 3561 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_')) in d_clone_suffix() 3563 pend += 2; in d_clone_suffix() 3564 while (IS_LOWER (*pend) || *pend == '_') in d_clone_suffix() 3565 ++pend; in d_clone_suffix() 3567 while (*pend == '.' && IS_DIGIT (pend[1])) in d_clone_suffix() 3569 pend += 2; in d_clone_suffix() 3570 while (IS_DIGIT (*pend)) in d_clone_suffix() 3571 ++pend; in d_clone_suffix() 3573 d_advance (di, pend - suffix); in d_clone_suffix() [all …]
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngerror.c | 323 png_const_charp pend = p[parameter] + (sizeof p[parameter]); in png_formatted_warning() local 329 while (i<(sizeof msg)-1 && *parm != '\0' && parm < pend) in png_formatted_warning()
|
/external/libpng/ |
D | pngerror.c | 324 png_const_charp pend = p[parameter] + (sizeof p[parameter]); in png_formatted_warning() local 330 while (i<(sizeof msg)-1 && *parm != '\0' && parm < pend) in png_formatted_warning()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 565 unsigned int pend; member 579 unsigned int pend; member 593 unsigned int pend; member 610 unsigned int pend; member 627 unsigned int pend; member
|
/external/svox/pico/lib/ |
D | picoacph.c | 643 picoos_uint16 pend; /* phone string start+len */ in acphAccNrSyllParts() local 654 pend = acph->headx[ind].cind + acph->headx[ind].head.len; in acphAccNrSyllParts() 655 for (pind = acph->headx[ind].cind; pind < pend; pind++) { in acphAccNrSyllParts()
|