Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
openreadclose(3)	    Library Functions Manual		openreadclose(3)

NAME
     openreadclose - read a whole file into a stralloc

SYNTAX
     #include <libowfat/openreadclose.h>

     ssize_t openreadclose(const char *filename,
		stralloc* sa,size_t bufsize);

DESCRIPTION
     openreadclose  opens the file filename for reading and reads the whole con-
     tent into the stralloc sa.  The file is read in  chunks  of  bufsize  bytes
     size.  If everything worked fine, openreadclose returns 1.  If the file did
     not  exist,  openreadclose  returns 0.  On every other error, openreadclose
     returns -1 and sets errno appropriately.

SEE ALSO
     open_read(3), readclose(3)

								openreadclose(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_openreadclose&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help