_match
if (_match(op, "create")) {
} else if (_match(op, "map")) {
} else if (_match(op, "unmap")) {
} else if (_match(op, "info")) {
} else if (_match(op, "info_mapped")) {
} else if (_match(op, "modify")) {
} else if (_match(op, "restore")) {
if (_match(key, "interactive")) {
} else if (_match(key, "weak_keys_and_salt")) {
} else if (_match(key, "secure_erase")) {
} else if (_match(key, "protect_hidden")) {
} else if (_match(key, "fde")) {
} else if (_match(key, "use_backup_header")) {
} else if (_match(key, "allow_trim")) {
} else if (_match(key, "hidden_size_bytes")) {
} else if (_match(key, "retries")) {
} else if (_match(key, "timeout")) {
} else if (_match(key, "save_header_to_file")) {
} else if (_match(key, "header_from_file")) {
} else if (_match(key, "hidden_header_from_file")) {
} else if (_match(key, "sys")) {
} else if (_match(key, "passphrase")) {
} else if (_match(key, "h_passphrase")) {
} else if (_match(key, "new_passphrase")) {
} else if (_match(key, "dev")) {
} else if (_match(key, "map_name")) {
} else if (_match(key, "keyfiles")) {
} else if (_match(key, "h_keyfiles")) {
} else if (_match(key, "new_keyfiles")) {
} else if (_match(key, "prf_algo")) {
} else if (_match(key, "h_prf_algo")) {
} else if (_match(key, "new_prf_algo")) {
} else if (_match(key, "cipher_chain")) {
} else if (_match(key, "h_cipher_chain")) {
} else if (_match(key, "state_change_fn")) {
if (_match(key, "device")) {
} else if (_match(key, "cipher")) {
} else if (_match(key, "prf")) {
} else if (_match(key, "key_bits")) {
} else if (_match(key, "size")) {
} else if (_match(key, "iv_offset")) {
} else if (_match(key, "block_offset")) {
bit_ntest(const bitstr_t *_bitstr, size_t _start, size_t _stop, int _match)
_mask = (_match == 0) ? 0 : _BITSTR_MASK;
bit_ff_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, int _match)
_mask = _match ? 0 : _BITSTR_MASK;
#define bit_ff_at(_bitstr, _start, _nbits, _match, _resultp) \
*(_resultp) = bit_ff_at_((_bitstr), (_start), (_nbits), (_match))
int _match)
_mask = _match ? _BITSTR_MASK : 0;
#define bit_ff_area_at(_bitstr, _start, _nbits, _size, _match, _resultp) \
*(_resultp) = bit_ff_area_at_(_bitstr, _start, _nbits, _size, _match);
int _match = 0; \
if (_match == 0) { \
_match = 1; \
_match = 0; \