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

/freebsd-10.1-release/lib/libc/regex/grot/
H A Dmain.c226 char f0copy[1000]; local
229 strcpy(f0copy, f0);
230 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
231 fixstr(f0copy);
232 err = regcomp(&re, f0copy, opts);

Completed in 94 milliseconds