| /netbsd/src/usr.bin/mail/ |
| D | mime_header.c | 192 const char *p, *pend; in copy_skipped_FWS() local 197 pend = srcend; in copy_skipped_FWS() 201 while (p < pend && q < qend) in copy_skipped_FWS() 273 const char *p, *pend, *p0; in decode_comment() local 279 pend = iend; in decode_comment() 283 while (p < pend && q < qend) { in decode_comment() 298 if (p > pend) in decode_comment() 299 p = pend; in decode_comment() 313 if (decode_comment(&q, qend, &p, pend, charset) == -1) in decode_comment() 317 else if (*p == '\\' && p + 1 < pend) { /* quoted-pair */ in decode_comment() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | iter.c | 39 gomp_iter_static_next (long *pstart, long *pend) in gomp_iter_static_next() argument 53 *pend = ws->end; in gomp_iter_static_next() 99 *pend = e; in gomp_iter_static_next() 132 *pend = e; in gomp_iter_static_next() 148 gomp_iter_dynamic_next_locked (long *pstart, long *pend) in gomp_iter_dynamic_next_locked() argument 174 *pend = end; in gomp_iter_dynamic_next_locked() 184 gomp_iter_dynamic_next (long *pstart, long *pend) in gomp_iter_dynamic_next() argument 205 *pend = nend; in gomp_iter_dynamic_next() 216 *pend = nend; in gomp_iter_dynamic_next() 250 *pend = nend; in gomp_iter_dynamic_next() [all …]
|
| D | iter_ull.c | 40 gomp_iter_ull_static_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_static_next() argument 54 *pend = ws->end_ull; in gomp_iter_ull_static_next() 100 *pend = e; in gomp_iter_ull_static_next() 134 *pend = e; in gomp_iter_ull_static_next() 150 gomp_iter_ull_dynamic_next_locked (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next_locked() argument 176 *pend = end; in gomp_iter_ull_dynamic_next_locked() 186 gomp_iter_ull_dynamic_next (gomp_ull *pstart, gomp_ull *pend) in gomp_iter_ull_dynamic_next() argument 206 *pend = nend; in gomp_iter_ull_dynamic_next() 217 *pend = nend; in gomp_iter_ull_dynamic_next() 251 *pend = nend; in gomp_iter_ull_dynamic_next() [all …]
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | watch.c | 40 char *pend; in watch_modify_watchers() local 113 pend = strchr (p, '+'); in watch_modify_watchers() 114 if (pend == NULL) in watch_modify_watchers() 116 pend = p + strlen (p); in watch_modify_watchers() 120 nextp = pend + 1; in watch_modify_watchers() 123 if (pend - p == 4 && strncmp ("edit", p, 4) == 0) in watch_modify_watchers() 129 else if (pend - p == 6 && strncmp ("unedit", p, 6) == 0) in watch_modify_watchers() 135 else if (pend - p == 6 && strncmp ("commit", p, 6) == 0) in watch_modify_watchers() 141 else if (pend - p == 5 && strncmp ("tedit", p, 5) == 0) in watch_modify_watchers() 147 else if (pend - p == 7 && strncmp ("tunedit", p, 7) == 0) in watch_modify_watchers() [all …]
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | xsbprintf.c | 36 char * const pend, /* buffer end (I) */ in xvsbprintf() argument 43 if (pbuf && (pend - pbuf > 0)) { in xvsbprintf() 44 size_t blen = (size_t)(pend - pbuf); in xvsbprintf() 63 char * const pend, /* buffer end (I) */ in xsbprintf() argument 72 rc = xvsbprintf(ppbuf, pend, pfmt, va); in xsbprintf()
|
| /netbsd/src/bin/pax/ |
| D | pat_rep.c | 263 pt->pend = NULL; in pat_add() 352 if (!dflag && ((pt->pend != NULL) || (arcn->type == PAX_DIR))) { in pat_sel() 366 if (pt->pend != NULL) in pat_sel() 367 *pt->pend = '\0'; in pat_sel() 371 if (pt->pend != NULL) in pat_sel() 372 *pt->pend = '/'; in pat_sel() 373 pt->pend = NULL; in pat_sel() 380 if (pt->pend != NULL) { in pat_sel() 381 *pt->pend = '/'; in pat_sel() 382 pt->pend = NULL; in pat_sel() [all …]
|
| /netbsd/src/bin/ksh/ |
| D | path.c | 75 char *pend; local 77 for (pend = plist; *pend && *pend != PATHSEP; pend++) 79 plen = pend - plist; 80 *cdpathp = *pend ? ++pend : (char *) 0;
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 817 UCHAR_T *pend = end; in PREFIX() local 826 while (p < pend) in PREFIX() 929 assert (p + *p < pend); in PREFIX() 1661 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1746 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \ 1859 const CHAR_T *pend, 1864 const CHAR_T *pend, 1873 const char *pend, 1889 do {if (p == pend) return REG_EEND; \ 1895 do {if (p == pend) return REG_EEND; \ [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 817 UCHAR_T *pend = end; in PREFIX() local 826 while (p < pend) in PREFIX() 929 assert (p + *p < pend); in PREFIX() 1661 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1746 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \ 1859 const CHAR_T *pend, 1864 const CHAR_T *pend, 1873 const char *pend, 1889 do {if (p == pend) return REG_EEND; \ 1895 do {if (p == pend) return REG_EEND; \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 817 UCHAR_T *pend = end; in PREFIX() local 826 while (p < pend) in PREFIX() 929 assert (p + *p < pend); in PREFIX() 1661 DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend); \ 1746 DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); \ 1859 const CHAR_T *pend, 1864 const CHAR_T *pend, 1873 const char *pend, 1889 do {if (p == pend) return REG_EEND; \ 1895 do {if (p == pend) return REG_EEND; \ [all …]
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/ |
| D | memory.cpp | 209 paddr_t pend = roundPage(paddr + size); in mapPhysicalPage() local 210 psize_t psize = pend - pstart; in mapPhysicalPage() 222 pstart, pend, psize, vaddr_t(p) + vaddr_t(paddr - pstart))); in mapPhysicalPage() 321 paddr_t paddr, pstart, pend, pfound = ~0; in searchBank() local 329 pend = bend; in searchBank() 331 if (pstart < bstart || pstart >= pend) in searchBank() 341 for (paddr = pstart; paddr < pend; paddr += BLOCK_SIZE) { in searchBank()
|
| /netbsd/src/sys/arch/arm/iomd/ |
| D | vidcaudio.c | 507 paddr_t pnext, pend; in vidcaudio_intr() local 521 pend = (pnext + sc->sc_pblksize - 16) & IOMD_DMAEND_OFFSET; in vidcaudio_intr() 528 DPRINTF(("B<0x%08lx,0x%03lx>", pnext, pend)); in vidcaudio_intr() 530 IOMD_WRITE_WORD(IOMD_SD0ENDB, pend); in vidcaudio_intr() 535 DPRINTF(("A<0x%08lx,0x%03lx>", pnext, pend)); in vidcaudio_intr() 537 IOMD_WRITE_WORD(IOMD_SD0ENDA, pend); in vidcaudio_intr()
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | mandoc_xr.c | 66 const char *pend; in mandoc_xr_add() local 88 pend = xr->hashkey + tsz; in mandoc_xr_add() 89 hv = ohash_interval(xr->hashkey, &pend); in mandoc_xr_add()
|
| D | html.c | 424 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() argument 434 if (pend == NULL) in print_encode() 435 pend = strchr(p, '\0'); in print_encode() 440 while (p < pend) { in print_encode() 447 for (sz = strcspn(p, rejs); sz-- && p < pend; p++) in print_encode() 451 (p >= pend || *p == ' ' || *p == ASCII_NBRSP)) { in print_encode() 454 while (p < pend && (*p == ' ' || *p == ASCII_NBRSP)) in print_encode() 459 if (p >= pend) in print_encode()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | lessecho.c | 70 static long lstrtol(char *s, char **pend, int radix) in lstrtol() argument 126 if (pend != NULL) in lstrtol() 131 *pend = s; in lstrtol()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | merge.cc | 450 const Char_type* pend = p + sec_len / sizeof(Char_type); in do_add_input_section() local 451 const Char_type* pend0 = pend; in do_add_input_section() 462 if (pend[-1] != 0) in do_add_input_section() 488 if (pend0 < pend) in do_add_input_section() 502 while (p < pend) in do_add_input_section() 504 size_t len = p < pend0 ? string_length(p) : pend - p; in do_add_input_section()
|
| D | ehframe.cc | 544 Eh_frame::skip_leb128(const unsigned char** pp, const unsigned char* pend) in skip_leb128() argument 547 for (p = *pp; p < pend; ++p) in skip_leb128() 650 const unsigned char* pend = p + contents_len; in do_add_ehframe_input_section() local 659 while (p < pend) in do_add_ehframe_input_section() 661 if (pend - p < 4) in do_add_ehframe_input_section() 674 if (p < pend) in do_add_ehframe_input_section() 681 if (static_cast<unsigned int>(pend - p) < len) in do_add_ehframe_input_section() 686 if (pend - p < 4) in do_add_ehframe_input_section()
|
| D | icf.cc | 853 const unsigned char* pend = pcontents + contents_len; in add_ehframe_links() local 873 while (p < pend) in add_ehframe_links() 875 if (pend - p < 4) in add_ehframe_links() 884 if (p < pend) in add_ehframe_links() 891 if (static_cast<unsigned int>(pend - p) < len) in add_ehframe_links() 896 if (pend - p < 4) in add_ehframe_links()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | syslog.c | 77 char *p, *pend; in syslog() local 100 pend = p + TBUF_LEN; in syslog() 125 tbuf_left = pend - p; in syslog()
|
| /netbsd/src/sys/arch/hpcmips/tx/ |
| D | tx39icu.c | 312 txreg_t reg, pend, *regs; in TX_INTR() local 358 pend = sc->sc_regs[i]; in TX_INTR() 359 reg = sc->sc_le_mask[i] & pend; in TX_INTR() 380 pend &= ~reg; in TX_INTR() 381 if (pend) { in TX_INTR() 383 dbg_bit_print(pend); in TX_INTR()
|
| /netbsd/src/lib/libc/gen/ |
| D | glob.c | 391 Char *pend = &patbuf[patsize / sizeof(Char)]; in globtilde() local 397 pend--; in globtilde() 409 d < (char *)(void *)pend && *p && *p != SLASH; in globtilde() 413 if (d == (char *)(void *)pend) in globtilde() 450 for (b = patbuf; b < pend && *h; *b++ = *h++) in globtilde() 453 if (b == pend) in globtilde() 457 while (b < pend && (*b++ = *p++) != EOS) in globtilde() 460 if (b == pend) in globtilde()
|
| /netbsd/src/sys/arch/pmax/tc/ |
| D | dt.c | 271 struct dt_msg *msg, *pend; in dt_intr() local 306 pend = SIMPLEQ_FIRST(&sc->sc_queue); in dt_intr() 308 if (pend == NULL) in dt_intr()
|
| /netbsd/src/lib/libc/regex/ |
| D | regcomp.c | 117 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 336 p->pend[i] = 0; in regcomp_internal() 476 p->pend[subno] = HERE(); in p_ere_exp() 477 assert(p->pend[subno] != 0); in p_ere_exp() 580 if (p->pend[i] != 0) { in p_ere_exp() 585 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp() 586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp() 985 p->pend[subno] = HERE(); in p_simp_re() 986 assert(p->pend[subno] != 0); in p_simp_re() 1005 if (p->pend[i] != 0) { in p_simp_re() [all …]
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | regcomp.c | 80 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member 248 p->pend[i] = 0; in regcomp() 381 p->pend[subno] = HERE(); in p_ere_exp() 382 assert(p->pend[subno] != 0); in p_ere_exp() 599 p->pend[subno] = HERE(); in p_simp_re() 600 assert(p->pend[subno] != 0); in p_simp_re() 620 if (p->pend[i] != 0) { in p_simp_re() 625 assert(p->strip[p->pend[i]] == ORPAREN); in p_simp_re() 626 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re() 1524 if (p->pend[i] >= pos) { in doinsert() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-pj.c | 234 char pend; in md_assemble() local 249 pend = *op_end; in md_assemble() 256 *op_end = pend; in md_assemble()
|