Searched refs:savestring (Results 1 - 25 of 93) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dsavestring.c0 /* savestring.c - function version of savestring for backwards compatibility */
30 /* Backwards compatibility, now that savestring has been removed from
33 savestring (const char *s) function
H A Dhistlib.h37 #ifndef savestring
38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
H A Drldefs.h118 #ifndef savestring
119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
H A Dtilde.c67 #if !defined (savestring)
68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
69 #endif /* !savestring */
298 r = savestring (fname);
346 return (savestring (filename));
406 dirname = savestring (filename);
H A Dhistory.c226 temp->line = string ? savestring (string) : string;
263 ret = savestring (ts);
339 hs->timestamp = savestring (string);
369 ts = hist->timestamp ? savestring (hist->timestamp) : hist->timestamp;
391 temp->line = savestring (line);
393 temp->timestamp = savestring (old_value->timestamp);
H A Dmacro.c257 _rl_with_macro_input (savestring (current_macro));
302 _rl_with_macro_input (savestring (current_macro));
H A Dhistexpand.c267 temp = savestring (search_string);
588 temp = word_spec ? savestring (word_spec) : savestring (event);
641 t = savestring (tstr);
666 t = savestring (tstr);
718 subst_lhs = savestring (search_string);
851 x = savestring (temp);
932 *output = savestring (hstring);
1070 *output = savestring (string);
1308 return (search_match ? savestring (search_matc
[all...]
H A Dmisc.c374 _rl_saved_line_for_history->line = savestring (rl_line_buffer);
443 lbuf = savestring (rl_line_buffer);
463 entry->line = savestring (rl_line_buffer);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dsavestring.c0 /* savestring.c - function version of savestring for backwards compatibility */
30 /* Backwards compatibility, now that savestring has been removed from
33 savestring (const char *s) function
H A Dhistlib.h37 #ifndef savestring
38 #define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x)) macro
H A Drldefs.h118 #ifndef savestring
119 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
H A Dtilde.c67 #if !defined (savestring)
68 #define savestring(x) strcpy ((char *)xmalloc (1 + strlen (x)), (x)) macro
69 #endif /* !savestring */
298 r = savestring (fname);
346 return (savestring (filename));
406 dirname = savestring (filename);
H A Dhistory.c226 temp->line = string ? savestring (string) : string;
263 ret = savestring (ts);
339 hs->timestamp = savestring (string);
369 ts = hist->timestamp ? savestring (hist->timestamp) : hist->timestamp;
391 temp->line = savestring (line);
393 temp->timestamp = savestring (old_value->timestamp);
H A Dmacro.c257 _rl_with_macro_input (savestring (current_macro));
302 _rl_with_macro_input (savestring (current_macro));
H A Dhistexpand.c265 temp = savestring (search_string);
583 temp = word_spec ? savestring (word_spec) : savestring (event);
636 t = savestring (tstr);
661 t = savestring (tstr);
713 subst_lhs = savestring (search_string);
846 x = savestring (temp);
927 *output = savestring (hstring);
1065 *output = savestring (string);
1303 return (search_match ? savestring (search_matc
[all...]
H A Dmisc.c376 _rl_saved_line_for_history->line = savestring (rl_line_buffer);
445 lbuf = savestring (rl_line_buffer);
465 entry->line = savestring (rl_line_buffer);
H A Dcomplete.c603 f = savestring (filename);
989 dn = savestring (new_full_pathname);
1258 lowest_common = savestring (matches[0]);
1880 fn = savestring (filename);
1995 saved_line_buffer = rl_line_buffer ? savestring (rl_line_buffer) : (char *)NULL;
2249 username = savestring (&text[first_char_loc]);
2448 filename = savestring (text);
2451 dirname = savestring (text);
2487 users_dirname = savestring (dirname);
2512 users_dirname = savestring (dirnam
[all...]
/netbsd-current/external/gpl2/gmake/dist/w32/
H A Dpathstuff.c196 rval = savestring(path, strlen(path));
237 rval = savestring(path, strlen(path));
250 rval = savestring(nutc_path, strlen(nutc_path));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlocation.c104 EL_LINESPEC (location)->spec_string = savestring (orig, p - orig);
499 return gdb::unique_xmalloc_ptr<char> (savestring (start + 1,
506 return gdb::unique_xmalloc_ptr<char> (savestring (start + 1,
523 return gdb::unique_xmalloc_ptr<char> (savestring (start,
543 return gdb::unique_xmalloc_ptr<char> (savestring (start, *inp - start));
657 char *saved = savestring (start + 1, *inp - start - 1);
664 char *saved = savestring (start + 1, *inp - start - 2);
711 return gdb::unique_xmalloc_ptr<char> (savestring (start, *inp - start));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlocation.c86 spec_string = savestring (orig, p - orig);
408 return gdb::unique_xmalloc_ptr<char> (savestring (start + 1,
415 return gdb::unique_xmalloc_ptr<char> (savestring (start + 1,
432 return gdb::unique_xmalloc_ptr<char> (savestring (start,
452 return gdb::unique_xmalloc_ptr<char> (savestring (start, *inp - start));
567 char *saved = savestring (start + 1, *inp - start - 1);
574 char *saved = savestring (start + 1, *inp - start - 2);
621 return gdb::unique_xmalloc_ptr<char> (savestring (start, *inp - start));
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-utils.h97 char *savestring (const char *ptr, size_t len);
H A Dcommon-utils.cc154 savestring (const char *ptr, size_t len)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-utils.h68 char *savestring (const char *ptr, size_t len);
/netbsd-current/external/gpl2/gmake/dist/
H A Dar.c69 *arname_p = savestring (name, p - name);
72 *memname_p = savestring (p + 1, end - (p + 1));
H A Drule.c176 targname = savestring ("(%.obj)", 7);
178 targname = savestring ("(%.o)", 5);
381 r->targets[0] = savestring (p->target, r->lens[0]);

Completed in 235 milliseconds

1234