Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_dictionary.c550 _prop_dictionary_alloc(unsigned int capacity) in _prop_dictionary_alloc() function
674 return (_prop_dictionary_alloc(0)); in prop_dictionary_create()
685 return (_prop_dictionary_alloc(capacity)); in prop_dictionary_create_with_capacity()
708 pd = _prop_dictionary_alloc(opd->pd_count); in prop_dictionary_copy()