Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/regex/
H A Dt_regex_att.c391 char *line, *lastpattern = NULL, data_path[MAXPATHLEN]; in att_test() local
450 ATF_REQUIRE(lastpattern != NULL); in att_test()
451 pattern = lastpattern; in att_test()
453 free(lastpattern); in att_test()
454 ATF_REQUIRE((lastpattern = strdup(pattern)) != NULL); in att_test()