HomeSort by: relevance | last modified time | path
    Searched defs:__xstat64 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tmpdir.c 66 # define __xstat64(version, path, buf) stat (path, buf) macro
90 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
tmpdir.c 66 # define __xstat64(version, path, buf) stat (path, buf) macro
90 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /src/external/gpl2/xcvs/dist/lib/
tempname.c 83 # define __xstat64(version, file, buf) stat (file, buf) macro
123 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
tempname.c 83 # define __xstat64(version, file, buf) stat (file, buf) macro
123 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /src/external/gpl2/diffutils/dist/lib/
tempname.c 105 # define __xstat64(version, path, buf) stat (path, buf) macro
145 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
tempname.c 105 # define __xstat64(version, path, buf) stat (path, buf) macro
145 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
  /src/external/gpl2/texinfo/dist/lib/
tempname.c 107 # define __xstat64(version, path, buf) stat (path, buf) macro
147 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);
tempname.c 107 # define __xstat64(version, path, buf) stat (path, buf) macro
147 return __xstat64 (_STAT_VER, dir, &buf) == 0 && S_ISDIR (buf.st_mode);

Completed in 49 milliseconds