| /src/sys/compat/netbsd32/ |
| netbsd32_drm.c | 334 struct drm_stats st64; local 340 st64.count = st32.count; 341 if (st64.count > __arraycount(st64.data)) 344 error = drm_ioctl(file, DRM_IOCTL_GET_STATS, &st64); 348 for (size_t i = 0; i < st64.count; ++i) { 349 st32.data[i].value = st64.data[i].value; 350 st32.data[i].type = st64.data[i].type; 352 st32.count = st64.count;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| glob.c | 696 struct_stat64 st64; 703 : (__stat64 (dirname, &st64) == 0 && S_ISDIR (st64.st_mode))))) 1045 struct_stat64 st64; 1052 : __stat64 (fullname, &st64) == 0 && S_ISDIR (st64.st_mode)); 1093 struct_stat64 st64; 1102 : __stat64 (fullname, &st64)) == 0) 695 struct_stat64 st64; local 1044 struct_stat64 st64; local 1092 struct_stat64 st64; local
|
| /src/external/public-domain/sqlite/sqlite2mdoc/ |
| config.h | 143 uint64_t st64[8]; member in union:_SHA2_CTX::__anon24553
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| glob.c | 214 struct_stat64 st64; 218 : GLOB_FSTATAT64 (AT_FDCWD, fullname, &ust.st64, 258 struct_stat64 st64; 261 : (GLOB_FSTATAT64 (AT_FDCWD, filename, &st64, 0) == 0 262 && S_ISDIR (st64.st_mode))); 1411 struct_stat64 st64; 1412 if (! (GLOB_FSTATAT64 (dfd, d.name, &st64, 0) == 0 1413 && S_ISDIR (st64.st_mode))) 213 struct_stat64 st64; member in union:__anon18403 257 struct_stat64 st64; local 1410 struct_stat64 st64; local
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| glob.c | 214 struct_stat64 st64; 218 : GLOB_FSTATAT64 (AT_FDCWD, fullname, &ust.st64, 258 struct_stat64 st64; 261 : (GLOB_FSTATAT64 (AT_FDCWD, filename, &st64, 0) == 0 262 && S_ISDIR (st64.st_mode))); 1411 struct_stat64 st64; 1412 if (! (GLOB_FSTATAT64 (dfd, d.name, &st64, 0) == 0 1413 && S_ISDIR (st64.st_mode))) 213 struct_stat64 st64; member in union:__anon21144 257 struct_stat64 st64; local 1410 struct_stat64 st64; local
|