Home | History | Annotate | Download | only in src

Lines Matching full:augmentation

5521     const char *augmentation;
5596 const char *const augmentation = (const char *) readp;
5619 if (strcmp (augmentation, "eh") == 0)
5633 " augmentation: \"%s\"\n",
5635 version, augmentation);
5646 if (augmentation[0] == 'z')
5653 error (0, 0, gettext ("invalid augmentation length"));
5658 const char *hdr = "Augmentation data:";
5659 const char *cp = augmentation + 1;
5660 while (*cp != '\0' && cp < augmentation + augmentationlen + 1)
5717 newp->augmentation = augmentation;
5799 if (cie->augmentation[0] == 'z')
5808 error (0, 0, gettext ("invalid augmentation length"));
5815 const char *hdr = "Augmentation data:";
5816 const char *cp = cie->augmentation + 1;
5819 && cp < cie->augmentation + augmentationlen + 1)