stralloc_ready man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

stralloc_ready(3)					     stralloc_ready(3)

NAME
       stralloc_ready - provide space in a stralloc

SYNTAX
       #include <stralloc.h>

       int stralloc_ready(stralloc* sa,size_t len);

DESCRIPTION
       stralloc_ready  makes  sure  that sa has enough space allocated to hold
       len bytes: If sa is not allocated, stralloc_ready  allocates  at	 least
       len  bytes of space, and returns 1. If sa is already allocated, but not
       enough to hold len bytes, stralloc_ready allocates at least  len	 bytes
       of  space,  copies  the	old  string  into the new space, frees the old
       space, and returns 1. Note that this changes sa.s.

       If stralloc_ready runs out of memory, it leaves sa alone and returns 0.

RETURN VALUE
       1 for success, 0 on memory allocation failure.

SEE ALSO
       stralloc_readyplus(3)

							     stralloc_ready(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net