Searched refs:st_size (Results 176 - 200 of 546) sorted by relevance

1234567891011>>

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dstat.c282 convbase(optr, sbuf->st_size, 0);
284 DPUTS(sizeof(sbuf->st_size) > sizeof(unsigned long),
286 statulprint((unsigned long)sbuf->st_size, optr);
/macosx-10.10/Heimdal-398.1.2/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;
/macosx-10.10/bind9-45.101/bind9/contrib/sdb/dir/
H A Ddirdb.c107 (unsigned int)statbuf.st_size));
/macosx-10.10/cups-408/cups/cups/
H A Ddir.c203 dp->entry.fileinfo.st_size = entry.nFileSizeLow + ((unsigned long long)entry.nFileSizeHigh << 32);
/macosx-10.10/cups-408/cups/scheduler/
H A Dfile.c371 if (overwrite_data(fd, buffer, sizeof(buffer), (int)info.st_size))
H A Dtestlpd.c337 (int)fileinfo.st_size, sequence);
359 printf("DATA: Wrote %d bytes.\n", (int)fileinfo.st_size);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib568.c93 test_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t) file_info.st_size);
H A Dlib572.c111 test_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t) file_info.st_size);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-v850.c1973 asym->value = elfsym->internal_elf_sym.st_size;
1991 asym->value = elfsym->internal_elf_sym.st_size;
2009 asym->value = elfsym->internal_elf_sym.st_size;
2058 *valp = sym->st_size;
2064 *valp = sym->st_size;
2070 *valp = sym->st_size;
2288 if (isym.st_value + isym.st_size >= toaddr)
2289 isym.st_size += count;
2296 if (isym.st_value+isym.st_size >= addr + count
2297 && isym.st_value+isym.st_size < toadd
[all...]
H A Dcisco-core.c252 asect->size = statbuf.st_size;
278 nread = statbuf.st_size - asect->filepos;
/macosx-10.10/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h99 bfd_vma st_size; /* Associated symbol size */ member in struct:elf_internal_sym
/macosx-10.10/nano-12/src/
H A Dbrowser.c687 unsigned long result = st.st_size;
693 if (st.st_size < (1 << 10))
696 else if (st.st_size < (1 << 20)) {
700 } else if (st.st_size < (1 << 30)) {
/macosx-10.10/screen-22/screen/
H A Dutmp.c788 if ((tt = malloc((unsigned) s.st_size + 1)) == 0)
790 if (read(f, tt, s.st_size) != s.st_size)
793 for (p = tt, ep = p + s.st_size; p < ep; p++)
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c196 if (st.st_size > (off_t)100*1024)
197 openinfo.cachesize = MIN(st.st_size * 20, (off_t)12*1024*1024);
198 if (st.st_size / 128 > openinfo.nelem)
199 openinfo.nelem = st.st_size / 128;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_msdos.c66 return (fstat((int) fd, &sb) < 0 ? 0 : sb.st_size);
/macosx-10.10/uucp-11/uucp/unix/
H A Dopensr.c208 *pcrestart = (long) s.st_size;
/macosx-10.10/zlib-55/zlib/examples/
H A Dgzlog.c751 if (stat(log->path, &st) == 0 && st.st_size) {
752 len = (size_t)(st.st_size);
753 if (len != st.st_size || (data = malloc(st.st_size)) == NULL) {
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c844 off_t size = st->stat.st_size;
1037 off_t size_left = st->stat.st_size;
1076 st->stat.st_size - size_left, bufsize);
1116 st->stat.st_size = 0; /* force 0 size on dir */
1417 st->stat.st_size = 0;
1525 st->archive_file_size = original_size = st->stat.st_size;
1678 || original_size < final_stat.st_size)
1717 size_t linklen = st->stat.st_size;
1718 if (linklen != st->stat.st_size || linklen + 1 == 0)
1733 st->stat.st_size
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dpkcs12_util.c64 if (sb.st_size > INT32_MAX)
66 len = (uint32_t)sb.st_size;
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DFileSystemGtk.cpp128 resultSize = statResult.st_size;
155 metadata.length = statResult.st_size;
/macosx-10.10/adv_cmds-158/finger/
H A Dlprint.c309 sb.st_size == 0)
313 if (sb.st_size <= LINE_LEN - strlen(header) - 5) {
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dbucomm.c387 (long) buf.st_size, timebuf);
528 return statbuf.st_size;
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c1368 if (osb.st_size != size) {
1370 outfile, (uintmax_t)osb.st_size, (uintmax_t)size);
1608 print_list(fd, isb.st_size, outfile, isb.st_mtime);
1657 if (osb.st_size != size) {
1659 (uintmax_t)size, (uintmax_t)osb.st_size);
1746 print_list(STDIN_FILENO, isb.st_size, "stdout", isb.st_mtime);
1952 gsize = sbp->st_size;
1957 usize = sbp->st_size;
/macosx-10.10/file_cmds-242/mtree/
H A Dspecspec.c70 printf(" size=%jd", (intmax_t)n->st_size);
150 if (FF(n1, n2, F_SIZE, st_size))
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Drm.c285 if (state->clobber && S_ISREG(ent->fts_statp->st_mode) && ent->fts_statp->st_size > 0)
291 off_t c = ent->fts_statp->st_size;

Completed in 595 milliseconds

1234567891011>>