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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-scheme.c262 const char *p_end = str + len; local
268 if (p == p_end)
273 if (p == p_end)
291 while (p < p_end);
303 const char *p_end = str + len; local
322 if (p == p_end)
329 if (p == p_end)
333 if (unconstrained && (*p == 'I' || *p == 'i') && p + 1 == p_end)
363 while (p < p_end);
364 /* If p == p_end, w
[all...]
H A Dmsgl-ascii.c57 const char *p_end = p + mp->msgstr_len; local
59 for (; p < p_end; p++)
H A Dformat.c100 const char *p_end = msgstr + msgstr_len; local
104 for (p = msgstr, j = 0; p < p_end; p += strlen (p) + 1, j++)
H A Dmsgl-check.c236 const char *p_end; local
243 for (p = mp->msgstr, p_end = p + mp->msgstr_len;
244 p < p_end;
H A Dwrite-mo.c212 const char *p_end; local
234 p_end = mp->msgstr + mp->msgstr_len;
235 for (p = mp->msgstr; p < p_end; p += strlen (p) + 1)
H A Dmsgl-cat.c646 const char *p_end; local
658 p_end = tmp->alternative[i].msgstr_end;
659 for (; p < p_end; p += strlen (p) + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegts.c401 static inline int get8(const uint8_t **pp, const uint8_t *p_end) argument
407 if (p >= p_end)
414 static inline int get16(const uint8_t **pp, const uint8_t *p_end) argument
420 if ((p + 1) >= p_end)
429 static char *getstr8(const uint8_t **pp, const uint8_t *p_end) argument
436 len = get8(&p, p_end);
439 if ((p + len) > p_end)
452 const uint8_t **pp, const uint8_t *p_end)
456 val = get8(pp, p_end);
461 val = get16(pp, p_end);
451 parse_section_header(SectionHeader *h, const uint8_t **pp, const uint8_t *p_end) argument
487 const uint8_t *p, *p_end, *desc_list_end, *desc_end; local
680 const uint8_t *p, *p_end; local
732 const uint8_t *p, *p_end, *desc_list_end, *desc_end; local
1052 const uint8_t *p, *p_end; local
[all...]
H A Drtsp.c1535 const char *p = p1->buf, *p_end = p1->buf + p1->buf_size; local
1538 while (p < p_end && *p != '\0') {
1539 if (p + sizeof("c=IN IP4") - 1 < p_end && av_strstart(p, "c=IN IP4", NULL))
1542 while(p < p_end - 1 && *p != '\n') p++;
1543 if (++p >= p_end)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvbsub_parser.c55 uint8_t *p, *p_end; local
134 p_end = pc->packet_buf + pc->packet_index;
136 while (p < p_end)
140 if (p + 6 <= p_end)
144 if (p + len + 6 <= p_end)
154 if (p + 1 < p_end)
H A Ddvbsubdec.c1352 const uint8_t *p, *p_end; local
1377 p_end = buf + buf_size;
1379 while (p < p_end && *p == 0x0f) {
1416 if (p != p_end) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c424 char *p_end; local
434 p_end = &stream->curr_classes[stream->curr_classes_length];
436 while (p_start < p_end)
444 for (p = p_start; p < p_end && *p != ' '; p++)
569 char *p_end; local
579 p_end = &stream->curr_classes[stream->curr_classes_length];
580 p = p_end;
584 if (!(p_end - p_start == strlen (classname)
585 && memcmp (p_start, classname, p_end - p_start) == 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c421 char *p_end; local
431 p_end = &stream->curr_classes[stream->curr_classes_length];
433 while (p_start < p_end)
441 for (p = p_start; p < p_end && *p != ' '; p++)
566 char *p_end; local
576 p_end = &stream->curr_classes[stream->curr_classes_length];
577 p = p_end;
581 if (!(p_end - p_start == strlen (classname)
582 && memcmp (p_start, classname, p_end - p_start) == 0))
H A Dterm-styled-ostream.oo.c424 char *p_end; local
434 p_end = &stream->curr_classes[stream->curr_classes_length];
436 while (p_start < p_end)
444 for (p = p_start; p < p_end && *p != ' '; p++)
569 char *p_end; local
579 p_end = &stream->curr_classes[stream->curr_classes_length];
580 p = p_end;
584 if (!(p_end - p_start == strlen (classname)
585 && memcmp (p_start, classname, p_end - p_start) == 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad.h75 char *p_end;/* pointer to NULL at end of path */ member in struct:__anon2772
H A Dad_rm.c43 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
44 *--(p).p_end = 0; \
H A Dad_cp.c78 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
79 *--(p).p_end = 0; \
276 to.p_end = to.p_path + strlen(to.p_path);
277 if (to.p_path == to.p_end) {
278 *to.p_end++ = '.';
279 *to.p_end = 0;
281 have_trailing_slash = (to.p_end[-1] == '/');
284 to.target_end = to.p_end;
448 to.p_end
[all...]
H A Dad_mv.c45 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
46 *--(p).p_end = 0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad.h73 char *p_end;/* pointer to NULL at end of path */ member in struct:__anon2833
H A Dad_rm.c43 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
44 *--(p).p_end = 0; \
H A Dad_cp.c78 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
79 *--(p).p_end = 0; \
276 to.p_end = to.p_path + strlen(to.p_path);
277 if (to.p_path == to.p_end) {
278 *to.p_end++ = '.';
279 *to.p_end = 0;
281 have_trailing_slash = (to.p_end[-1] == '/');
284 to.target_end = to.p_end;
448 to.p_end
[all...]
H A Dad_mv.c45 while ((p).p_end > (p).p_path + 1 && (p).p_end[-1] == '/') \
46 *--(p).p_end = 0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c659 const char *p_end = mp->msgstr + mp->msgstr_len; local
663 if (p >= p_end)
686 char *p_end = (char *) mp->msgstr + mp->msgstr_len; local
692 if (msgstr >= p && msgstr < p_end)
699 if (p >= p_end)
723 if (p + strlen (p) + 1 >= p_end)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dclaw.c1349 struct endccw * p_end; local
1366 p_end = privptr->p_end_ccw;
1381 if (p_end->read1) {
1382 p_end->read1=0x00; /* second ending CCW is now active */
1384 p_end->read2_nop2.cmd_code = CCW_CLAW_CMD_READFF;
1385 p_end->read2_nop2.flags = CCW_FLAG_SLI | CCW_FLAG_SKIP;
1386 p_last->r_TIC_1.cda =(__u32)__pa(&p_end->read2_nop1);
1387 p_last->r_TIC_2.cda =(__u32)__pa(&p_end->read2_nop1);
1388 p_end->read2_nop2.cda=0;
1389 p_end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c664 struct page *p_start, *p_end; local
668 p_end = virt_to_page(h_end);
669 while (p_start <= p_end) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1582 long *p_end = (long *) &(sba_dev->ioc[i].res_map[idx_end]); local
1585 while (p_start < p_end)

Completed in 155 milliseconds

12