HomeSort by: relevance | last modified time | path
    Searched refs:nsub (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/librewrite/
subst.c 42 int nsub = 0, l; local
71 sizeof( struct berval )*( nsub + 1 ) );
76 subs[ nsub ].bv_val = NULL;
79 sizeof( struct rewrite_submatch )*( nsub + 1 ) );
84 submatch[ nsub ].ls_map = NULL;
93 subs[ nsub ].bv_len = l;
94 subs[ nsub ].bv_val = malloc( l + 1 );
95 if ( subs[ nsub ].bv_val == NULL ) {
98 AC_MEMCPY( subs[ nsub ].bv_val, begin, l );
99 subs[ nsub ].bv_val[ l ] = '\0'
    [all...]
  /src/tests/lib/libc/regex/
debug.c 72 if (g->nsub > 0)
73 fprintf(d, ", nsub=%zu", g->nsub);
  /src/external/bsd/nvi/dist/regex/
regex2.h 162 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
engine.c 75 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
222 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
228 for (i = 1; i <= m->g->nsub; i++)
260 for (i = 1; i <= m->g->nsub; i++) {
286 if (i <= m->g->nsub)
473 assert(0 < i && i <= m->g->nsub);
478 assert(0 < i && i <= m->g->nsub);
612 assert(0 < i && i <= m->g->nsub);
673 assert(0 < i && i <= m->g->nsub);
684 assert(0 < i && i <= m->g->nsub);
    [all...]
regcomp.c 260 g->nsub = 0;
286 preg->re_nsub = g->nsub;
373 p->g->nsub++;
374 subno = p->g->nsub;
590 p->g->nsub++;
591 subno = p->g->nsub;
621 assert(i <= p->g->nsub);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 154 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
regengine.inc 74 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
210 m->pmatch = (llvm_regmatch_t *)malloc((m->g->nsub + 1) *
216 for (i = 1; i <= m->g->nsub; i++)
248 for (i = 1; i <= m->g->nsub; i++) {
275 if (i <= m->g->nsub)
461 assert(0 < i && i <= m->g->nsub);
466 assert(0 < i && i <= m->g->nsub);
585 assert(0 < i && i <= m->g->nsub);
648 assert(0 < i && i <= m->g->nsub);
659 assert(0 < i && i <= m->g->nsub);
    [all...]
regcomp.c 350 g->nsub = 0;
374 preg->re_nsub = g->nsub;
453 p->g->nsub++;
454 subno = p->g->nsub;
525 assert(backrefnum <= p->g->nsub);
693 p->g->nsub++;
694 subno = p->g->nsub;
724 assert(i <= p->g->nsub);
  /src/external/bsd/tre/dist/python/
tre-python.c 334 size_t nsub; local
357 nsub = self->rgx.re_nsub + 1;
358 pm = PyMem_New(regmatch_t, nsub);
365 mo->am.nmatch = nsub;
423 { "nsub", T_INT, offsetof(TrePatternObject, rgx.re_nsub), READONLY,
  /src/lib/libc/regex/
engine.c 93 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
339 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
345 for (i = 1; i <= m->g->nsub; i++)
376 for (i = 1; i <= m->g->nsub; i++) {
405 if (i <= m->g->nsub)
606 assert(0 < i && i <= m->g->nsub);
611 assert(0 < i && i <= m->g->nsub);
783 assert(0 < i && i <= m->g->nsub);
843 assert(0 < i && i <= m->g->nsub);
853 assert(0 < i && i <= m->g->nsub);
    [all...]
regex2.h 196 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
regcomp.c 370 g->nsub = 0;
399 preg->re_nsub = g->nsub;
468 p->g->nsub++;
469 subno = (sopno)p->g->nsub;
581 assert(i <= p->g->nsub);
976 p->g->nsub++;
977 subno = (sopno)p->g->nsub;
1006 assert(i <= p->g->nsub);
  /src/sys/dev/sdmmc/
if_bwfm_sdio.c 1780 int nsub; local
1936 nsub = flen / sizeof(uint16_t);
1937 subsize = nsub * sizeof(uint16_t);
1944 bwfm_sdio_rx_glom(sc, sublen, nsub, &nextlen);
1947 sc->sc_rx_seq += nsub;
1958 bwfm_sdio_rx_glom(struct bwfm_sdio_softc *sc, uint16_t *sublen, int nsub,
1969 if (nsub == 0) {
1970 printf("%s: rx_glom nsub == 0\n", DEVNAME(sc));
1975 for (i = 0; i < nsub; i++) {
  /src/usr.bin/make/
var.c 1603 const regmatch_t *m, size_t nsub)
1607 if (n >= nsub)
1625 const regmatch_t *m, size_t nsub)
1635 RegexReplaceBackref(*++rp, buf, wp, m, nsub);
1647 size_t nsub; member in struct:ModifyWord_SubstRegexArgs
1668 xrv = regexec(&args->re, wp, args->nsub, m, flags);
1681 RegexReplace(args->replace, buf, wp, m, args->nsub);
3048 args.nsub = args.re.re_nsub + 1;
3049 if (args.nsub > 10)
3050 args.nsub = 10
    [all...]
  /src/external/bsd/jemalloc/dist/src/
extent.c 315 size_t nsub = edata_size_get(edata) >> LG_PAGE; local
316 assert(atomic_load_zu(&curpages, ATOMIC_RELAXED) >= nsub);
317 atomic_fetch_sub_zu(&curpages, nsub, ATOMIC_RELAXED);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
translucent.c 1025 SubstringsAssertion *nsub; local
1030 nsub = op->o_tmpalloc( sizeof(SubstringsAssertion), op->o_tmpmemctx );
1031 *nsub = *f->f_sub;
1032 n->f_sub = nsub;
  /src/external/bsd/jemalloc.old/dist/src/
extent.c 731 size_t nsub = extent_size_get(extent) >> LG_PAGE; local
732 assert(atomic_load_zu(&curpages, ATOMIC_RELAXED) >= nsub);
733 atomic_fetch_sub_zu(&curpages, nsub, ATOMIC_RELAXED);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 45 static int nfunc, nsub, nargs, nconv, ncharconv; variable
393 nsub++;
1046 int n = nsub;
1101 sym = find_sym (subroutines, nsub, name);
1259 nsub++;
4179 nargs = nfunc = nsub = nconv = 0;
4192 sizeof (gfc_intrinsic_sym) * (nfunc + nsub)
4200 next_arg = ((gfc_intrinsic_arg *) (subroutines + nsub)) - 1;
  /src/external/bsd/tmux/dist/
format.c 4960 u_int i, count, nsub = 0, nrep; local
4993 sub = xreallocarray(sub, nsub + 1, sizeof *sub);
4994 sub[nsub++] = fm;
5410 for (i = 0; i < nsub; i++) {

Completed in 53 milliseconds