Searched refs:b_size (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dinput.h57 size_t b_size; /* How big the buffer is. */ member in struct:BSTREAM
H A Dinput.c171 bp->b_size = bufsize;
456 nr = zread (bp->b_fd, bp->b_buffer, bp->b_size);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftplistparser.c400 parser->file_data->b_size = FTP_BUFFER_ALLOCSIZE;
408 if(finfo->b_used >= finfo->b_size - 1) {
411 finfo->b_size + FTP_BUFFER_ALLOCSIZE);
413 finfo->b_size += FTP_BUFFER_ALLOCSIZE;
/macosx-10.10/hfs-285/fsck_hfs/
H A Dutilities.c139 if (bufhead.b_size != cnt)
140 errx(EEXIT, "Panic: lost %d buffers", bufhead.b_size - cnt);
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h253 size_t b_size; member in struct:curl_fileinfo
/macosx-10.10/top-100.1.2/
H A Dlibtop.c1756 mach_vm_size_t b_size = size; local
1759 kr = mach_vm_region(task, &b_addr, &b_size, VM_REGION_BASIC_INFO, (vm_region_info_t)&b_info, &count, &object_name);

Completed in 309 milliseconds