gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcpy from t2ex/t2ex_source/t2ex/fs/fimp/src/fimp_fat.c (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
4860:                 nmlen = strlen((B*)nm);
4861:                 if (nmlen <= nmsz) strcpy(e->d_name, (B*)nm);
4862:         } else {
5127: *utf8nm++ = '/'; 5128: (void)strcpy((B*)utf8nm, fs->ff_c.fs_coninf->connm); 5129: if (path[1] == '\0') goto exit0; /* root directory */
5137: } else { 5138: strcpy((B*)utf8nm, path); 5139: err = E_OK;