Searched refs:fsize (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dftpupload.c73 curl_off_t fsize; local
84 fsize = (curl_off_t)file_info.st_size;
86 printf("Local file size: %" CURL_FORMAT_CURL_OFF_T " bytes.\n", fsize);
121 (curl_off_t)fsize);
/macosx-10.9.5/Security-55471.14.18/utilities/SecurityTool/
H A Dreadline.c168 off_t fsize = lseek(fd, 0, SEEK_END); local
169 if (fsize == (off_t)-1) {
174 if (fsize > (off_t)INT32_MAX) {
175 fprintf(stderr, "file %s too large %llu bytes", path, fsize);
179 data = CFDataCreateMutable(kCFAllocatorDefault, (CFIndex)fsize);
180 CFDataSetLength(data, (CFIndex)fsize);
183 while (total_read < fsize) {
186 bytes_read = pread(fd, buf, (size_t)(fsize - total_read), total_read);
224 off_t fsize = CFDataGetLength(data); local
227 while (total_write < fsize) {
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Ddirectories.pm206 my $fsize = "";
208 $fsize = $file{'size'} ? sprintf("%7s", $file{'size'}) : sprintf("%7d", 4096);
211 $fsize = sprintf("%7d", length $file{'content'});
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_asis.c99 apr_off_t fsize = r->finfo.size - pos; local
102 while (fsize > AP_MAX_SENDFILE) {
106 fsize -= AP_MAX_SENDFILE;
108 b->length = (apr_size_t)fsize; /* Resize just the last bucket */
/macosx-10.9.5/file-46/file/src/
H A Delfclass.h42 fsize, &flags) == -1)
52 fsize, &flags, elf_getu16(swap, elfhdr.e_shnum))
H A Dreadelf.c292 int num, size_t size, off_t fsize, int *flags)
325 if (xph_offset > fsize) {
1015 int num, size_t size, off_t fsize, int *flags, int sh_num)
1061 if (xph_offset > fsize) {
1138 off_t fsize; local
1168 fsize = st.st_size;
291 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags) argument
1014 dophn_exec(struct magic_set *ms, int clazz, int swap, int fd, off_t off, int num, size_t size, off_t fsize, int *flags, int sh_num) argument
/macosx-10.9.5/xar-202/xar/lib/
H A Dio.c158 int64_t fsize = 0; local
167 fsize = strtoll(opt, NULL, 10);
168 if( ((fsize == LLONG_MAX) || (fsize == LLONG_MIN)) && (errno == ERANGE) ) {
173 return fsize;
401 int64_t fsize, inc = 0, seekoff; local
428 fsize = get_length(p);
429 if( fsize == 0 )
431 if( fsize < 0 )
442 if( fsize
513 int64_t fsize, inc = 0, seekoff, writesize=0; local
[all...]
H A Dio.h68 int64_t fsize; member in struct:xar_stream_state
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DOTATrustUtilities.c140 off_t fsize = lseek(fd, 0, SEEK_END); local
141 if (fsize == (off_t)-1)
146 if (fsize > (off_t)INT32_MAX)
151 data = CFDataCreateMutable(kCFAllocatorDefault, (CFIndex)fsize);
157 CFDataSetLength(data, (CFIndex)fsize);
165 while (total_read < fsize)
169 bytes_read = pread(fd, buf, (size_t)(fsize - total_read), total_read);
627 off_t fsize = lseek(*out_fd, 0, SEEK_END); local
628 if (fsize == (off_t)-1)
633 if (fsize > (off_
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/style/
H A Das.tcl152 set fsize -12
158 set fsize 9
164 set fsize 11
170 font create ASfontFixed -size $fsize -family $ffamily
171 font create ASfontFixedBold -size $fsize -family $ffamily -weight bold
174 set ifsize [expr {$fsize + ($i * (($fsize > 0) ? 1 : -1))}]
179 -size $fsize -family $ffamily -weight bold
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_unix.c84 long fsize; local
85 return ((fsize = lseek((int) fd, 0, SEEK_END)) < 0 ? 0 : fsize);
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dvimball.vim257 " let fsize = getline(linenr+1)+0
258 let fsize = substitute(getline(linenr+1),'^\(\d\+\).\{-}$','\1','')+0
261 " call Decho("fname<".fname."> fsize=".fsize." filecnt=".filecnt)
264 echomsg "extracted <".fname.">: ".fsize." lines"
266 echomsg "would extract <".fname.">: ".fsize." lines"
269 " call Decho("using L#".(linenr+1).": fsize=".fsize)
307 let lastline = linenr + fsize - 1
345 " call Decho("update linenr= [linenr=".linenr."] + [fsize
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dfuzzer.c45 static unsigned long fnum, fcur, fsize; variable
73 fsize = 0;
83 fsize = 0;
134 if (fuzzer_size_trigger(&fsize)) {
136 } else if (fuzzer_size_trigger(&fsize)) {
138 } else if (fuzzer_size_trigger(&fsize)) {
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-fuzzer.c68 static unsigned long fnum, fcur, fsize; variable
96 fsize = 0;
106 fsize = 0;
157 if (fuzzer_size_trigger(&fsize)) {
159 } else if (fuzzer_size_trigger(&fsize)) {
161 } else if (fuzzer_size_trigger(&fsize)) {
/macosx-10.9.5/less-23/less/
H A Dch.c69 POSITION fsize; member in struct:filestate
78 #define ch_fsize thisfile->fsize
796 thisfile->fsize = NULL_POSITION;
877 printf(" file %d, flags %x, fpos %x, fsize %x, blk/off %x/%x\n",
879 fs->fsize, fs->block, fs->offset);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Darith.c243 int fsize = str- (char*)(*ptr); local
248 sfprintf(shp->stk,".sh.math.%.*s%c",fsize,*ptr,0);
256 if(fsize<=(sizeof(tp->fname)-2)) for(tp=shtab_math; *tp->fname; tp++)
260 if(tp->fname[1]==c && tp->fname[fsize+1]==0 && strncmp(&tp->fname[1],*ptr,fsize)==0)
/macosx-10.9.5/mail_cmds-29/mail/
H A Dedit.c120 mp->m_size = (long)fsize(fp);
H A Dextern.h139 off_t fsize(FILE *);
H A Dcollect.c398 if (fsize(fbuf) == 0) {
845 if (fsize(nf) == 0) {
986 if (fsize(fp) == 0)
H A Dlex.c136 mailsize = fsize(ibuf);
184 newsize = fsize(ibuf);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dftplistparser.c636 curl_off_t fsize; local
638 fsize = curlx_strtoofft(finfo->b_data+parser->item_offset, &p, 10);
639 if(p[0] == '\0' && fsize != CURL_OFF_T_MAX &&
640 fsize != CURL_OFF_T_MIN) {
642 parser->file_data->size = fsize;
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpd.c514 unsigned long fsize; local
524 fsize = strtoul(val, &endp, 10);
525 if ((fsize == ULONG_MAX && errno == ERANGE) || *endp) {
533 if (fsize > (unsigned long) 65535 * 65464) {
543 tftp_tsize = fsize;
545 * We will report this later -- either replying with the fsize (WRQ)
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c124 int fsize; /* size found for the log file */ member in struct:conf_entry
339 tempwork->fsize = -1;
358 tempwork->fsize = -1;
443 ent->fsize = sizefile(ent->log);
447 if (ent->fsize < 0) {
513 printf("size (Kb): %d [%d] ", ent->fsize, ent->trsize);
528 } else if ((ent->trsize > 0) && (ent->fsize >= ent->trsize)) {
1554 save_zipwork(ent, swork, ent->fsize, file1);
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_http.c554 apr_off_t bytes, bytes_spooled = 0, fsize = 0; local
615 fsize += bytes_written;
663 && fsize > AP_MAX_SENDFILE) {
666 while (fsize > AP_MAX_SENDFILE) {
671 fsize -= AP_MAX_SENDFILE;
673 e->length = (apr_size_t)fsize; /* Resize just the last bucket */
676 e = apr_bucket_file_create(tmpfile, 0, (apr_size_t)fsize, p,
/macosx-10.9.5/apache-786.1/httpd/modules/arch/win32/
H A Dmod_isapi.c1054 apr_off_t fsize; local
1074 fsize = tf->BytesToWrite;
1082 fsize = fi.size - tf->Offset;
1123 sent += (apr_uint32_t)fsize;
1124 apr_brigade_insert_file(bb, fd, tf->Offset, fsize, r->pool);

Completed in 506 milliseconds

12