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

FreeBSD Manual Pages

  
 
  

home | help
bl_vcf_parse_field_spec(3) Library Functions Manual bl_vcf_parse_field_spec(3)

NAME
       bl_vcf_parse_field_spec() - Convert comma-separated fields to bitmask

LIBRARY
       #include	<biolibc/vcf.h>
       -lbiolibc -lxtend

SYNOPSIS
       vcf_field_mask_t	   bl_vcf_parse_field_spec(char	*spec)

ARGUMENTS
       spec    Character string	containing comma-separated field list

DESCRIPTION
       Convert a comma-separated list of VCF fields to a field bit mask

RETURN VALUES
       A vcf_field_mask_t value	with bits set for specified fields

SEE ALSO
       vcf_read_call(3), vcf_write_call(3)

						    bl_vcf_parse_field_spec(3)

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

home | help