| /openbsd-src/usr.bin/lex/ |
| H A D | scanopt.c | 458 const char *pstart; 460 pstart = DESC (s, ue->idx); 465 p = pstart; 478 pstart); 483 pstart); 485 pstart = p + 1; 492 (int)(lastws - pstart), 493 pstart); 494 pstart = 501 pstart); 475 const char *pstart; global() local 714 char *optname = NULL, *optarg = NULL, *pstart; global() local [all...] |
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | iter.c | 41 gomp_iter_static_next (long *pstart, long *pend) in gomp_iter_static_next() argument 54 *pstart = ws->next; in gomp_iter_static_next() 97 *pstart = s; in gomp_iter_static_next() 130 *pstart = s; in gomp_iter_static_next() 147 gomp_iter_dynamic_next_locked (long *pstart, long *pend) in gomp_iter_dynamic_next_locked() argument 172 *pstart = start; in gomp_iter_dynamic_next_locked() 183 gomp_iter_dynamic_next (long *pstart, long *pend) in gomp_iter_dynamic_next() argument 221 *pstart = start; in gomp_iter_dynamic_next() 233 gomp_iter_guided_next_locked (long *pstart, long *pend) in gomp_iter_guided_next_locked() argument 257 *pstart = start; in gomp_iter_guided_next_locked() [all …]
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | comp_parse.c | 114 char *pstart, *qstart, *pend, *qend; in check_collisions() local 128 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) { in check_collisions() 130 if ((pend - pstart == qend - qstart) in check_collisions() 131 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) { in check_collisions() 134 (int) (pend - pstart), pstart); in check_collisions() 171 char *pstart, *qstart, *pend, *qend; in remove_collision() local 181 for (pstart = n1; (pend = name_ending(pstart)); pstart = next_name(pend)) { in remove_collision() 183 if ((pend - pstart == qend - qstart) in remove_collision() 184 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) { in remove_collision()
|
| /openbsd-src/lib/libcrypto/ct/ |
| H A D | ct_oct.c | 217 unsigned char *p = NULL, *pstart = NULL; in i2o_SCT_signature() local 241 pstart = p = malloc(len); in i2o_SCT_signature() 257 free(pstart); in i2o_SCT_signature() 265 unsigned char *p = NULL, *pstart = NULL; in i2o_SCT() local 289 pstart = p = malloc(len); in i2o_SCT() 315 free(pstart); in i2o_SCT()
|
| /openbsd-src/usr.sbin/pppd/ |
| H A D | cbcp.c | 187 u_char *pstart; in cbcp_printpkt() local 191 pstart = p; in cbcp_printpkt() 253 return p - pstart; in cbcp_printpkt()
|
| H A D | upap.c | 547 u_char *pstart; 551 pstart = p; 604 return p - pstart; 580 u_char *pstart; global() local
|
| H A D | ipcp.c | 1356 u_char *pstart, *optend; in ipcp_script() 1362 pstart = p; 1463 return p - pstart; 1396 u_char *pstart, *optend; global() local
|
| H A D | lcp.c | 1531 u_char *pstart, *optend; 1537 pstart = p; 1682 return p - pstart; 1577 u_char *pstart, *optend; global() local
|
| /openbsd-src/sys/uvm/ |
| H A D | uvm_pmemrange.c | 730 * Stores starting physical address of the segment in pstart. in uvm_pmr_remove_1strange_reverse() 733 uvm_pmr_remove_1strange_reverse(struct pglist *pgl, paddr_t *pstart) in uvm_pmr_remove_1strange_reverse() 770 *pstart = VM_PAGE_TO_PHYS(lowest); in uvm_pmr_extract_range() 1349 paddr_t pstart; in uvm_pmr_freepageq() 1373 plen = uvm_pmr_remove_1strange_reverse(pgl, &pstart); in uvm_pmr_freepageq() 1375 pstart = VM_PAGE_TO_PHYS(TAILQ_FIRST(pgl)); in uvm_pmr_freepageq() 1380 uvm_wakeup_pla(pstart, ptoa(plen)); in uvm_pmr_freepageq() 720 uvm_pmr_remove_1strange_reverse(struct pglist * pgl,paddr_t * pstart) uvm_pmr_remove_1strange_reverse() argument 1341 paddr_t pstart; uvm_pmr_freepageq() local
|
| /openbsd-src/sbin/disklabel/ |
| H A D | editor.c | 524 u_int64_t pstart, pend; in editor_allocspace() local 537 pstart = DL_GETPOFFSET(pp); in editor_allocspace() 538 pend = pstart + DL_GETPSIZE(pp); in editor_allocspace() 539 if (((pstart >= starting_sector && pstart < ending_sector) || in editor_allocspace()
|
| /openbsd-src/bin/csh/ |
| H A D | extern.h | 238 void pstart(struct process *, int);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-structalias.c | 2788 unsigned HOST_WIDE_INT pstart, last; in do_simple_structure_copy() local 2789 pstart = p->offset; in do_simple_structure_copy() 2800 fieldoffset = p->offset - pstart; in do_simple_structure_copy() 2826 unsigned HOST_WIDE_INT pstart,last; in do_rhs_deref_structure_copy() local 2827 pstart = p->offset; in do_rhs_deref_structure_copy() 2844 fieldoffset = p->offset - pstart; in do_rhs_deref_structure_copy() 2865 unsigned HOST_WIDE_INT pstart,last; in do_lhs_deref_structure_copy() local 2866 pstart = p->offset; in do_lhs_deref_structure_copy() 2883 fieldoffset = p->offset - pstart; in do_lhs_deref_structure_copy()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | stabs.c | 4373 const char **pp, const char **pstart) in stab_demangle_class() argument 4387 if (pstart != NULL) in stab_demangle_class() 4388 *pstart = *pp; in stab_demangle_class()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | stabs.c | 4382 const char **pp, const char **pstart) in stab_demangle_class() argument 4396 if (pstart != NULL) in stab_demangle_class() 4397 *pstart = *pp; in stab_demangle_class()
|
| /openbsd-src/gnu/lib/libiberty/src/testsuite/ |
| H A D | demangle-expected | 1607 pstart(char *, int, int)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p784.C | 2240 strstreambuf(char *ptr, int size, char *pstart = (__null) );
|