Searched refs:st_size (Results 401 - 425 of 493) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y813 if ((sb.st_size + aniphead->ah_len ) > 65535) {
818 if ((len = read(fd, canip->ah_data, sb.st_size)) == -1) {
/freebsd-11-stable/contrib/gcc/
H A Dfix-header.c1192 inf_size = sbuf.st_size;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c1570 delta = (*s2)->st_size - (*s1)->st_size;
1666 size = sym->st_size;
2051 fake->st_size = sec->size;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c917 cd.cd_ctflen = st.st_size;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsource.c961 /* st_size might be a large type, but we only support source files whose
963 size = (int) st.st_size;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1445 reply(213, "%lu", (unsigned long)stbuf.st_size);
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y1258 reply(213, "%lu", stbuf.st_size);
H A Dopielogin.c1441 if (!stat(buf, &st) && st.st_size)
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c457 printf("%lld", (long long)sp->st_size);
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c702 if (stat(tbuf, &st) == 0 && st.st_size != 0)
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.c127 statbuf.st_size == 0 && (flags & O_ACCMODE) != O_RDONLY;
/freebsd-11-stable/lib/libc/gen/
H A Dgetnetgrent.c353 errno == ENOENT) || _yp_statp.st_size == 0)
/freebsd-11-stable/contrib/nvi/common/
H A Dexf.c221 psize = ((sb.st_size / 15) + 1023) / 1024;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c323 len = sb.st_size;
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c248 volume_size = st.st_size / sector_size;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h638 uint64_t st_size; member in struct:bootstat
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c304 ub->st_size = sbavail(sb) - sb->sb_ctl;
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c348 mediasize = st.st_size;
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c964 ATF_REQUIRE_EQ(sb.st_size, 0);
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c263 size = dstsym->st_size;
/freebsd-11-stable/stand/libsa/
H A Dext2fs.c878 sb->st_size = fp->f_di.di_size;
H A Dnandfs.c529 sb->st_size = fs->nf_opened_node->inode->i_size;
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c1241 return S_ISREG(buf.st_mode) && buf.st_size > 0;
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c384 return sb.st_size;
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim.c973 fsize = filestat.st_size;

Completed in 366 milliseconds

<<11121314151617181920