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

/haiku/src/libs/mapm/
H A Dmapm_set.c87 static char *M_buf = NULL; variable
96 MAPM_FREE(M_buf);
97 M_buf = NULL;
167 if ((M_buf = (char *)MAPM_MALLOC(256)) == NULL)
178 if ((vp = MAPM_REALLOC(M_buf, M_lbuf)) == NULL)
185 M_buf = (char *)vp;
188 s = M_buf;
316 MAPM_FREE(M_buf);
317 M_buf = NULL;

Completed in 31 milliseconds