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

FreeBSD Manual Pages

  
 
  

home | help
xt_dsv_li..._delims_ae(3)  Library Functions Manual  xt_dsv_li..._delims_ae(3)

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

SYNOPSIS
       int     xt_dsv_line_set_delims_ae(xt_dsv_line_t *xt_dsv_line_ptr, size_t	c, char	 new_delims_element)

ARGUMENTS
       xt_dsv_line_ptr	  Pointer to the structure to set
       c	       Subscript to the	delims array
       new_delims_element The new value	for delims[c]

DESCRIPTION
       Mutator for an array element of delims member in	a xt_dsv_line_t	struc-
       ture.   Use  this  function  to	set  xt_dsv_line_ptr->delims[c]	 in  a
       xt_dsv_line_t object from non-member functions.

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

EXAMPLES
       xt_dsv_line_t	  xt_dsv_line;
       size_t	       c;
       char *	       new_delims_element;

       if ( xt_dsv_line_set_delims_ae(&xt_dsv_line, c, new_delims_element)
	       == DSV_DATA_OK )
       {
       }

SEE ALSO
       DSV_LINE_SET_DELIMS_AE(3)

						     xt_dsv_li..._delims_ae(3)

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

home | help