Searched refs:st_size (Results 126 - 150 of 470) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/libreadline/examples/
H A Dfileman.c369 finfo.st_size,
370 (finfo.st_size == 1) ? "" : "s");
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dtrad-core.c122 > (ufile_ptr) statbuf.st_size)
134 < (ufile_ptr) statbuf.st_size)
/freebsd-11.0-release/contrib/diff/src/
H A Dsystem.h325 && (s)->st_size == (t)->st_size \
H A Dcmp.c333 off_t s0 = stat_buf[0].st_size - file_position (0);
334 off_t s1 = stat_buf[1].st_size - file_position (1);
396 off_t file_bytes = stat_buf[f].st_size - file_position (f);
/freebsd-11.0-release/bin/pax/
H A Dgen_subs.c128 (void)fprintf(fp, "%9lu ", sbp->st_size);
130 (void)fprintf(fp, "%9ju ", (uintmax_t)sbp->st_size);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c243 symp->st_size != 0)
245 (uintptr_t)symp->st_value, (size_t)symp->st_size);
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c144 (symp->st_size - 1) * sizeof (ftp->ftps_offs[0]));
188 if (off >= symp->st_size) {
239 if (symp->st_size == 0) {
240 dt_dprintf("st_size of %s is zero\n", func);
246 symp->st_size != pp->dpp_last.st_size) {
248 * Due to 4524008, _init and _fini may have a bloated st_size.
346 sym.st_size = Pstatus(pp->dpp_pr)->pr_dmodel ==
349 sym.st_size = ~((Elf64_Xword) 0);
366 sym.st_shndx == SHN_UNDEF || sym.st_size
[all...]
/freebsd-11.0-release/lib/libc/stdio/
H A Dfseek.c193 if (offset > 0 && st.st_size > OFF_MAX - offset) {
197 target = st.st_size + offset;
/freebsd-11.0-release/sys/boot/pc98/loader/
H A Dmain.c87 (st.st_size == -1 || addr + st.st_size > 0xf00000))
/freebsd-11.0-release/sbin/ldconfig/
H A Delfhints.c204 if (s.st_size > MAXFILESIZE)
210 mapbase = mmap(NULL, s.st_size, PROT_READ|PROT_WRITE,
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_stats.c181 tbuf.st_size = buf->st_size;
269 if (buf->st_size < (quad_t)1 << 32)
270 lbuf.st_size = buf->st_size;
272 lbuf.st_size = -2;
556 lbuf.st_size = buf->st_size;
/freebsd-11.0-release/usr.bin/ktrdump/
H A Dktrdump.c173 entries = sb.st_size / sizeof(*buf);
175 buf = mmap(NULL, sb.st_size, PROT_READ, MAP_SHARED, in, 0);
/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgzcmp.c93 ehdr.st[KGZ_ST_KGZ_NDATA].st_size = htole32(kh->nsize);
168 kh->nsize = sb.st_size - off;
/freebsd-11.0-release/contrib/sendmail/src/
H A Dcollect.c765 st.st_size = -1;
768 dfile, (long) st.st_size);
999 st.st_size = 0;
1002 if (st.st_size <= 0)
1008 (ULONGLONG_T) st.st_size);
/freebsd-11.0-release/contrib/tcpdump/
H A Dutil.c831 cp = malloc((u_int)buf.st_size + 1);
833 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
835 cc = read(fd, cp, (u_int)buf.st_size);
838 if (cc != buf.st_size)
839 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
/freebsd-11.0-release/crypto/openssh/
H A Dauth2.c119 if (st.st_size <= 0 || st.st_size > 1*1024*1024) {
124 len = (size_t)st.st_size; /* truncate */
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux.h170 l_ulong st_size; member in struct:l_newstat
188 l_long st_size; member in struct:l_stat
208 l_longlong st_size; member in struct:l_stat64
/freebsd-11.0-release/libexec/rtld-elf/
H A Dlibmap.c130 lm_map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
142 lmc_parse(lm_map, st.st_size);
143 munmap(lm_map, st.st_size);
/freebsd-11.0-release/usr.bin/mail/
H A Dquit.c108 if (fstat(fileno(fbuf), &minfo) >= 0 && minfo.st_size > mailsize) {
120 p = minfo.st_size - mailsize;
423 if (stat(mailname, &statb) >= 0 && statb.st_size > mailsize) {
/freebsd-11.0-release/usr.sbin/config/
H A Dmain.c579 if (!changed && from_sb.st_size != to_sb.st_size)
582 tsize = (size_t)from_sb.st_size;
/freebsd-11.0-release/crypto/heimdal/appl/rcp/
H A Drcp.c322 (unsigned long)stb.st_size,
333 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) {
335 if (i + amt > stb.st_size)
336 amt = stb.st_size - i;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h228 elf_xword st_size; ///< Size of the symbol or zero. member in struct:elf::ELFSymbol
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dsmstdio.c298 return st.st_size;
/freebsd-11.0-release/lib/libc/db/test/
H A Ddbtest.c692 if (sb.st_size > (off_t)SIZE_T_MAX)
695 if ((p = (void *)malloc((u_int)sb.st_size)) == NULL)
697 (void)read(fd, p, (int)sb.st_size);
698 *lenp = sb.st_size;
/freebsd-11.0-release/lib/libc/gen/
H A Dgetutxent.c81 sb.st_size % sizeof(struct futx) != 0) {

Completed in 211 milliseconds

1234567891011>>