make_string_from_bytes  280 src/doc.c            return make_string_from_bytes (get_doc_string_buffer + offset,
make_string_from_bytes  157 src/editfns.c    return make_string_from_bytes ((char *) str, 1, len);
make_string_from_bytes 1616 src/gnutls.c     Lisp_Object result = make_string_from_bytes ((char *) out.data, out.size,
make_string_from_bytes 4326 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);