HomeSort by: relevance | last modified time | path
    Searched refs:stat (Results 1 - 25 of 894) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/util/
u_hash_table.c 33 #include <sys/stat.h>
62 struct stat stat; local
64 fstat(fd, &stat);
66 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
78 struct stat stat1, stat2;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/freedreno/drm/
freedreno_drm_winsys.c 27 #include <sys/stat.h>
68 struct stat stat; local
69 fstat(fd, &stat);
71 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
78 struct stat stat1, stat2;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/lima/drm/
lima_drm_winsys.c 26 #include <sys/stat.h>
63 struct stat stat; local
65 fstat(fd, &stat);
67 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
74 struct stat stat1, stat2;
  /xsrc/external/mit/xsetmode/dist/
depcomp 70 stat=$?
71 if test $stat -eq 0; then :
74 exit $stat
93 stat=$?
94 if test $stat -eq 0; then :
97 exit $stat
135 stat=$?
136 if test $stat -eq 0; then :
139 exit $stat
186 stat=$
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 27 #include <sys/stat.h>
97 struct stat stat; local
99 fstat(fd, &stat);
101 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
108 struct stat stat1, stat2;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 1 #include <sys/stat.h>
42 struct stat stat; local
43 fstat(fd, &stat);
45 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
52 struct stat stat1, stat2;
  /xsrc/external/mit/glw/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/libXevie/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/libXfontcache/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/luit/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/xcb-util/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/
depcomp 109 stat=$?
110 if test $stat -eq 0; then :
113 exit $stat
132 stat=$?
133 if test $stat -eq 0; then :
136 exit $stat
174 stat=$?
175 if test $stat -eq 0; then :
178 exit $stat
232 stat=$
    [all...]
  /xsrc/external/mit/xf86-video-wsfb/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/xf86dga/dist/
depcomp 116 stat=$?
117 if test $stat -eq 0; then :
120 exit $stat
139 stat=$?
140 if test $stat -eq 0; then :
143 exit $stat
181 stat=$?
182 if test $stat -eq 0; then :
185 exit $stat
239 stat=$
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
depcomp 109 stat=$?
110 if test $stat -eq 0; then :
113 exit $stat
132 stat=$?
133 if test $stat -eq 0; then :
136 exit $stat
174 stat=$?
175 if test $stat -eq 0; then :
178 exit $stat
225 stat=$
    [all...]
  /xsrc/external/mit/libX11/dist/src/
GetStCmap.c 69 Status stat; /* return value */ local
73 stat = XGetRGBColormaps (dpy, w, &stdcmaps, &nstdcmaps, property);
74 if (stat) {
115 return stat;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
os_file.c 14 #include <sys/stat.h>
62 struct stat stat; local
63 if (fstat(fd, &stat) == 0)
64 len += stat.st_size;
  /xsrc/external/mit/appres/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]
  /xsrc/external/mit/bdftopcf/dist/
depcomp 193 stat=$?
194 if test $stat -ne 0; then
196 exit $stat
219 stat=$?
220 if test $stat -ne 0; then
222 exit $stat
261 stat=$?
262 if test $stat -ne 0; then
264 exit $stat
316 stat=$
    [all...]
  /xsrc/external/mit/beforelight/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]
  /xsrc/external/mit/bitmap/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]
  /xsrc/external/mit/editres/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]
  /xsrc/external/mit/font-util/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]
  /xsrc/external/mit/fontconfig/dist/
depcomp 192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat=$
    [all...]

Completed in 12 milliseconds

1 2 3 4 5 6 7 8 91011>>