Searched refs:STR_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libdpv/
H A Ddialogrc.c43 #define STR_BUFSIZE 255 macro
48 char gauge_color[STR_BUFSIZE] = "47b"; /* (BLUE,WHITE,ON) */
49 char separator[STR_BUFSIZE] = "";
127 if ((option->value.str = malloc(STR_BUFSIZE)) == NULL)
140 snprintf(option->value.str, STR_BUFSIZE, "%s", val);
263 if ((option->value.str = malloc(STR_BUFSIZE)) == NULL)
272 snprintf(option->value.str, STR_BUFSIZE, "%s", value);
324 snprintf(gauge_color, STR_BUFSIZE, "%s",

Completed in 53 milliseconds