Searched refs:key_prop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_ni.c70 static const char *dict_ni_do_lookup(char *path, char *key_prop, argument
86 msg_info("ni_lookup %s %s=%s", path, key_prop, key_value);
93 query = mymalloc(strlen(path) + strlen(key_prop) + 3 + strlen(key_value));
94 sprintf(query, "%s/%s=%s", path, key_prop, key_value);
/netbsd-current/usr.sbin/wgconfig/
H A Dwgconfig.c80 format_key(prop_object_t key_prop) argument
87 if (key_prop == NULL)
89 if (prop_object_type(key_prop) != PROP_TYPE_DATA)
92 key = prop_data_value(key_prop);
93 key_len = prop_data_size(key_prop);

Completed in 79 milliseconds