Lines Matching refs:LABEL_LEN
96 #define LABEL_LEN 30
108 char label[NLABELS][LABEL_LEN];
1741 strncpy(top->label[(g * 2) + l], (char *) buf, LABEL_LEN - 1);
1742 top->label[(g * 2) + l][LABEL_LEN - 1] = '\0';
2060 strncpy(top.label[G1L1], name, LABEL_LEN - 1);
2061 top.label[G1L1][LABEL_LEN - 1] = '\0';
2062 strncpy(top.label[G1L2], name2, LABEL_LEN - 1);
2063 top.label[G1L2][LABEL_LEN - 1] = '\0';
2067 strncpy(top.label[CENTER], name, LABEL_LEN - 1);
2068 top.label[CENTER][LABEL_LEN - 1] = '\0';