Searched refs:regs_allocated (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dregex-gnu.h368 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
407 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregex.c921 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3510 bufp->regs_allocated = REGS_REALLOCATE;
3517 bufp->regs_allocated = REGS_UNALLOCATED;
4185 if (bufp->regs_allocated == REGS_UNALLOCATED)
4197 bufp->regs_allocated = REGS_REALLOCATE;
4199 else if (bufp->regs_allocated == REGS_REALLOCATE)
4219 assert (bufp->regs_allocated == REGS_FIXED);
5536 bufp->regs_allocated = REGS_UNALLOCATED;
5779 private_preg.regs_allocated = REGS_FIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dxregex2.h379 unsigned regs_allocated : 2;
419 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
376 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dregex-gnu.h368 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
407 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregex.c921 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3510 bufp->regs_allocated = REGS_REALLOCATE;
3517 bufp->regs_allocated = REGS_UNALLOCATED;
4185 if (bufp->regs_allocated == REGS_UNALLOCATED)
4197 bufp->regs_allocated = REGS_REALLOCATE;
4199 else if (bufp->regs_allocated == REGS_REALLOCATE)
4219 assert (bufp->regs_allocated == REGS_FIXED);
5536 bufp->regs_allocated = REGS_UNALLOCATED;
5779 private_preg.regs_allocated = REGS_FIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dxregex2.h379 unsigned regs_allocated : 2;
419 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
376 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dregex-gnu.h368 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
407 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregex.c921 printf ("regs_alloc: %d\t", bufp->regs_allocated);
3510 bufp->regs_allocated = REGS_REALLOCATE;
3517 bufp->regs_allocated = REGS_UNALLOCATED;
4185 if (bufp->regs_allocated == REGS_UNALLOCATED)
4197 bufp->regs_allocated = REGS_REALLOCATE;
4199 else if (bufp->regs_allocated == REGS_REALLOCATE)
4219 assert (bufp->regs_allocated == REGS_FIXED);
5536 bufp->regs_allocated = REGS_UNALLOCATED;
5779 private_preg.regs_allocated = REGS_FIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dxregex2.h379 unsigned regs_allocated : 2;
419 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
376 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregex.h469 unsigned __REPB_PREFIX(regs_allocated) : 2;
517 /* If 'regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregexec.c55 Idx nregs, int regs_allocated) internal_function;
449 else if (BE (bufp->regs_allocated == REGS_FIXED
480 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
481 bufp->regs_allocated);
482 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
504 int regs_allocated)
513 if (regs_allocated == REGS_UNALLOCATED)
526 else if (regs_allocated == REGS_REALLOCATE)
549 assert (regs_allocated == REGS_FIXED);
589 bufp->regs_allocated
502 re_copy_regs(struct re_registers *regs, regmatch_t *pmatch, Idx nregs, int regs_allocated) argument
[all...]
H A Dregcomp.c776 preg->regs_allocated = REGS_UNALLOCATED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregex.h469 unsigned __REPB_PREFIX(regs_allocated) : 2;
517 /* If 'regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregexec.c55 Idx nregs, int regs_allocated) internal_function;
449 else if (BE (bufp->regs_allocated == REGS_FIXED
480 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
481 bufp->regs_allocated);
482 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
504 int regs_allocated)
513 if (regs_allocated == REGS_UNALLOCATED)
526 else if (regs_allocated == REGS_REALLOCATE)
549 assert (regs_allocated == REGS_FIXED);
589 bufp->regs_allocated
502 re_copy_regs(struct re_registers *regs, regmatch_t *pmatch, Idx nregs, int regs_allocated) argument
[all...]
H A Dregcomp.c776 preg->regs_allocated = REGS_UNALLOCATED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dregex.h394 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
431 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregex.h469 unsigned __REPB_PREFIX(regs_allocated) : 2;
517 /* If 'regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
H A Dregexec.c55 Idx nregs, int regs_allocated) internal_function;
449 else if (BE (bufp->regs_allocated == REGS_FIXED
480 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs,
481 bufp->regs_allocated);
482 if (BE (bufp->regs_allocated == REGS_UNALLOCATED, 0))
504 int regs_allocated)
513 if (regs_allocated == REGS_UNALLOCATED)
526 else if (regs_allocated == REGS_REALLOCATE)
549 assert (regs_allocated == REGS_FIXED);
589 bufp->regs_allocated
502 re_copy_regs(struct re_registers *regs, regmatch_t *pmatch, Idx nregs, int regs_allocated) argument
[all...]
H A Dregcomp.c776 preg->regs_allocated = REGS_UNALLOCATED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dregex.h394 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
431 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dregex.h394 unsigned regs_allocated : 2; member in struct:re_pattern_buffer
431 /* If `regs_allocated' is REGS_UNALLOCATED in the pattern buffer,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dregex.c1166 printf ("regs_alloc: %d\t", bufp->regs_allocated);
4909 bufp->regs_allocated = REGS_REALLOCATE;
4916 bufp->regs_allocated = REGS_UNALLOCATED;
5995 if (bufp->regs_allocated == REGS_UNALLOCATED)
6007 bufp->regs_allocated = REGS_REALLOCATE;
6009 else if (bufp->regs_allocated == REGS_REALLOCATE)
6029 assert (bufp->regs_allocated == REGS_FIXED);
7791 bufp->regs_allocated = REGS_UNALLOCATED;
8040 private_preg.regs_allocated = REGS_FIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dregex.c1166 printf ("regs_alloc: %d\t", bufp->regs_allocated);
4909 bufp->regs_allocated = REGS_REALLOCATE;
4916 bufp->regs_allocated = REGS_UNALLOCATED;
5995 if (bufp->regs_allocated == REGS_UNALLOCATED)
6007 bufp->regs_allocated = REGS_REALLOCATE;
6009 else if (bufp->regs_allocated == REGS_REALLOCATE)
6029 assert (bufp->regs_allocated == REGS_FIXED);
7791 bufp->regs_allocated = REGS_UNALLOCATED;
8040 private_preg.regs_allocated = REGS_FIXED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dregex.c1166 printf ("regs_alloc: %d\t", bufp->regs_allocated);
4909 bufp->regs_allocated = REGS_REALLOCATE;
4916 bufp->regs_allocated = REGS_UNALLOCATED;
5995 if (bufp->regs_allocated == REGS_UNALLOCATED)
6007 bufp->regs_allocated = REGS_REALLOCATE;
6009 else if (bufp->regs_allocated == REGS_REALLOCATE)
6029 assert (bufp->regs_allocated == REGS_FIXED);
7791 bufp->regs_allocated = REGS_UNALLOCATED;
8040 private_preg.regs_allocated = REGS_FIXED;

Completed in 475 milliseconds