Searched refs:fmo_buf (Results 1 – 1 of 1) sorted by relevance
47 char *fmo_buf; member74 (void) memcpy(buf, fmp->fmo_buf, nbytes); in fmemopen_read()110 (void) memcpy(&fmp->fmo_buf[fmp->fmo_pos], buf, nbytes); in fmemopen_write()124 fmp->fmo_buf[fmp->fmo_lsize] = '\0'; in fmemopen_write()126 fmp->fmo_buf[fmp->fmo_alloc - 1] = '\0'; in fmemopen_write()166 if (fmp->fmo_buf != NULL && in fmemopen_free()168 free(fmp->fmo_buf); in fmemopen_free()216 fmp->fmo_buf = calloc(size, sizeof (uint8_t)); in fmemopen()217 if (fmp->fmo_buf == NULL) { in fmemopen()222 fmp->fmo_buf = buf; in fmemopen()[all …]