Searched refs:pend (Results 1 - 25 of 25) sorted by relevance

/external/iptables/utils/
H A Dnfnl_osf.c275 char *pbeg, *pend; local
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
297 if (pend) {
298 *pend = '\0';
323 pbeg = pend + 1;
325 pend = xt_osf_strchr(pbeg, OSFPDEL);
326 if (pend) {
327 *pend = '\0';
329 pbeg = pend + 1;
331 pend
[all...]
/external/qemu/android/
H A Dhw-events.c139 const char* pend; local
149 pend = p + strcspn(p, " \t");
151 if (q == NULL || q > pend)
152 q = pend;
166 if (q == NULL || q > pend)
167 q = pend;
186 if (q == NULL || q > pend)
187 q = pend;
H A Dconsole.c356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs ) argument
385 *pend = input + len;
395 /* NOTE: don't touch *pend and *pargs if no command is found */
2522 char* pend = value + strlen(value); local
2528 pnext = pend;
/external/openssl/crypto/asn1/
H A Da_int.c182 const unsigned char *p, *pend; local
195 pend = p + len;
256 *pp=pend;
/external/llvm/lib/Support/
H A Dregcomp.c67 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
202 p->pend[i] = 0;
324 p->pend[subno] = HERE();
325 assert(p->pend[subno] != 0);
538 p->pend[subno] = HERE();
539 assert(p->pend[subno] != 0);
559 if (p->pend[i] != 0) {
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
565 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1352 if (p->pend[
[all...]
/external/mksh/src/
H A Dmisc.c1484 char *pend; local
1486 for (pend = plist; *pend && *pend != ':'; pend++)
1488 plen = pend - plist;
1489 *cdpathp = *pend ? pend + 1 : NULL;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dikev2.c234 const u8 *pend, *ppos; local
281 pend = pos + proposal_len;
282 if (ppos + p->spi_size > pend) {
309 int tlen = ikev2_parse_transform(prop, ppos, pend);
315 if (ppos != pend) {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dikev2.c218 const u8 *pend, *ppos; local
263 pend = pos + proposal_len;
264 if (ppos + p->spi_size > pend) {
291 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
297 if (ppos != pend) {
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c229 const u8 *pend, *ppos; local
276 pend = pos + proposal_len;
277 if (ppos + p->spi_size > pend) {
304 int tlen = ikev2_parse_transform(prop, ppos, pend);
310 if (ppos != pend) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
258 pend = pos + proposal_len;
259 if (ppos + p->spi_size > pend) {
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
292 if (ppos != pend) {
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c229 const u8 *pend, *ppos; local
276 pend = pos + proposal_len;
277 if (ppos + p->spi_size > pend) {
304 int tlen = ikev2_parse_transform(prop, ppos, pend);
310 if (ppos != pend) {
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
258 pend = pos + proposal_len;
259 if (ppos + p->spi_size > pend) {
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
292 if (ppos != pend) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c229 const u8 *pend, *ppos; local
276 pend = pos + proposal_len;
277 if (ppos + p->spi_size > pend) {
304 int tlen = ikev2_parse_transform(prop, ppos, pend);
310 if (ppos != pend) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c213 const u8 *pend, *ppos; local
258 pend = pos + proposal_len;
259 if (ppos + p->spi_size > pend) {
286 int tlen = ikev2_parse_transform(data, prop, ppos, pend);
292 if (ppos != pend) {
/external/oprofile/libpp/
H A Dcallgraph_container.cpp434 list<profile_sample_files>::const_iterator pend local
436 for (pit = lit->files.begin(); pit != pend; ++pit) {
H A Darrange_profiles.cpp836 list<profile_set>::const_iterator pend local
839 for (; pit != pend; ++pit) {
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp680 const char *pend = options[6].value + strlen(options[6].value); local
683 while (pname < pend) {
705 pname = pend;
/external/svox/pico/lib/
H A Dpicoacph.c643 picoos_uint16 pend; /* phone string start+len */ local
654 pend = acph->headx[ind].cind + acph->headx[ind].head.len;
655 for (pind = acph->headx[ind].cind; pind < pend; pind++) {
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h442 tBTA_AV_PEND pend; member in union:__anon625
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c261 bdcpy(btif_av_cb.peer_bda.address, ((tBTA_AV*)p_data)->pend.bd_addr);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c587 unsigned int pend; member in struct:codeview_symbol::__anon13595
601 unsigned int pend; member in struct:codeview_symbol::__anon13596
615 unsigned int pend; member in struct:codeview_symbol::__anon13597
632 unsigned int pend; member in struct:codeview_symbol::__anon13598
649 unsigned int pend; member in struct:codeview_symbol::__anon13599
1452 /* EPP unsigned int pend; */
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp3930 HashSet<RefPtr<WebGLObject> >::iterator pend = m_canvasObjects.end(); local
3931 for (HashSet<RefPtr<WebGLObject> >::iterator it = m_canvasObjects.begin(); it != pend; ++it)
3941 HashSet<RefPtr<WebGLObject> >::iterator pend = m_canvasObjects.end();
3942 for (HashSet<RefPtr<WebGLObject> >::iterator it = m_canvasObjects.begin(); it != pend; ++it) {
3953 HashSet<RefPtr<WebGLObject> >::iterator pend = m_canvasObjects.end();
3954 for (HashSet<RefPtr<WebGLObject> >::iterator it = m_canvasObjects.begin(); it != pend; ++it) {
3965 HashSet<RefPtr<WebGLObject> >::iterator pend = m_canvasObjects.end();
3966 for (HashSet<RefPtr<WebGLObject> >::iterator it = m_canvasObjects.begin(); it != pend; ++it) {
3977 HashSet<RefPtr<WebGLObject> >::iterator pend = m_canvasObjects.end();
3978 for (HashSet<RefPtr<WebGLObject> >::iterator it = m_canvasObjects.begin(); it != pend;
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c1432 tBTA_AV_PEND pend; local
1445 bdcpy(pend.bd_addr, p_lcb->addr);
1446 (*p_cb->p_cback)(BTA_AV_PENDING_EVT, (tBTA_AV *) &pend);
/external/gcc-demangle/
H A Dcp-demangle.c3174 const struct d_standard_sub_info *pend; local
3186 pend = (&standard_subs[0]
3188 for (p = &standard_subs[0]; p < pend; ++p)
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2884 const struct d_standard_sub_info *pend; local
2896 pend = (&standard_subs[0]
2898 for (p = &standard_subs[0]; p < pend; ++p)

Completed in 536 milliseconds