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

/scfdot/
H A Dscfdot.c151 size_t str_sz; local
153 str_sz = strlen(str);
155 if (strlen(*bufp) + str_sz + 1 > *bufszp) {
156 *bufszp += str_sz;

Completed in 7 milliseconds