Searched refs:comkey (Results 1 – 6 of 6) sorted by relevance
30 COMPRV=${OBJ}/comkey
1124 if (cladatum->comkey) in class_destroy()1125 free(cladatum->comkey); in class_destroy()2052 cladatum->comkey = malloc(len2 + 1); in class_read()2053 if (!cladatum->comkey) in class_read()2055 rc = next_entry(cladatum->comkey, fp, len2); in class_read()2058 cladatum->comkey[len2] = 0; in class_read()2061 cladatum->comkey); in class_read()2063 ERR(fp->handle, "unknown common %s", cladatum->comkey); in class_read()
457 if (class->comkey) { in class_copy_callback()458 new_class->comkey = strdup(class->comkey); in class_copy_callback()459 if (!new_class->comkey) { in class_copy_callback()466 new_class->comkey); in class_copy_callback()469 new_class->comkey); in class_copy_callback()
923 if (cladatum->comkey) in class_write()924 len2 = strlen(cladatum->comkey); in class_write()951 if (cladatum->comkey) { in class_write()952 items = put_entry(cladatum->comkey, 1, len2, fp); in class_write()
109 char *comkey; /* common name */ member
594 cladatum->comkey = id; in define_av_perms()