Home
last modified time | relevance | path

Searched refs:fth_strcpy (Results 1 – 6 of 6) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dfile.c326 fth_strcpy(buf, size, src); in fth_file_symlink()
372 fth_strcpy(buf, size, src); in fth_file_rename()
428 fth_strcpy(buf, size, dst); in fth_file_copy()
486 fth_strcpy(buf, size, dst); in fth_file_install()
757 fth_strcpy(path, size, fth_getenv("HOME", "/tmp")); in fth_file_realpath()
760 fth_strcpy(path, size, name); in fth_file_realpath()
767 fth_strcpy(resolved, size, path); in fth_file_realpath()
H A Dutils.c222 fth_strcpy(char *d, size_t size, const char *s) in fth_strcpy() function
1545 fth_strcpy(s, sizeof(s), line + 1); in repl_expand_history()
1565 return (fth_strcpy(r, FGL_BUFFER, hline.line)); in repl_expand_history()
1569 return (fth_strcpy(r, FGL_BUFFER, hline.line)); in repl_expand_history()
1584 fth_strcpy(r, FGL_BUFFER, hline.line); in repl_expand_history()
1592 fth_strcpy(r, FGL_BUFFER, hline.line); in repl_expand_history()
H A Dmisc.c564 fth_strcpy(s, sizeof(misc_scratch), FTH_TARGET_OS); in forth_pre_init()
1186 fth_strcpy(tname, size, name); in fth_load_file()
1200 fth_strcpy(fname, size, tname); in fth_load_file()
1210 fth_strcpy(tname, size, path); in fth_load_file()
1353 fth_strcpy(file, size, home); in fth_load_init_file()
1419 fth_strcpy(file, size, "./"); in ficl_load_init_file()
1431 fth_strcpy(file, size, home); in ficl_load_init_file()
1536 fth_strcpy(tname, size, name); in fth_dl_load()
1557 fth_strcpy(fname, size, path); in fth_dl_load()
1677 fth_strcpy(tname, size, pname); in fth_install_file()
H A Dfth.c540 fth_strcpy(out_file, sizeof(out_file), in main()
H A Dobject.c989 fth_strcpy(current->name, sizeof(current->name), name); in make_object_type()
996 fth_strcpy(FTH_FICL_VM()->pad, sizeof(FTH_FICL_VM()->pad), "fth-"); in make_object_type()
H A Dfth.h1031 char *fth_strcpy(char *, size_t, const char *);