PMTAGSIZE
char dummy[PMTAGSIZE + 1];
char ac_tag[PMTAGSIZE + 1]; /* PM tag */
if (strlen(p) > PMTAGSIZE) {
p[PMTAGSIZE] = '\0';
if (strlen(pmtag) > PMTAGSIZE) {
pmtag[PMTAGSIZE] = '\0';
char t_tag[PMTAGSIZE + 1]; /* PM tag */
if (strlen(pmtag) > PMTAGSIZE) {
pmtag[PMTAGSIZE] = '\0';
char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */
if (strlen(p) > PMTAGSIZE) {
p[PMTAGSIZE] = '\0';
char pm_tag[PMTAGSIZE + 1]; /* port monitor's tag */