Lines Matching defs:pc_key
55 #define pc_key pc_u.u_key
103 return pc->pc_key;
128 if ((pc->pc_key = ppath_strdup(key)) == NULL) {
155 ppath_strfree(pc->pc_key);
377 ? prop_dictionary_get(o, pc->pc_key)
463 return prop_dictionary_set(po, pc->pc_key, v) ? 0 : ENOMEM;
482 return prop_dictionary_set(po, pc->pc_key, v) ? 0 : ENOMEM;
547 prop_dictionary_remove(po, pc->pc_key);
664 ? (prop_dictionary_remove(npo, pc->pc_key), true)
665 : prop_dictionary_set(npo, pc->pc_key, v);