Searched refs:SETUP_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
1764 #define SETUP_BUFFER_SIZE 200 macro1765 static char setup_buffer[SETUP_BUFFER_SIZE];1787 strncpy(p1, str, SETUP_BUFFER_SIZE - strlen(setup_buffer)); in wd33c93_setup()1788 setup_buffer[SETUP_BUFFER_SIZE - 1] = '\0'; in wd33c93_setup()