Searched refs:stat (Results 1 - 25 of 918) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_hash_table.c33 #include <sys/stat.h>
62 struct stat stat; local in function:hash_fd
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/
H A Dfreedreno_drm_winsys.c27 #include <sys/stat.h>
68 struct stat stat; local in function:hash_fd
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/
H A Dlima_drm_winsys.c26 #include <sys/stat.h>
63 struct stat stat; local in function:hash_fd
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/
H A Ddepcomp70 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/
H A Detnaviv_drm_winsys.c27 #include <sys/stat.h>
97 struct stat stat; local in function:hash_fd
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/
H A Dnouveau_drm_winsys.c1 #include <sys/stat.h>
42 struct stat stat; local in function:hash_fd
43 fstat(fd, &stat);
45 return stat.st_dev ^ stat.st_ino ^ stat.st_rdev;
52 struct stat stat1, stat2;
/xsrc/external/mit/libXevie/dist/
H A Ddepcomp116 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/
H A Ddepcomp116 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/
H A Ddepcomp116 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/glw/dist/
H A Ddepcomp116 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-wsfb/dist/
H A Ddepcomp116 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/
H A Ddepcomp116 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/
H A Ddepcomp109 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-ati/dist/
H A Ddepcomp116 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/
H A Ddepcomp116 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/
H A Ddepcomp109 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/
H A DGetStCmap.c69 Status stat; /* return value */ local in function:XGetStandardColormap
73 stat = XGetRGBColormaps (dpy, w, &stdcmaps, &nstdcmaps, property);
74 if (stat) {
115 return stat;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_file.c14 #include <sys/stat.h>
62 struct stat stat; local in function:os_read_file
63 if (fstat(fd, &stat) == 0)
64 len += stat.st_size;
/xsrc/external/mit/libXTrap/dist/
H A Ddepcomp192 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/libXau/dist/
H A Ddepcomp193 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/libXaw/dist/
H A Ddepcomp192 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/libXcomposite/dist/
H A Ddepcomp192 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/libXcursor/dist/
H A Ddepcomp192 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/libXdamage/dist/
H A Ddepcomp192 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/libXdmcp/dist/
H A Ddepcomp192 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 27 milliseconds

1234567891011>>