Lines Matching refs:desc_string
141 char **desc_string)
143 *desc_string = NULL;
149 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE);
150 if (*desc_string == NULL) {
158 free(*desc_string);
159 *desc_string = NULL;
187 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE,
195 *desc_string);
217 strncat(*desc_string, property_desc,
218 SECTION_DESC_STRING_SIZE - strlen(*desc_string) - 1);
220 if (property_desc_len + strlen(*desc_string) >=
223 *desc_string);