Home
last modified time | relevance | path

Searched refs:mch_fstat (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dmacros.h161 # define mch_fstat(n, p) fstat((n), (p)) macro
172 # define mch_fstat(n, p) _fstat64((n), (p)) macro
174 # define mch_fstat(n, p) fstat((n), (p)) macro
H A Dpty.c296 if (mch_fstat(f, &buf) < 0) in mch_openpty()
H A Dmemfile.c43 # define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf))
H A Dviminfo.c3040 if (mch_fstat(fileno(fp), &st) < 0 || S_ISDIR(st.st_mode)) in read_viminfo()
3111 if (mch_fstat(fileno(fp_in), &st_old) < 0 in write_viminfo()
H A Dbufwrite.c1903 && mch_fstat(fd, &st) == 0 in buf_write()
H A Dmemline.c4821 if (mch_fstat(f1, &s1) != -1 in findswapname()
4822 && mch_fstat(f2, &s2) != -1 in findswapname()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5148 mch_access(), mch_fopen(), mch_fstat(), mch_lstat() and mch_stat().