Home | History | Annotate | Download | only in src

Lines Matching full:strncpy

824 void OS::StrNCpy(Vector<char> dest, const char* src, size_t n) {
1641 OS::StrNCpy(Vector<char>(name_, sizeof(name_)), name, strlen(name));