Searched refs:st_size (Results 201 - 225 of 493) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.bin/script/
H A Dscript.c445 for (nread = 0; !reg || nread < pst.st_size; nread += save_len) {
456 (uint64_t)(pst.st_size - save_len) - nread)
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c582 totsize += copies * lbuf.st_size;
600 printf(" %qd bytes", (long long) lbuf.st_size);
/freebsd-11-stable/tools/tools/ath/athdecode/
H A Dmain.c75 addr = mmap(0, sb.st_size, PROT_READ, MAP_PRIVATE|MAP_NOCORE, fd, 0);
78 nrecs = sb.st_size / sizeof (struct athregrec);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c250 ctfsect.cts_data = mmap64(NULL, st.st_size, PROT_READ,
259 ctfsect.cts_size = (size_t)st.st_size;
/freebsd-11-stable/stand/ficl/
H A Dfileaccess.c185 statbuf.st_size = -1;
188 return statbuf.st_size;
/freebsd-11-stable/usr.bin/du/
H A Ddu.c280 howmany(p->fts_statp->st_size, cblocksize) :
320 howmany(p->fts_statp->st_size, cblocksize) :
/freebsd-11-stable/usr.sbin/ppp/
H A Dipcp.c203 if ((ipcp->ns.resolv_nons = (char *)malloc(st.st_size + 1)) == NULL)
205 (unsigned long)st.st_size, _PATH_RESCONF, strerror(errno));
206 else if ((ipcp->ns.resolv = (char *)malloc(st.st_size + 1)) == NULL) {
208 (unsigned long)st.st_size, _PATH_RESCONF, strerror(errno));
211 } else if ((got = read(fd, ipcp->ns.resolv, st.st_size)) != st.st_size) {
218 (unsigned long)st.st_size);
227 ipcp->ns.resolv[st.st_size] = '\0';
/freebsd-11-stable/contrib/xz/src/xz/
H A Dcoder.c913 = pair->src_st.st_size <= 0
914 ? 0 : (uint64_t)(pair->src_st.st_size);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfdio.c453 return buf.st_size;
H A Dbinary.c89 sec->size = statbuf.st_size;
H A Dcache.c514 if (stat (abfd->filename, &s) == 0 && s.st_size != 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmipsread.c155 unsigned char st_size[4]; /* Associated symbol size */ member in struct:__anon1558
H A Dstandalone.c198 statbuf->st_size = sourcesize;
/freebsd-11-stable/bin/pax/
H A Dftree.c493 arcn->skip = arcn->sb.st_size;
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dfseek.c221 target = st.st_size + offset;
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-options.c91 "%ju", stbuf->st_size);
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c205 !delta ? workstat.st_size!=0 :
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c217 if (sb.st_size == 0) {
/freebsd-11-stable/sys/fs/udf/
H A Decma167-udf.h245 uint32_t st_size; member in struct:part_map_spare
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c286 mbufsize = sbuf.st_size;
/freebsd-11-stable/usr.bin/wc/
H A Dwc.c264 charct = sb.st_size;
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c243 ip->st_size = strtoq(val, &ep, 10);
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c302 ATF_REQUIRE_EQ(sb.st_size, sizeof(fd));
/freebsd-11-stable/sbin/hastd/
H A Dsubr.c125 res->hr_local_mediasize = sb.st_size;
/freebsd-11-stable/stand/libsa/
H A Dsplitfs.c311 sb->st_size = -1;

Completed in 485 milliseconds

1234567891011>>