make_string_from_bytes 333 src/doc.c return make_string_from_bytes (get_doc_string_buffer + offset, make_string_from_bytes 161 src/editfns.c return make_string_from_bytes ((char *) str, 1, len); make_string_from_bytes 1649 src/gnutls.c Lisp_Object result = make_string_from_bytes ((char *) out.data, out.size, make_string_from_bytes 4332 src/lisp.h extern Lisp_Object make_string_from_bytes (const char *, ptrdiff_t, ptrdiff_t); make_string_from_bytes 179 src/print.c Lisp_Object string = make_string_from_bytes (print_buffer.buffer, make_string_from_bytes 3783 test/manual/etags/c-src/emacs/src/lisp.h extern Lisp_Object make_string_from_bytes (const char *, ptrdiff_t, ptrdiff_t);