gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strcpy from t2ex/t2ex_source/kernel/sysmain/src/command.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
390:         } else {
391:                 strcpy(path, av[n]);
392:         }
407: 408: strcpy(&path[n], entp->d_name); 409: er = fs_stat_ms(path, &st);
547: } 548: strcpy(dst, av[2]); 549: if (dst[n - 1] == '/' ||
558: } 559: strcpy(&dst[n], p); 560: }