firestring_estr_read(3) debian man page | unix.com

Man Page: firestring_estr_read

Operating Environment: debian

Section: 3

firestring_estr_read(3) 				     Library Functions Manual					   firestring_estr_read(3)

NAME
firestring_estr_read - read from a file descriptor into an estring
SYNOPSIS
#include <firestring.h> -lfirestring int firestring_estr_read(struct firestring_estr_t *estring, int fd)
DESCRIPTION
firestring_estr_read() read(2)'s as much data as is available from fd and will fit in estring onto the end of the data that is already there. It updates the length of the string accordingly.
RETURN VALUE
0 on success. 1 with errno set properly if read returns an error or indicates EOF. 2 if there is no space in the buffer for further reads.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-06-10 firestring_estr_read(3)
Related Man Pages
base32hex(n) - mojave
fgets(3) - redhat
base32(3tcl) - debian
base32hex(n) - suse
base32(n) - suse
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?