Searched refs:st_size (Results 151 - 175 of 245) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c193 file.st_size > 65536 )
458 path, file.st_size, file.st_mtime, m.duration, song.channels, song.bitrate, song.samplerate, m.date,
509 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * size: %jd\n", file.st_size);
614 path, name, file.st_size, file.st_mtime, m.date, m.resolution, thumb, m.creator, m.dlna_pn, m.mime);
652 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * size: %jd\n", file.st_size);
1094 path, file.st_size, file.st_mtime, m.duration,
H A Dinotify.c510 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
707 if( stat(path_buf, &st) == 0 && st.st_size > 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c1818 base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
1822 reader = xmlReaderForMemory(base, info.st_size, filename,
1961 munmap((char *) base, info.st_size);
2111 base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
2115 doc = htmlReadMemory((char *) base, info.st_size, filename,
2118 munmap((char *) base, info.st_size);
2224 base = mmap(NULL, info.st_size, PROT_READ, MAP_SHARED, fd, 0) ;
2229 doc = xmlReadMemory((char *) base, info.st_size,
2232 doc = xmlCtxtReadMemory(rectxt, (char *) base, info.st_size,
2235 munmap((char *) base, info.st_size);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c645 size = sbuf.st_size;
1095 size = sbuf.st_size;
1193 size = sbuf.st_size;
1992 size = st.st_size;
2201 if (startpos > sbuf.st_size)
2204 if (smb_maxcnt > (sbuf.st_size - startpos))
2205 smb_maxcnt = (sbuf.st_size - startpos);
2830 current_pos += sbuf.st_size;
4297 src_sbuf.st_size = 0;
4301 if (src_sbuf.st_size)
[all...]
H A Dfileio.c209 fsp->size = (SMB_BIG_UINT)st.st_size;
220 setup_write_cache(fsp, st.st_size);
H A Ddosmode.c139 if (sbuf->st_size > sbuf->st_blocks * (SMB_OFF_T)STAT_ST_BLOCKSIZE) {
H A Dopen.c335 fsp->size = psbuf->st_size;
1766 fsp->size = psbuf->st_size;
1825 fsp->size = psbuf->st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c782 if (!sb.st_size )
789 if (sb.st_size != POOLSIZE )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dinotify.c511 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
708 if( stat(path_buf, &st) == 0 && st.st_size > 0 )
H A Dmetadata.c364 path, file.st_size, file.st_mtime, duration, song.channels, song.bitrate, song.samplerate, date,
431 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * size: %jd\n", file.st_size);
541 path, name, file.st_size, file.st_mtime, date, m.resolution, thumb, cam, m.dlna_pn, m.mime);
586 //DEBUG DPRINTF(E_DEBUG, L_METADATA, " * size: %jd\n", file.st_size);
994 path, file.st_size, file.st_mtime, m.duration,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c500 if( (stat(path_buf, &st) == 0) && (st.st_blocks<<9 >= st.st_size) )
710 else if( event->mask & (IN_CLOSE_WRITE|IN_MOVED_TO) && st.st_size > 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c547 size = (buf.st_size + UM_KERN_PAGE_SIZE) & ~(UM_KERN_PAGE_SIZE - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c120 buflen = st.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/web/
H A Dcgi.c473 printf("Content-Length: %d\r\n\r\n", (int)st.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c298 *size = st.st_size;
430 sym->st_size = TO_NATIVE(sym->st_size);
1446 if (st.st_size != b->pos)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dcmd_vfs.c524 printf(" Size: %10u", (unsigned int)st.st_size);
590 printf(" Size: %10u", (unsigned int)st.st_size);
644 printf(" Size: %10u", (unsigned int)st.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c385 err |= put_user(stat->size, &statbuf->st_size);
743 long st_size; member in struct:stat64_emu31
771 tmp.st_size = stat->size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c787 /* The st_size field is valid only for regular files
793 && S_ISREG(file_stats.st_mode) && file_stats.st_size >= 0
795 if (file_stats.st_size < n_skip) {
796 n_skip -= file_stats.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dsvlogd.c593 if (st.st_size && !(st.st_mode & S_IXUSR)) {
607 /* st.st_size can be not just bigger, but WIDER!
608 * This code is safe: if st.st_size > 4GB, we select
610 ld->size = (st.st_size > ld->sizemax) ? ld->sizemax : st.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfile.c471 if (st->st_size > 0xffffffff)
474 aint = htonl( st->st_size );
550 aint = htonl(st->st_size >> 32);
553 aint = htonl(st->st_size);
1469 if ( offset >= st.st_size) {
1472 size = (st.st_size -offset > BUF)?BUF:st.st_size -offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfile.c467 if (st->st_size > 0xffffffff)
470 aint = htonl( st->st_size );
546 aint = htonl(st->st_size >> 32);
549 aint = htonl(st->st_size);
1472 if ( offset >= st.st_size) {
1475 size = (st.st_size -offset > BUF)?BUF:st.st_size -offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c721 if (st.st_size < EA_HEADER_SIZE) {
726 ea->ea_size = st.st_size;
727 ea->ea_data = malloc(st.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c723 if (st.st_size < EA_HEADER_SIZE) {
728 ea->ea_size = st.st_size;
729 ea->ea_data = malloc(st.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c668 if( sys_fstat( x_fileno( dbf ), &st ) == 0 && st.st_size > maxlog ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c197 return(st.st_size);

Completed in 265 milliseconds

12345678910