Home
last modified time | relevance | path

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); in M_free_all_set()
97 M_buf = NULL; in M_free_all_set()
167 if ((M_buf = (char *)MAPM_MALLOC(256)) == NULL) in m_apm_set_string()
178 if ((vp = MAPM_REALLOC(M_buf, M_lbuf)) == NULL) in m_apm_set_string()
185 M_buf = (char *)vp; in m_apm_set_string()
188 s = M_buf; in m_apm_set_string()
316 MAPM_FREE(M_buf); in m_apm_set_string()
317 M_buf = NULL; in m_apm_set_string()