Lines Matching refs:property_key
19 char *property_key; /* property key string */ member
36 if (strncmp(sp1->property_key, "*", 1) == 0) in cmp()
38 if (strncmp(sp2->property_key, "*", 1) == 0) in cmp()
41 size_t L1 = strlen(sp1->property_key); in cmp()
42 size_t L2 = strlen(sp2->property_key); in cmp()
61 if (!strcmp(spec_arr[jj].property_key, in nodups_specs()
62 curr_spec->property_key)) { in nodups_specs()
70 curr_spec->property_key, in nodups_specs()
77 curr_spec->property_key); in nodups_specs()
123 spec_arr[nspec].property_key = prop; in process_line()
284 free(spec->property_key); in closef()
310 if (strncmp(spec_arr[i].property_key, key, in property_lookup()
311 strlen(spec_arr[i].property_key)) == 0) { in property_lookup()
314 if (strncmp(spec_arr[i].property_key, "*", 1) == 0) in property_lookup()
344 if (strcmp(spec_arr[i].property_key, key) == 0) in lookup_exact_match()
346 if (strcmp(spec_arr[i].property_key, "*") == 0) in lookup_exact_match()