Searched refs:st_size (Results 326 - 350 of 470) sorted by relevance

<<111213141516171819

/freebsd-11.0-release/usr.sbin/makefs/
H A Dcd9660.c872 newnode->fileDataLength = node->inode->st.st_size;
1919 to->node->inode->st.st_size = 0;
2121 if (stbuf.st_size > 32768) {
2128 (long long)stbuf.st_size);
/freebsd-11.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c745 || workstat.st_size != checkworkstat.st_size
/freebsd-11.0-release/crypto/openssh/
H A Dloginrec.c1104 ftruncate(fd, buf.st_size);
1277 ftruncate(fd, buf.st_size);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h808 Elf32_Word st_size; // Size of the symbol member in struct:llvm::ELF::Elf32_Sym
831 Elf64_Xword st_size; // Size of the symbol member in struct:llvm::ELF::Elf64_Sym
/freebsd-11.0-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c125 FIELD(st_size);
949 ATF_CHECK(st.st_size == (off_t)strlen(src));
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dar.c798 size = buf.st_size;
846 size = buf.st_size;
H A Dnm.c69 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
705 sz = ((elf_symbol_type *) sym)->internal_elf_sym.st_size;
/freebsd-11.0-release/contrib/bmake/
H A Dmeta.c852 newsz = ROUNDUP((fs.st_size / 2), BUFSIZ);
854 newsz = ROUNDUP(fs.st_size, BUFSIZ);
H A Dparse.c456 * st_size is an off_t, which is 64 bits signed; *ret is
464 if (st.st_size < 0 || st.st_size > 0x7fffffff) {
468 *ret = (size_t) st.st_size;
/freebsd-11.0-release/contrib/diff/src/
H A Danalyze.c815 if (cmp->file[0].stat.st_size != cmp->file[1].stat.st_size
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c97 dst->st_size = src->st_size;
/freebsd-11.0-release/sys/kern/
H A Duipc_shm.c382 sb->st_size = shmfd->shm_size;
383 sb->st_blocks = howmany(sb->st_size, sb->st_blksize);
H A Dsys_pipe.c1546 ub->st_size = pipe->pipe_map.cnt;
1548 ub->st_size = pipe->pipe_buffer.cnt;
1549 ub->st_blocks = howmany(ub->st_size, ub->st_blksize);
/freebsd-11.0-release/usr.bin/stat/
H A Dstat.c103 "st_uid=%u st_gid=%g st_rdev=%r st_size=%z " \
775 small = (sizeof(st->st_size) == 4);
776 data = st->st_size;
/freebsd-11.0-release/usr.bin/tftp/
H A Dmain.c469 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size);
490 asprintf(&options[OPT_TSIZE].o_request, "%ju", sb.st_size);
/freebsd-11.0-release/usr.sbin/lpr/lpc/
H A Dcmds.c837 cln_sizecnt += stbuf.st_size;
1116 if (stbuf.st_size > 0) {
/freebsd-11.0-release/usr.sbin/nfsd/
H A Dnfsd.c1042 if (st.st_size > 0)
1044 else if (backup_st.st_size > 0)
/freebsd-11.0-release/libexec/ftpd/
H A Dftpd.c1693 st.st_size = 0;
1698 st.st_size = -1;
1728 st.st_size = -1;
1752 dout = dataconn(name, st.st_size, "w");
1756 send_data(fin, dout, st.st_blksize, st.st_size,
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delflink.c1228 && sym->st_size > 0
1264 && sym->st_size != h->size)
1274 h->size, abfd, bfd_link_hash_common, sym->st_size)))
1277 if (sym->st_size > h->size)
1278 h->size = sym->st_size;
1333 *pvalue = sym->st_size;
1403 h->size, abfd, bfd_link_hash_common, sym->st_size)))
3846 value = isym->st_size;
4186 if ((isym->st_size != 0 && isym->st_shndx != SHN_UNDEF)
4190 && h->size != isym->st_size
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2098 if ((buf = malloc(statbuf.st_size)) == NULL) {
2100 (u_longlong_t)statbuf.st_size);
2104 if (read(fd, buf, statbuf.st_size) != statbuf.st_size) {
2106 (u_longlong_t)statbuf.st_size);
2112 if (nvlist_unpack(buf, statbuf.st_size, &config, 0) != 0) {
2190 psize = statbuf.st_size;
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dfile_io.c854 != pair->dest_st.st_size) {
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c631 trail_size = sb.st_size;
/freebsd-11.0-release/contrib/mtree/
H A Dcreate.c231 (uintmax_t)p->fts_statp->st_size);
/freebsd-11.0-release/contrib/less/
H A Dch.c335 (curr_pos != NULL_POSITION && st.st_size < curr_pos)))
H A Dfilename.c1093 return ((POSITION) statbuf.st_size);

Completed in 260 milliseconds

<<111213141516171819