Lines Matching defs:labels
734 * \param labels An array containing \a items strings.
746 * initialized with the first entry of labels.
755 * labels is empty, or longer than 63 bytes, or total length of the labels
772 const char *const labels[])
778 if (info == NULL || labels == NULL)
788 bytes += strlen(labels[i]) + 1;
798 strcpy(p, labels[i]);
799 p += strlen(labels[i]) + 1;
932 const char *const labels[])
936 assert(ctl && id && id->name[0] && labels);
941 items, labels);