Home | History | Annotate | Download | only in src

Lines Matching refs:StrNCpy

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