Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_string.c56 #define PS_F_MUTABLE 0x02 macro
145 if ((ps->ps_flags & PS_F_MUTABLE) == 0) { in _prop_string_free()
237 if ((flags & PS_F_MUTABLE) == 0) { in _prop_string_instantiate()
274 return (_prop_string_alloc(PS_F_MUTABLE)); in prop_string_create()
289 ps = _prop_string_alloc(PS_F_MUTABLE); in prop_string_create_cstring()
383 if ((ops->ps_flags & PS_F_MUTABLE) == 0) { in prop_string_copy()
394 return _prop_string_instantiate(PS_F_MUTABLE, cp, ops->ps_size); in prop_string_copy()
414 return _prop_string_instantiate(PS_F_MUTABLE, cp, ops->ps_size); in prop_string_copy_mutable()
443 if ((ps->ps_flags & PS_F_MUTABLE) == 0) in prop_string_value()
478 return ((ps->ps_flags & PS_F_MUTABLE) != 0); in prop_string_mutable()
[all …]