Home
last modified time | relevance | path

Searched refs:fstatfs (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dosdef2.h.in73 struct statfs; /* for fstatfs() */
74 extern int fstatfs(int, struct statfs *, int, int);
H A Dmemfile.c43 # define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf)) macro
172 && fstatfs(mfp->mf_fd, &stf, sizeof(struct statfs), 0) == 0 in mf_open()
H A Dconfigure.ac3820 dnl fstatfs() can take 2 to 4 arguments, try to use st_blksize if possible