Searched refs:LABEL_LEN (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c96 #define LABEL_LEN 30 macro
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
[all...]

Completed in 6 milliseconds