dpkg 1.21.11
Functions
File descriptor I/O
Collaboration diagram for File descriptor I/O:

Functions

ssize_t fd_read (int fd, void *buf, size_t len)
 
ssize_t fd_write (int fd, const void *buf, size_t len)
 
int fd_allocate_size (int fd, off_t offset, off_t len)
 

Detailed Description

Function Documentation

◆ fd_allocate_size()

int fd_allocate_size ( int  fd,
off_t  offset,
off_t  len 
)

◆ fd_read()

ssize_t fd_read ( int  fd,
void *  buf,
size_t  len 
)

Referenced by meminfo_get_available_from_file(), parsedb_load(), read_info(), and tarfileread().

Here is the caller graph for this function:

◆ fd_write()

ssize_t fd_write ( int  fd,
const void *  buf,
size_t  len 
)

Referenced by dpkg_ar_member_put_header(), dpkg_ar_put_magic(), and log_message().

Here is the caller graph for this function: