Searched refs:mybuf (Results 1 – 3 of 3) sorted by relevance
23 std::wbuffer_convert<std::codecvt_utf8<wchar_t> > mybuf(bytestream.rdbuf()); in main() local24 std::wostream mystr(&mybuf); in main()29 std::wbuffer_convert<std::codecvt_utf8<wchar_t> > mybuf(bytestream.rdbuf()); in main() local30 std::wistream mystr(&mybuf); in main()
307 /*@only@*/ /*@null@*/ unsigned char *mybuf = NULL; in yasm_bc_tobytes() local329 mybuf = yasm_xmalloc(bc->len*bc->mult_int); in yasm_bc_tobytes()330 destbuf = mybuf; in yasm_bc_tobytes()349 return mybuf; in yasm_bc_tobytes()
208 struct op_note * mybuf; in oprof_note_read() local217 mybuf = vmalloc(max); in oprof_note_read()218 if (!mybuf) in oprof_note_read()228 memcpy(mybuf, note_buffer, count); in oprof_note_read()234 if (count && copy_to_user(buf, mybuf, count)) in oprof_note_read()237 vfree(mybuf); in oprof_note_read()