Home
last modified time | relevance | path

Searched refs:eb_buf (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libukcprog/libukcprog-1.0.2/src/
H A Debuf.c19 char *eb_buf; member
48 eb->eb_buf = buf;
72 return eb->eb_buf;
92 free(eb->eb_buf);
108 if ((eb->eb_buf = realloc(eb->eb_buf, size)) == NULL) {
116 memcpy(eb->eb_buf + eb->eb_pos, buf, count);
/dports/graphics/dia/dia-0.97.3/plug-ins/pstricks/
H A Drender_pstricks.c906 gchar eb_buf[DTOSTR_BUF_SIZE]; in export_pstricks() local
963 pstricks_dtostr(eb_buf,-extent->bottom * data->paper.scaling), in export_pstricks()