make_unibyte_string 2495 src/alloc.c        val = make_unibyte_string (contents, nbytes);
make_unibyte_string 2208 src/androidfns.c     string = make_unibyte_string (" ", 1);
make_unibyte_string  206 src/androidselect.c   string = make_unibyte_string ((char *) data, length);
make_unibyte_string  313 src/androidselect.c       tem = make_unibyte_string ((char *) data, length1);
make_unibyte_string  424 src/androidselect.c       return unbind_to (ref, make_unibyte_string (buffer, rc));
make_unibyte_string  460 src/androidselect.c   return unbind_to (ref, make_unibyte_string (buffer, rc));
make_unibyte_string  423 src/bignum.c     Lisp_Object result = make_unibyte_string (str, len);
make_unibyte_string 4924 src/buffer.c         Lisp_Object dirname = make_unibyte_string (pwd, len + add_slash);
make_unibyte_string 8433 src/coding.c   	    = make_unibyte_string ((char *) coding->destination,
make_unibyte_string 9590 src/coding.c                        ? make_unibyte_string (SSDATA (string), bytes)
make_unibyte_string 4416 src/comp.c           filename = DECODE_FILE (make_unibyte_string (file_normalized,
make_unibyte_string 2994 src/data.c           return make_unibyte_string (p, end - p);
make_unibyte_string 3001 src/data.c         return make_unibyte_string (buffer,
make_unibyte_string  288 src/dired.c          Lisp_Object name = make_unibyte_string (dp->d_name, len);
make_unibyte_string  579 src/dired.c          name = make_unibyte_string (dp->d_name, len);
make_unibyte_string  324 src/doc.c          return make_unibyte_string (get_doc_string_buffer + offset,
make_unibyte_string  173 src/editfns.c    return make_unibyte_string ((char *) &b, 1);
make_unibyte_string  847 src/emacs-module.c     = length == 0 ? empty_unibyte_string : make_unibyte_string (str, length);
make_unibyte_string 1574 src/emacs-module.c   env->make_unibyte_string = module_make_unibyte_string;
make_unibyte_string 3433 src/emacs.c          element = ((p - path) ? make_unibyte_string (path, p - path)
make_unibyte_string 1198 src/fileio.c   	      name = make_unibyte_string (SSDATA (name), SBYTES (name));
make_unibyte_string 1228 src/fileio.c   	    default_directory = make_unibyte_string (SSDATA (default_directory),
make_unibyte_string 1349 src/fns.c        ret = make_unibyte_string ((char *) buf, nchars);
make_unibyte_string 1411 src/fns.c            string = make_unibyte_string ((char *) str, bytes);
make_unibyte_string 3869 src/fns.c        encoded_string = make_unibyte_string (encoded, encoded_length);
make_unibyte_string 4081 src/fns.c          decoded_string = make_unibyte_string (decoded, decoded_length);
make_unibyte_string 5843 src/fns.c          return make_unibyte_string (SSDATA (digest), digest_size);
make_unibyte_string 6324 src/fns.c        Vyes_or_no_prompt = make_unibyte_string ("(yes or no) ", strlen ("(yes or no) "));
make_unibyte_string 4669 src/font.c       return Fintern (make_unibyte_string (name, 4), Qnil);
make_unibyte_string 4809 src/font.c     		make_unibyte_string (device_table->DeltaValue, len));
make_unibyte_string 1768 src/fontset.c        set_fontset_ascii (fontset, make_unibyte_string (xlfd, len));
make_unibyte_string 2390 src/gnutls.c     Lisp_Object actual_iv = make_unibyte_string (vdata, vsize);
make_unibyte_string 2449 src/gnutls.c       output = make_unibyte_string (storage, storage_length);
make_unibyte_string 2551 src/gnutls.c     Lisp_Object actual_iv = make_unibyte_string (vdata, vend_byte - vstart_byte);
make_unibyte_string 2417 src/haikufns.c     string = make_unibyte_string (" ", 1);
make_unibyte_string  110 src/haikuselect.c       str = make_unibyte_string (dat, len);
make_unibyte_string 6062 src/image.c      Lisp_Object chars = make_unibyte_string (chars_start, chars_len), hash_code;
make_unibyte_string 6075 src/image.c        hash_lookup (table, make_unibyte_string (chars_start, chars_len), NULL);
make_unibyte_string 10055 src/image.c    		     Fcons (make_unibyte_string ((char *) ext->Bytes,
make_unibyte_string 12004 src/image.c          = Fbase64_encode_string (make_unibyte_string (contents, size), Qt);
make_unibyte_string  188 src/inotify.c        name = make_unibyte_string (ev->name, strnlen (ev->name, ev->len));
make_unibyte_string 4311 src/lisp.h     extern Lisp_Object make_unibyte_string (const char *, ptrdiff_t);
make_unibyte_string 4325 src/lisp.h       return make_unibyte_string (str, strlen (str));
make_unibyte_string 5568 src/lisp.h          : make_unibyte_string (str, len))
make_unibyte_string 2133 src/lread.c    	  string = make_unibyte_string (fn, fnlen);
make_unibyte_string 2873 src/lread.c           : call2 (Qchar_from_name, make_unibyte_string (name, name_len), Qt));
make_unibyte_string 3781 src/lread.c      return make_unibyte_string (str + start, to - start);
make_unibyte_string 4952 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 5869 src/pdumper.c    Vpdumper_fingerprint = make_unibyte_string ((char *) hexbuf,
make_unibyte_string 3137 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 7294 src/pgtkterm.c   *acc = Fcons (make_unibyte_string ((char const *) data, length), *acc);
make_unibyte_string 2610 src/process.c  	return make_unibyte_string (sockun->sun_path, name_length);
make_unibyte_string 6450 src/process.c        obj = make_unibyte_string (buf, len);
make_unibyte_string 6596 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 1859 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 9038 src/xfns.c         string = make_unibyte_string (" ", 1);
make_unibyte_string 2144 src/xselect.c        str = make_unibyte_string ((char *) data, size);
make_unibyte_string 6298 src/xterm.c      *acc = Fcons (make_unibyte_string ((char const *) data, length), *acc);
make_unibyte_string 20420 src/xterm.c    		inev.ie.arg = make_unibyte_string ((char *) copy_bufptr, nbytes);
make_unibyte_string 24152 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);