Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_name.c48 #define CONST_NAME "xyzzy" macro
49 char non_const_name[] = CONST_NAME;
63 ATF_REQUIRE_STREQ(retname, CONST_NAME); in threadfunc()