HomeSort by: relevance | last modified time | path
    Searched defs:prop_object_copyout (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libprop/
prop_kern.c 521 prop_object_copyout(struct plistref *pref, prop_object_t obj) function in typeref:typename:int
550 __strong_alias(prop_array_copyout, prop_object_copyout)
551 __strong_alias(prop_dictionary_copyout, prop_object_copyout)
559 return prop_object_copyout(pref, obj);
prop_kern.c 521 prop_object_copyout(struct plistref *pref, prop_object_t obj) function in typeref:typename:int
550 __strong_alias(prop_array_copyout, prop_object_copyout)
551 __strong_alias(prop_dictionary_copyout, prop_object_copyout)
559 return prop_object_copyout(pref, obj);
prop_kern.c 521 prop_object_copyout(struct plistref *pref, prop_object_t obj) function in typeref:typename:int
550 __strong_alias(prop_array_copyout, prop_object_copyout)
551 __strong_alias(prop_dictionary_copyout, prop_object_copyout)
559 return prop_object_copyout(pref, obj);

Completed in 265 milliseconds