Searched refs:SETUP_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
1761 #define SETUP_BUFFER_SIZE 200 macro1762 static char setup_buffer[SETUP_BUFFER_SIZE];1784 strncpy(p1, str, SETUP_BUFFER_SIZE - strlen(setup_buffer)); in wd33c93_setup()1785 setup_buffer[SETUP_BUFFER_SIZE - 1] = '\0'; in wd33c93_setup()
1813 #define SETUP_BUFFER_SIZE 200 macro1814 static char setup_buffer[SETUP_BUFFER_SIZE];1823 strlcpy(setup_buffer, str, SETUP_BUFFER_SIZE); in in2000_setup()