Lines Matching +defs:val +defs:name
17 * information: Portions Copyright [yyyy] [name of copyright owner]
43 attr(const char *name, kva_t *kva, void *key, void *val)
45 attrval_t *attrval = val;
52 if (name != NULL) {
53 deflt_name = (char *)name;
66 * key = the key name of the attribute.
67 * where = pointer to where to return the name of
98 char *val = NULL;
131 if ((val = defread_r(defkey, defp)) != NULL) {
132 ret = strdup(val);