Searched refs:bitcmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dsetmode.c58 #define SET_LEN 6 /* initial # of bitcmd struct to malloc */
59 #define SET_LEN_INCR 4 /* # of bitcmd structs to add as needed */
61 typedef struct bitcmd { struct
81 * Given the old mode and an array of bitcmd structures, apply the operations
82 * described in the bitcmd structures to the old mode, and return the new mode.
434 * Given an array of bitcmd structures, compress by compacting consecutive

Completed in 54 milliseconds