| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | stat.d | 91 blkcnt_t st_blocks; in version() member 138 blkcnt_t st_blocks; in version() 214 __blkcnt_t st_blocks; in version() 218 __blkcnt64_t st_blocks; in version() 305 blkcnt_t st_blocks; in version() 310 blkcnt_t st_blocks; in version() 365 blkcnt_t st_blocks; in version() 407 blkcnt_t st_blocks; in version() 451 blkcnt_t st_blocks; in version() 530 __blkcnt64_t st_blocks; in version() [all …]
|
| /netbsd-src/sys/compat/sys/ |
| H A D | stat.h | 58 int32_t st_blocks; /* blocks allocated for file */ member 76 int64_t st_blocks; /* blocks allocated for file */ member 123 blkcnt_t st_blocks; /* blocks allocated for file */ member 168 blkcnt_t st_blocks; /* blocks allocated for file */ member
|
| /netbsd-src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_stat.h | 55 int32_t st_blocks; /* blocks allocated for file */ member 74 int64_t st_blocks; /* blocks allocated for file */ member 95 blkcnt_t st_blocks; /* blocks allocated for file */ member
|
| H A D | aoutm68k_stat.c | 256 ast->st_blocks = st->st_blocks; in aoutm68k_stat43_convert() 285 ast->st_blocks = st->st_blocks; in aoutm68k_stat12_convert() 314 ast->st_blocks = st->st_blocks; in aoutm68k_stat13_convert()
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_stat.c | 86 ost->st_blocks = st->st_blocks; in __strong_alias()
|
| H A D | compat___stat30.c | 89 ost->st_blocks = st->st_blocks; in cvtstat()
|
| H A D | compat___stat13.c | 92 ost->st_blocks = st->st_blocks; in cvtstat()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | stat.c | 131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0() 248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0() 429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub() 512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | stat.c | 131 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i4_sub_0() 248 sarray->base_addr[12 * stride] = sb.st_blocks; in stat_i8_sub_0() 429 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i4_sub() 512 sarray->base_addr[12 * stride] = sb.st_blocks; in fstat_i8_sub()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | sunos57-select.c | 103 && sb.st_blocks == devnull.st_blocks in rpl_select()
|
| /netbsd-src/sys/rump/kern/lib/libsys_sunos/ |
| H A D | rump_sunos_compat.c | 77 uint64_t st_blocks; member 98 uint64_t st_blocks; member 119 PARCOPY(st_blocks); in bsd_to_sunos_stat()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_compat_12.c | 83 sp32->st_blocks = sp12->st_blocks; in netbsd32_stat12_to_netbsd32()
|
| H A D | netbsd32.h | 793 netbsd32_int64 st_blocks; /* blocks allocated for file */ member 815 int32_t st_blocks; /* blocks allocated for file */ member 832 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member 855 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member 876 netbsd32_uint64 st_blocks; /* blocks allocated for file */ member
|
| H A D | netbsd32_conv.h | 500 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat13() 529 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from___stat50() 556 sb32p->st_blocks = sbp->st_blocks; in netbsd32_from_stat()
|
| /netbsd-src/sys/rump/kern/lib/libsys_cygwin/ |
| H A D | rump_cygwin_compat.c | 62 uint64_t st_blocks; member 82 PARCOPY(st_blocks); in bsd_to_cygwin_stat()
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_stat.c | 100 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat() 127 st32->lst_blocks = st->st_blocks; in bsd_to_linux32_stat64()
|
| /netbsd-src/sys/compat/common/ |
| H A D | vfs_syscalls_50.c | 107 ost->st_blocks = st->st_blocks; in cvtstat()
|
| H A D | vfs_syscalls_12.c | 100 ost->st_blocks = st->st_blocks; in compat_12_stat_conv()
|
| H A D | vfs_syscalls_43.c | 140 ost->st_blocks = st->st_blocks; in cvtstat()
|
| H A D | vfs_syscalls_30.c | 100 ost->st_blocks = st->st_blocks; in cvtstat()
|
| /netbsd-src/usr.bin/find/ |
| H A D | ls.c | 71 (long long)sb->st_blocks); in printlong()
|
| /netbsd-src/sys/arch/zaurus/stand/zboot/ |
| H A D | pathfs.c | 102 sb->st_blocks = lsb.lst_blocks; in pathfs_stat()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_file64.c | 97 lsp->lst_blocks = bsp->st_blocks; in bsd_to_linux_stat64() 144 stx->stx_blocks = st->st_blocks; in bsd_to_linux_statx()
|
| /netbsd-src/sys/sys/ |
| H A D | stat.h | 84 blkcnt_t st_blocks; /* blocks allocated for file */ member
|
| /netbsd-src/usr.bin/du/ |
| H A D | du.c | 66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)
|