Lines Matching full:fstat
335 # undef fstat
336 # define fstat rpl_fstat
338 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
339 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
341 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
343 _GL_CXXALIASWARN (fstat);
346 # define fstat _fstati64
348 # undef fstat
350 _GL_WARN_ON_USE (fstat, "fstat has portability problems - "
351 "use gnulib module fstat for portability");