FreeBSD Manual Pages
xt_dsv_lin...fields_cpy(3) Library Functions Manual xt_dsv_lin...fields_cpy(3) LIBRARY #include <xtend/dsv.h> -lxtend SYNOPSIS int xt_dsv_line_set_fields_cpy(xt_dsv_line_t *xt_dsv_line_ptr, char ** new_fields, size_t array_size) ARGUMENTS xt_dsv_line_ptr Pointer to the structure to set new_fields The new value for fields array_size Size of the fields array. DESCRIPTION Mutator for fields member in a xt_dsv_line_t structure. Use this func- tion to set fields in a xt_dsv_line_t object from non-member functions. This function copies the array pointed to by new_fields to xt_dsv_line_ptr->fields. 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; char ** new_fields; size_t array_size; if ( xt_dsv_line_set_fields_cpy(&xt_dsv_line, new_fields, array_size) == DSV_DATA_OK ) { } SEE ALSO DSV_LINE_SET_FIELDS(3) xt_dsv_lin...fields_cpy(3)
LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | RETURN VALUES | EXAMPLES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xt_dsv_line_set_fields_cpy&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>