Searched refs:mch_fstat (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmacros.h171 # define mch_fstat(n, p) fstat(vms_fixfilename(n), (p)) macro
181 # define mch_fstat(n, p) fstat((n), (p)) macro
H A Dpty.c259 if (mch_fstat(f, &buf) < 0)
H A Dmemfile.c47 # define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf))
54 # define fstatfs(fd, buf, len, nul) mch_fstat((fd), (buf))
H A Dmemline.c4279 if (mch_fstat(f1, &s1) != -1
4280 && mch_fstat(f2, &s2) != -1

Completed in 130 milliseconds