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