Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c247 char f2copy[1000]; in try() local
273 strcpy(f2copy, f2); in try()
274 fixstr(f2copy); in try()
282 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1)); in try()
/src/lib/libc/regex/grot/
H A Dmain.c216 char f2copy[1000]; in try() local
241 strcpy(f2copy, f2); in try()
242 fixstr(f2copy); in try()
250 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1)); in try()