Home | History | Annotate | Download | only in gtest

Lines Matching full:strncpy

713     // MSVC 8 deprecates strncpy(), so we want to suppress warning
718 strncpy(clone, str, length);
721 strncpy(clone, str, length);