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

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.c 70 size_t nplus = n + HEADER_SIZE; local
72 if (nplus >= n)
74 char *p = (char *) malloc (nplus);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.c 70 size_t nplus = n + HEADER_SIZE; local
72 if (nplus >= n)
74 char *p = (char *) malloc (nplus);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.c 70 size_t nplus = n + HEADER_SIZE; local
72 if (nplus >= n)
74 char *p = (char *) malloc (nplus);
  /src/external/gpl2/xcvs/dist/lib/
allocsa.c 75 size_t nplus = n + HEADER_SIZE; local
77 if (nplus >= n)
79 char *p = (char *) malloc (nplus);
  /src/sys/arch/sparc64/dev/
consinit.c 103 static int nplus = 0; local
110 if (nplus++ > 3) Debugger();
111 } else nplus = 0;
  /src/sys/arch/sun2/dev/
consinit.c 114 static int nplus = 0; local
120 if (nplus++ > 3) Debugger();
121 } else nplus = 0;
  /src/tests/lib/libc/regex/
debug.c 78 if (g->nplus > 0)
79 fprintf(d, ", nplus %u", g->nplus);
  /src/external/bsd/nvi/dist/regex/
regex2.h 164 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
engine.c 80 RCHAR_T **lastpos; /* [nplus+1] */
234 if (g->nplus > 0 && m->lastpos == NULL)
235 m->lastpos = (RCHAR_T **)malloc((g->nplus+1) *
237 if (g->nplus > 0 && m->lastpos == NULL) {
250 assert(g->nplus == 0 || m->lastpos != NULL);
635 assert(lev+1 <= m->g->nplus);
regcomp.c 284 g->nplus = pluscount(p, g);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 156 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regengine.inc 79 const char **lastpos; /* [nplus+1] */
222 if (g->nplus > 0 && m->lastpos == NULL)
223 m->lastpos = (const char **)malloc((g->nplus+1) *
225 if (g->nplus > 0 && m->lastpos == NULL) {
238 assert(g->nplus == 0 || m->lastpos != NULL);
610 assert(lev+1 <= m->g->nplus);
regcomp.c 372 g->nplus = pluscount(p, g);
  /src/lib/libc/regex/
regex2.h 198 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
engine.c 98 const char **lastpos; /* [nplus+1] */
351 if (g->nplus > 0 && m->lastpos == NULL)
352 m->lastpos = malloc((g->nplus+1) *
354 if (g->nplus > 0 && m->lastpos == NULL) {
366 assert(g->nplus == 0 || m->lastpos != NULL);
806 assert(lev+1 <= m->g->nplus);
regcomp.c 397 g->nplus = pluscount(p, g);

Completed in 34 milliseconds