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

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c386 char *line, *lastpattern = NULL, data_path[MAXPATHLEN]; local
445 ATF_REQUIRE(lastpattern != NULL);
446 pattern = lastpattern;
448 free(lastpattern);
449 ATF_REQUIRE((lastpattern = strdup(pattern)) != NULL);

Completed in 54 milliseconds