Home | History | Annotate | Download | only in unittest

Lines Matching refs:stpcpy

3114   EXPECT_TRUE(stpcpy(tmp2, str) == tmp2+4);
3119 // strcpy/stpcpy in presence of a statically sized array. Damn.
3120 // EXPECT_TRUE(stpcpy(tmp, str) == tmp+4);