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

FreeBSD Manual Pages

  
 
  

home | help
xt_ff_dsv_..._set_delims(3) Library Functions Manual xt_ff_dsv_..._set_delims(3)

LIBRARY
     #include <xtend/ff-dsv.h>
     -lxtend

SYNOPSIS
     int     xt_ff_dsv_line_set_delims(xt_ff_dsv_line_t *xt_ff_dsv_line_ptr, char * new_delims)

ARGUMENTS
     xt_ff_dsv_line_ptr    Pointer to the structure to set
     new_delims      The new value for delims

DESCRIPTION
     Mutator  for delims member in a xt_ff_dsv_line_t structure.  Use this func-
     tion to set delims in a xt_ff_dsv_line_t object from non-member  functions.
     This  function performs a direct assignment for scalar or pointer structure
     members.  If delims is a pointer, data  previously  pointed  to  should  be
     freed before calling this function to avoid memory leaks.

RETURN VALUES
     DSV_DATA_OK    if	  the	 new	value	is   acceptable   and	assigned
     DSV_DATA_OUT_OF_RANGE otherwise

EXAMPLES
     xt_ff_dsv_line_t	   xt_ff_dsv_line;
     char *	     new_delims;

     if ( xt_ff_dsv_line_set_delims(&xt_ff_dsv_line, new_delims)
	     == DSV_DATA_OK )
     {
     }

SEE ALSO
     (3)

						     xt_ff_dsv_..._set_delims(3)

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

home | help