Searched refs:st_size (Results 76 - 100 of 245) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dftpgetput.c169 if (sbuf.st_size > 0) {
170 beg_range = sbuf.st_size;
245 sprintf(buf, "ALLO %"OFF_FMT"u", sbuf.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsort.c237 if(write_file(&inode, entry->dir, entry->dir->inode->buf.st_size,
241 entry->dir->inode->buf.st_size,
248 entry->dir->pathname, entry->dir->inode->buf.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dtar.c314 if (sizeof(statbuf->st_size) > 4
315 && statbuf->st_size > (off_t)0777777777777LL
319 fileName, statbuf->st_size);
322 PUT_OCTAL(header.size, statbuf->st_size);
465 bb_copyfd_exact_size(inputFileFd, tbInfo->tarFd, statbuf->st_size);
467 ////readSize = bb_copyfd_size(inputFileFd, tbInfo->tarFd, statbuf->st_size);
468 ////if (readSize != statbuf->st_size && readSize >= 0) {
479 readSize = (-(int)statbuf->st_size) & (TAR_BLOCK_SIZE-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c160 if (file_stat.st_size == 0)
196 if (need_trunc && file_stat.st_size != 0)
203 if (file_stat.st_size == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/usr/
H A Dgen_init_cpio.c318 filebuf = malloc(buf.st_size);
324 retval = read (file, filebuf, buf.st_size);
333 if (i == nlinks) size = buf.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-util.c191 if (st.st_size > 1024*1024) { /** 1MB */
196 buf = avahi_new(char, st.st_size+1);
198 if ((size = read(fd, buf, st.st_size)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dcws2fws.c65 comp_len = statbuf.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dunixdir.c52 *size = (mt_size_t) This->statbuf.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.c414 endofpage = st.st_size;
437 temp2out( tempfd, tempfile, st.st_size );
489 temp2out( tempfd, tempfile, st.st_size - psinfo.pages.end );
490 } else temp2out( tempfd, tempfile, st.st_size - psinfo.trailer );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Dmktree.c59 nblks = (st.st_size + IMGBLK) / IMGBLK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dmktree.c59 nblks = (st.st_size + IMGBLK) / IMGBLK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dcompat.h55 compat_off_t st_size; member in struct:compat_stat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-plist.c87 psong->file_size = stat->st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c414 endofpage = st.st_size;
437 temp2out( tempfd, tempfile, st.st_size );
489 temp2out( tempfd, tempfile, st.st_size - psinfo.pages.end );
490 } else temp2out( tempfd, tempfile, st.st_size - psinfo.trailer );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c530 off_t st_size; local
587 st_size = ad_size(ofork->of_ad, eid);
589 if (st_size > size &&
590 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0)
594 if (st_size > size)
595 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, size, st_size -size, ofork->of_refnum);
601 st_size = ad_size(ofork->of_ad, eid);
603 if (st_size > size &&
604 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0) {
608 if (st_size > siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c530 off_t st_size; local
587 st_size = ad_size(ofork->of_ad, eid);
589 if (st_size > size &&
590 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0)
594 if (st_size > size)
595 ad_tmplock(ofork->of_ad, eid, ADLOCK_CLR, size, st_size -size, ofork->of_refnum);
601 st_size = ad_size(ofork->of_ad, eid);
603 if (st_size > size &&
604 ad_tmplock(ofork->of_ad, eid, ADLOCK_WR, size, st_size -size, ofork->of_refnum) < 0) {
608 if (st_size > siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestsmbc.c287 (int)st2.st_size, st2.st_mode);
290 (int)st1.st_size, st1.st_mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c698 space_to_write = len - st.st_size;
705 if (st.st_size == len)
709 if (st.st_size > len)
713 if (SMB_VFS_LSEEK(fsp, fd, st.st_size, SEEK_SET) != st.st_size)
716 space_to_write = len - st.st_size;
785 if (st.st_size == len) {
790 if (st.st_size > len) {
H A Dvfs.c546 if (len == (SMB_BIG_UINT)st.st_size)
549 if (len < (SMB_BIG_UINT)st.st_size) {
553 fsp->fsp_name, (double)st.st_size ));
567 len -= st.st_size;
575 fsp->fsp_name, (double)st.st_size, (double)len, (double)space_avail ));
H A Dfake_file.c67 fsp->size = psbuf->st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib582.c266 fprintf(stderr, "Set to upload %d bytes\n", (int)file_info.st_size);
292 easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)file_info.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Disc.c79 if ((statbuf.st_size <= lease_file_size) &&
83 lease_file_size = statbuf.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c28 if (info.st_size > 0) {
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dfile.c375 data->state.resume_from = (curl_off_t)file_stat.st_size;
471 expected_size = statbuf.st_size;
538 data->state.resume_from += (curl_off_t)statbuf.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dprofiles.c613 base = mmap(NULL, sbuf.st_size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0);
648 if (verbose) fprintf(stdout, "Registry file size: %u\n", (unsigned int)sbuf.st_size);
734 munmap(base, sbuf.st_size);

Completed in 514 milliseconds

12345678910