Home
last modified time | relevance | path

Searched refs:tempname (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/src/
H A Dviminfo.c3150 tempname = buf_modname( in write_viminfo()
3170 wp = tempname + STRLEN(tempname) - 5; in write_viminfo()
3172 wp = gettail(tempname); in write_viminfo()
3187 VIM_CLEAR(tempname); in write_viminfo()
3212 fd = mch_open((char *)tempname, in write_viminfo()
3244 tempname); in write_viminfo()
3251 if (tempname != NULL) in write_viminfo()
3277 (void)mch_setperm(tempname, 0600); in write_viminfo()
3286 (fp_in == NULL || tempname == NULL) ? fname : tempname); in write_viminfo()
3325 mch_remove(tempname); in write_viminfo()
[all …]
H A Dmisc1.c2269 char_u *tempname; in get_cmd_output() local
2280 if ((tempname = vim_tempname('o', FALSE)) == NULL) in get_cmd_output()
2287 command = make_filter_cmd(cmd, infile, tempname); in get_cmd_output()
2306 fd = mch_fopen((char *)tempname, "r"); in get_cmd_output()
2308 fd = mch_fopen((char *)tempname, READBIN); in get_cmd_output()
2313 semsg(_(e_notopen), tempname); in get_cmd_output()
2325 mch_remove(tempname); in get_cmd_output()
2333 semsg(_(e_notread), tempname); in get_cmd_output()
2349 vim_free(tempname); in get_cmd_output()
H A Dos_unix.c6557 char_u *tempname; in mch_expand_wildcards() local
6664 vim_free(tempname); in mch_expand_wildcards()
6715 STRCAT(command, tempname); in mch_expand_wildcards()
6798 mch_remove(tempname); in mch_expand_wildcards()
6799 vim_free(tempname); in mch_expand_wildcards()
6839 vim_free(tempname); in mch_expand_wildcards()
6853 mch_remove(tempname); in mch_expand_wildcards()
6854 vim_free(tempname); in mch_expand_wildcards()
6861 mch_remove(tempname); in mch_expand_wildcards()
6866 vim_free(tempname); in mch_expand_wildcards()
[all …]
H A Dfileio.c3768 char tempname[MAXPATHL + 1]; in vim_rename() local
3776 STRCPY(tempname, from); in vim_rename()
3779 sprintf((char *)gettail((char_u *)tempname), "%d", n); in vim_rename()
3780 if (mch_stat(tempname, &st) < 0) in vim_rename()
3782 if (mch_rename((char *)from, tempname) == 0) in vim_rename()
3784 if (mch_rename(tempname, (char *)to) == 0) in vim_rename()
3788 (void)mch_rename(tempname, (char *)from); in vim_rename()
/vim-8.2.3635/runtime/autoload/
H A Dgzip.vim77 let tmp = tempname()
161 let nmt = s:tempname(nm)
204 fun s:tempname(name)
H A Dzip.vim234 let temp = tempname()
280 let tmpdir= tempname()
281 " call Decho("orig tempname<".tmpdir.">")
H A DnetrwSettings.vim217 let tmpfile= tempname()
H A Dtar.vim410 let tmpdir= tempname()
411 " call Decho("orig tempname<".tmpdir.">")
H A Drust.vim232 let dict.tmpdir = tempname()
H A Dgetscript.vim424 let tmpfile = tempname()
H A Dnetrw.vim11695 " s:GetTempfile: gets a tempname that'll work for various o/s's {{{2
11703 let tmpfile= tempname()
11704 " call Decho("tmpfile<".tmpfile."> : from tempname()",'~'.expand("<slnum>"))
11732 " call Decho("o/s dependent fixed tempname<".tmpfile.">",'~'.expand("<slnum>"))
/vim-8.2.3635/src/testdir/
H A Dtest_shell.vim160 " The shell and cmdflag, and expected slash in tempname with shellslash set or
171 let file = tempname()
174 let file = tempname()
H A Dtest_mksession_utf8.vim24 let tmpfile = tempname()
H A Dscript_util.vim19 let script = tempname()
H A Dtest_terminal3.vim792 let tmpfolder = fnamemodify(tempname(),':h').'/'.chars
793 let tmpfolder_url = fnamemodify(tempname(),':h').'/'.chars_url
H A Dtest_ruby.vim43 let tempfile = tempname() . '.rb'
H A Dtest_popup.vim767 \ 'tempname: 0x555555e380a0 "/home/mool/.viminfz.tmp"',
769 \ 'tempname: 0x555555e380a0 "/home/mool/.viminfz.tmp"'))
H A Dtest_trycatch.vim1696 let file = tempname()
1731 let file = tempname()
H A Dtest_writefile.vim7 let f = tempname()
H A Dtest_vimscript.vim4811 let file = tempname()
6280 let augfile = tempname()
6343 let tmpfile = tempname()
6398 let infile = tempname()
6399 let tmpfile = tempname()
/vim-8.2.3635/runtime/ftplugin/
H A Dgitcommit.vim49 let name = tempname()
/vim-8.2.3635/runtime/doc/
H A Dusr_41.txt828 tempname() get the name of a temporary file
1784 :let tmp = tempname()
H A Dediting.txt440 :e `=tempname()`
H A Dchange.txt608 tempname(). For Unix, the file will be in a private directory (only
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim82 …ggest str2float strchars string strtrans swapname synstack tabpagewinnr tempname term_getansicolor…

12