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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c246 char f0copy[1000]; local
249 strcpy(f0copy, f0);
250 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
251 fixstr(f0copy);
252 err = regcomp(&re, f0copy, opts);
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c218 char f0copy[1000]; local
221 strcpy(f0copy, f0);
222 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
223 fixstr(f0copy);
224 err = regcomp(&re, f0copy, opts);

Completed in 129 milliseconds