Query: bitmap_scnlistprintf
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BITMAP_SCNLISTPRINTF(9) Basic Kernel Library Functions BITMAP_SCNLISTPRINTF(9)NAMEbitmap_scnlistprintf - convert bitmap to list format ASCII stringSYNOPSISint bitmap_scnlistprintf(char * buf, unsigned int buflen, const unsigned long * maskp, int nmaskbits);ARGUMENTSbuf byte buffer into which string is placed buflen reserved size of buf, in bytes maskp pointer to bitmap to convert nmaskbits size of bitmap, in bitsDESCRIPTIONOutput format is a comma-separated list of decimal numbers and ranges. Consecutively set bits are shown as two hyphen-separated decimal numbers, the smallest and largest bit numbers set in the range. Output format is compatible with the format accepted as input by bitmap_parselist. The return value is the number of characters which were written to *buf excluding the trailing ' ', as per ISO C99's scnprintf.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_SCNLISTPRINTF(9)
| Related Man Pages |
|---|
| hwloc_bitmap_alloc_full(3) - debian |
| hwloc_bitmap_clr_range(3) - debian |
| hwloc_bitmap_clr(3) - debian |
| hwloc_bitmap_compare_first(3) - debian |
| hwloc_bitmap_copy(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| Docker learning Phase-I |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| [TIP] Processing YAML files with yq |