Searched refs:new_string (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dsetenv.c145 char *new_string = (char *) malloc (namelen + 1 + vallen); local
146 if (new_string == NULL)
151 *ep = new_string;
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Ddemo_defkey.c125 really_define_key(WINDOW *win, const char *new_string, int code) argument
153 vis_string = visible(new_string);
154 if ((rc = key_defined(new_string)) > 0) {
157 } else if (new_string != 0 && rc < 0) {
161 rc = define_key(new_string, code);
165 } else if (new_string != 0) {
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dtext.rb277 new_string = ''
281 new_string << new_line
283 new_string.strip! unless indentfirstline
284 return new_string
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_tree.c657 char *new_string; local
668 new_string = strdup(new_name);
669 if (!new_string)
710 node->name = new_string;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c1181 Lisp_Object new_string;
1187 new_string = make_uninit_multibyte_string (nchars, nbytes);
1188 bcopy (SDATA (string), SDATA (new_string),
1191 str_as_multibyte (SDATA (new_string), nbytes,
1193 string = new_string;
1175 Lisp_Object new_string; variable
/macosx-10.10.1/patch_cmds-17/diffstat/
H A Ddiffstat.c436 new_string(const char *s) function
464 init_data(r, new_string(name), 0, base);
739 char *trim = new_string(target);

Completed in 152 milliseconds