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

/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dmain.c247 char f2copy[1000]; local
273 strcpy(f2copy, f2);
274 fixstr(f2copy);
282 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));

Completed in 45 milliseconds