Searched refs:PMT_COUNTER_NAME_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance
1484 #define PMT_COUNTER_NAME_SIZE_BYTES 16 macro1522 char name[PMT_COUNTER_NAME_SIZE_BYTES];9538 if (strlen(name) >= PMT_COUNTER_NAME_SIZE_BYTES) { in parse_add_command_pmt()9539 printf("%s: name has to be at most %d characters long\n", __func__, PMT_COUNTER_NAME_SIZE_BYTES); in parse_add_command_pmt()