| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_hash_table.c | 33 #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 D | freedreno_drm_winsys.c | 27 #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 D | lima_drm_winsys.c | 26 #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 D | 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/ |
| H A D | etnaviv_drm_winsys.c | 27 #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 D | nouveau_drm_winsys.c | 1 #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 D | 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/ |
| H A D | 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/ |
| H A D | 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/glw/dist/ |
| H A D | 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-wsfb/dist/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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-ati/dist/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | GetStCmap.c | 69 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 D | os_file.c | 14 #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 D | 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/libXau/dist/ |
| H A D | 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/libXaw/dist/ |
| H A D | 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/libXcomposite/dist/ |
| H A D | 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/libXcursor/dist/ |
| H A D | 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/libXdamage/dist/ |
| H A D | 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/libXdmcp/dist/ |
| H A D | 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...] |