make_unibyte_string 2361 src/alloc.c val = make_unibyte_string (contents, nbytes); make_unibyte_string 423 src/bignum.c Lisp_Object result = make_unibyte_string (str, len); make_unibyte_string 4914 src/buffer.c Lisp_Object dirname = make_unibyte_string (pwd, len + add_slash); make_unibyte_string 8428 src/coding.c = make_unibyte_string ((char *) coding->destination, make_unibyte_string 9564 src/coding.c ? make_unibyte_string (SSDATA (string), bytes) make_unibyte_string 4414 src/comp.c filename = DECODE_FILE (make_unibyte_string (file_normalized, make_unibyte_string 3048 src/data.c return make_unibyte_string (p, end - p); make_unibyte_string 3055 src/data.c return make_unibyte_string (buffer, make_unibyte_string 247 src/dired.c Lisp_Object name = make_unibyte_string (dp->d_name, len); make_unibyte_string 538 src/dired.c name = make_unibyte_string (dp->d_name, len); make_unibyte_string 271 src/doc.c return make_unibyte_string (get_doc_string_buffer + offset, make_unibyte_string 169 src/editfns.c return make_unibyte_string ((char *) &b, 1); make_unibyte_string 804 src/emacs-module.c = length == 0 ? empty_unibyte_string : make_unibyte_string (str, length); make_unibyte_string 1473 src/emacs-module.c env->make_unibyte_string = module_make_unibyte_string; make_unibyte_string 3300 src/emacs.c element = ((p - path) ? make_unibyte_string (path, p - path) make_unibyte_string 1125 src/fileio.c name = make_unibyte_string (SSDATA (name), SBYTES (name)); make_unibyte_string 1155 src/fileio.c default_directory = make_unibyte_string (SSDATA (default_directory), make_unibyte_string 1338 src/fns.c ret = make_unibyte_string ((char *) buf, nchars); make_unibyte_string 1400 src/fns.c string = make_unibyte_string ((char *) str, bytes); make_unibyte_string 3833 src/fns.c encoded_string = make_unibyte_string (encoded, encoded_length); make_unibyte_string 4045 src/fns.c decoded_string = make_unibyte_string (decoded, decoded_length); make_unibyte_string 5807 src/fns.c return make_unibyte_string (SSDATA (digest), digest_size); make_unibyte_string 4643 src/font.c return Fintern (make_unibyte_string (name, 4), Qnil); make_unibyte_string 4783 src/font.c make_unibyte_string (device_table->DeltaValue, len)); make_unibyte_string 1741 src/fontset.c set_fontset_ascii (fontset, make_unibyte_string (xlfd, len)); make_unibyte_string 2229 src/gnutls.c Lisp_Object actual_iv = make_unibyte_string (vdata, vsize); make_unibyte_string 2284 src/gnutls.c output = make_unibyte_string (storage, storage_length); make_unibyte_string 2386 src/gnutls.c Lisp_Object actual_iv = make_unibyte_string (vdata, vend_byte - vstart_byte); make_unibyte_string 2363 src/haikufns.c string = make_unibyte_string (" ", 1); make_unibyte_string 110 src/haikuselect.c str = make_unibyte_string (dat, len); make_unibyte_string 5485 src/image.c Lisp_Object chars = make_unibyte_string (chars_start, chars_len), hash_code; make_unibyte_string 5498 src/image.c hash_lookup (table, make_unibyte_string (chars_start, chars_len), NULL); make_unibyte_string 9447 src/image.c Fcons (make_unibyte_string ((char *) ext->Bytes, make_unibyte_string 11393 src/image.c = Fbase64_encode_string (make_unibyte_string (contents, size), Qt); make_unibyte_string 184 src/inotify.c name = make_unibyte_string (ev->name, strnlen (ev->name, ev->len)); make_unibyte_string 4305 src/lisp.h extern Lisp_Object make_unibyte_string (const char *, ptrdiff_t); make_unibyte_string 4319 src/lisp.h return make_unibyte_string (str, strlen (str)); make_unibyte_string 5523 src/lisp.h : make_unibyte_string (str, len)) make_unibyte_string 1918 src/lread.c string = make_unibyte_string (fn, fnlen); make_unibyte_string 2625 src/lread.c : call2 (Qchar_from_name, make_unibyte_string (name, name_len), Qt)); make_unibyte_string 3531 src/lread.c return make_unibyte_string (str + start, to - start); make_unibyte_string 4691 src/lread.c : intern_driver (make_unibyte_string (str, len), make_unibyte_string 17 src/module-env-28.h emacs_value (*make_unibyte_string) (emacs_env *env, make_unibyte_string 3144 src/pgtkfns.c string = make_unibyte_string (" ", 1); make_unibyte_string 1276 src/pgtkselect.c str = make_unibyte_string ((char *) data, size); make_unibyte_string 5379 src/pgtkterm.c inev.ie.arg = make_unibyte_string ((char *) copy_bufptr, nbytes); make_unibyte_string 7295 src/pgtkterm.c *acc = Fcons (make_unibyte_string ((char const *) data, length), *acc); make_unibyte_string 2604 src/process.c return make_unibyte_string (sockun->sun_path, name_length); make_unibyte_string 6433 src/process.c obj = make_unibyte_string (buf, len); make_unibyte_string 6579 src/process.c coding->dst_object = make_unibyte_string (buf, len); make_unibyte_string 434 src/sqlite.c v = make_unibyte_string (sqlite3_column_blob (stmt, i), make_unibyte_string 445 src/sqlite.c (make_unibyte_string ((const char *)sqlite3_column_text (stmt, i), make_unibyte_string 1861 src/timefns.c return make_unibyte_string (buf, len); make_unibyte_string 530 src/w16select.c message3 (make_unibyte_string (no_mem_msg, sizeof (no_mem_msg) - 1)); make_unibyte_string 533 src/w16select.c message3 (make_unibyte_string (binary_msg, sizeof (binary_msg) - 1)); make_unibyte_string 536 src/w16select.c message3 (make_unibyte_string (system_error_msg, sizeof (system_error_msg) - 1)); make_unibyte_string 609 src/w16select.c ret = make_unibyte_string ((char *) htext, truelen); make_unibyte_string 7538 src/w32.c tem = make_unibyte_string (uname, ulength); make_unibyte_string 7543 src/w32.c tem = make_unibyte_string (gname, glength); make_unibyte_string 10108 src/w32.c retval = DECODE_SYSTEM (make_unibyte_string (pvalue, vsize)); make_unibyte_string 10140 src/w32.c retval = make_unibyte_string (expanded, produced - 1); make_unibyte_string 10145 src/w32.c retval = make_unibyte_string (pvalue, vsize); make_unibyte_string 10172 src/w32.c val = Fcons (DECODE_SYSTEM (make_unibyte_string (p, slen)), val); make_unibyte_string 689 src/w32inevt.c = make_unibyte_string ((char *)fni->FileName, make_unibyte_string 3444 src/w32proc.c return make_unibyte_string (full_name, got_full - 1); make_unibyte_string 3608 src/w32term.c = make_unibyte_string ((char *)fni->FileName, make_unibyte_string 8757 src/xfns.c string = make_unibyte_string (" ", 1); make_unibyte_string 1814 src/xselect.c str = make_unibyte_string ((char *) data, size); make_unibyte_string 6129 src/xterm.c *acc = Fcons (make_unibyte_string ((char const *) data, length), *acc); make_unibyte_string 20085 src/xterm.c inev.ie.arg = make_unibyte_string ((char *) copy_bufptr, nbytes); make_unibyte_string 23786 src/xterm.c inev.ie.arg = make_unibyte_string (copy_bufptr, nbytes); make_unibyte_string 3769 test/manual/etags/c-src/emacs/src/lisp.h extern Lisp_Object make_unibyte_string (const char *, ptrdiff_t); make_unibyte_string 3776 test/manual/etags/c-src/emacs/src/lisp.h return make_unibyte_string (str, strlen (str)); make_unibyte_string 272 test/src/emacs-module-resources/mod-test.c return env->make_unibyte_string (env, string, 7); make_unibyte_string 737 test/src/emacs-module-resources/mod-test.c : env->make_unibyte_string (env, buffer, length);