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

/freebsd-10.0-release/lib/libc/regex/grot/
H A Dmain.c227 char f2copy[1000]; local
253 strcpy(f2copy, f2);
254 fixstr(f2copy);
262 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));

Completed in 219 milliseconds