HomeSort by: relevance | last modified time | path
    Searched defs:cre (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/vgrind/
regexp.c 160 char *cre; /* pointer to converted regular expression */ local in function:convexp
167 cre = malloc(4 * strlen(re) + 3);
168 ccre = cre;
172 *cre = META | OPT;
173 MSYM(cre) = 'a';
174 ccre = MNEXT(cre);
179 return cre;
  /src/usr.bin/csplit/
csplit.c 368 regex_t cre; local in function:do_rexp
391 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
408 if (!first && regexec(&cre, p, 0, NULL, 0) == 0)
443 regfree(&cre);
  /src/usr.bin/xargs/
xargs.c 622 regex_t cre; local in function:prompt
633 regcomp(&cre, nl_langinfo(YESEXPR), REG_BASIC) != 0) {
638 match = regexec(&cre, response, 0, NULL, 0);
640 regfree(&cre);
  /src/sys/arch/rs6000/include/
iplcb.h 368 uint32_t cre[16]; /* Storage Configuration Registers. */ member in struct:ipl_info

Completed in 14 milliseconds