Searched refs:beginp (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c563 void *beginp[64]; member in struct:debug_node_t
1764 node->beginp[node->index] = mem;
1851 memset(node->beginp[index], POOL_POISON_BYTE,
1852 (char *)node->endp[index] - (char *)node->beginp[index]);
1853 free(node->beginp[index]);
2207 node->beginp[node->index] = ps.mem;
2239 if (node->beginp[index] <= *pmem
2272 *psize += (char *)node->endp[index] - (char *)node->beginp[index];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc76 const char *beginp; /* start of string -- virtual NUL precedes */
174 m->beginp = start;
521 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
537 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
540 (sp > m->beginp &&
552 (sp > m->beginp && ISWORD(*(sp-1))) )
592 assert(stop - m->beginp >= len);
690 int c = (start == m->beginp) ? OUT : *(start-1);
775 int c = (start == m->beginp) ? OUT : *(start-1);
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c85 const char *beginp; /* start of string -- virtual NUL precedes */ member in struct:match
234 m->beginp = start;
607 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
624 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
635 (sp > m->beginp && ISWORD(*(sp-1))) )
675 assert(stop - m->beginp >= len);
786 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c74 const RCHAR_T *beginp; /* start of string -- virtual NUL precedes */ member in struct:match
174 m->beginp = start;
515 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
531 if (( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
534 (sp > m->beginp &&
546 (sp > m->beginp && ISWORD(*(sp-1))) )
589 assert(stop - m->beginp >= len);
687 RCHAR_T c = (start == m->beginp) ? OUT : *(start-1);
772 RCHAR_T c = (start == m->beginp) ? OUT : *(start-1);

Completed in 108 milliseconds