Searched refs:comkey (Results 1 – 6 of 6) sorted by relevance
30 COMPRV=${OBJ}/comkey
1103 if (cladatum->comkey) in class_destroy()1104 free(cladatum->comkey); in class_destroy()2031 cladatum->comkey = malloc(len2 + 1); in class_read()2032 if (!cladatum->comkey) in class_read()2034 rc = next_entry(cladatum->comkey, fp, len2); in class_read()2037 cladatum->comkey[len2] = 0; in class_read()2040 cladatum->comkey); in class_read()2042 ERR(fp->handle, "unknown common %s", cladatum->comkey); in class_read()
420 if (class->comkey) { in class_copy_callback()421 new_class->comkey = strdup(class->comkey); in class_copy_callback()422 if (!new_class->comkey) { in class_copy_callback()429 new_class->comkey); in class_copy_callback()432 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
498 cladatum->comkey = id; in define_av_perms()