Home
last modified time | relevance | path

Searched refs:PD_F_IMMUTABLE (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/common/lib/libprop/
Dprop_dictionary.c97 #define PD_F_IMMUTABLE 0x01 /* dictionary is immutable */ macro
180 (((x)->pd_flags & PD_F_IMMUTABLE) != 0)
788 pd->pd_flags &= ~PD_F_IMMUTABLE; in prop_dictionary_copy_mutable()
803 pd->pd_flags |= PD_F_IMMUTABLE; in prop_dictionary_make_immutable()