Lines Matching refs:property_key
19 char *property_key; /* property key string */
36 if (strncmp(sp1->property_key, "*", 1) == 0)
38 if (strncmp(sp2->property_key, "*", 1) == 0)
41 size_t L1 = strlen(sp1->property_key);
42 size_t L2 = strlen(sp2->property_key);
59 if (!strcmp(spec_arr[jj].property_key,
60 curr_spec->property_key)) {
68 path, curr_spec->property_key,
75 path, curr_spec->property_key);
125 spec_arr[nspec].property_key = prop;
239 free(spec->property_key);
265 if (strncmp(spec_arr[i].property_key, key,
266 strlen(spec_arr[i].property_key)) == 0) {
269 if (strncmp(spec_arr[i].property_key, "*", 1) == 0)
299 if (strcmp(spec_arr[i].property_key, key) == 0)
301 if (strcmp(spec_arr[i].property_key, "*") == 0)