buffer_putsflush(3) debian man page | unix.com

Man Page: buffer_putsflush

Operating Environment: debian

Section: 3

buffer_putsflush(3)					     Library Functions Manual					       buffer_putsflush(3)

NAME
buffer_putsflush - write ASCIIZ string to buffer and flush
SYNTAX
#include <buffer.h> int buffer_putsflush(buffer* b,const char* x);
DESCRIPTION
buffer_putsflush is like buffer_putflush with len determined as the number of bytes before the first in x.
SEE ALSO
buffer_put(3), buffer_flush(3), buffer(3) buffer_putsflush(3)
Related Man Pages
ldns_buffer_write_u16_at(3) - centos
ldns_buffer_read_u16_at(3) - debian
ldns_buffer_read_u32_at(3) - debian
ldns_buffer_read_u8(3) - debian
ldns_buffer_write_at(3) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com