Search | Google it | Results 1 - 1 of 1 for funcall:strncpy from t2ex/t2ex_source/t2ex/fs/fs/src/fs_root.c (0.00 seconds) |
180: 181: strncpy(req->buf, root_con_name, sizeof(root_con_name)); 182: return E_OK; 220: /* Set one entry to dir buffer */ 221: strncpy(dir->d_name, con->c_coninf.connm, nlen); 222: dir->d_name[nlen] = '\0';