Home | History | Annotate | Download | only in src

Lines Matching refs:strncpy

150   strncpy(strDest, strSource, count);
790 void OS::StrNCpy(Vector<char> dest, const char* src, size_t n) {
1514 OS::StrNCpy(Vector<char>(name_, sizeof(name_)), name, strlen(name));