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

/freebsd-current/contrib/netbsd-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));
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c216 char f2copy[1000]; local
241 strcpy(f2copy, f2);
242 fixstr(f2copy);
250 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));

Completed in 101 milliseconds