Searched refs:mch_fstat (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | macros.h | 161 # 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 D | pty.c | 296 if (mch_fstat(f, &buf) < 0) in mch_openpty()
|
| H A D | memfile.c | 43 # define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf))
|
| H A D | viminfo.c | 3040 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 D | bufwrite.c | 1903 && mch_fstat(fd, &st) == 0 in buf_write()
|
| H A D | memline.c | 4821 if (mch_fstat(f1, &s1) != -1 in findswapname() 4822 && mch_fstat(f2, &s2) != -1 in findswapname()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 5148 mch_access(), mch_fopen(), mch_fstat(), mch_lstat() and mch_stat().
|