| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | captoinfo.c | 124 save_string(char *d, const char *const s) in save_string() function 143 return save_string(s, temp); in save_char() 216 dp = save_string(dp, "%\'"); in cvtchar() 220 dp = save_string(dp, "%{"); in cvtchar() 243 dp = save_string(dp, "%p"); in getparm() 250 dp = save_string(dp, "%Pa"); in getparm() 252 dp = save_string(dp, "%ga"); in getparm() 263 dp = save_string(dp, "%{96}%^"); in getparm() 267 dp = save_string(dp, "%{127}%^"); in getparm() 330 dp = save_string(dp, "%i"); in _nc_captoinfo() [all …]
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | make-relative-prefix.c | 98 static char *save_string (const char *, int); 103 save_string (const char *s, int len) in save_string() function 153 dirs[num_dirs++] = save_string (p, 3); in split_directories() 171 dirs[num_dirs++] = save_string (q, p - q); in split_directories() 183 dirs[num_dirs++] = save_string (q, p - 1 - q); in split_directories()
|
| HD | ChangeLog | 411 * make-relative-prefix.c (save_string): Likewise. 748 * make-relative-prefix.c (save_string, split_directories,
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | make-relative-prefix.c | 98 static char *save_string (const char *, int); 103 save_string (const char *s, int len) in save_string() function 153 dirs[num_dirs++] = save_string (p, 3); in split_directories() 171 dirs[num_dirs++] = save_string (q, p - q); in split_directories() 183 dirs[num_dirs++] = save_string (q, p - 1 - q); in split_directories()
|
| HD | ChangeLog | 609 * make-relative-prefix.c (save_string): Likewise. 946 * make-relative-prefix.c (save_string, split_directories,
|
| /NextBSD/contrib/gcc/ |
| HD | prefix.c | 81 static char *save_string (const char *, int); 116 save_string (const char *s, int len) in save_string() function 356 std_prefix = save_string (prefix, len); in set_std_prefix()
|
| HD | gcc.c | 319 static char *save_string (const char *, int); 2207 suffix = save_string (p, p2 - p); in read_specs() 2220 spec = save_string (p, p1 - p); in read_specs() 3267 save_string (option, len); in add_preprocessor_option() 3281 assembler_options [n_assembler_options - 1] = save_string (option, len); in add_assembler_option() 3295 linker_options [n_linker_options - 1] = save_string (option, len); in add_linker_option() 4183 = save_string (argv[i] + prev, j - prev); in process_command() 4972 temp_filename = save_string (temp_filename, in do_spec_1() 5008 t->suffix = save_string (suffix, suffix_length); in do_spec_1() 5155 string = save_string (p1 + 1, p - p1 - 2); in do_spec_1() [all …]
|
| HD | gensupport.c | 119 static char *save_string (const char *, int); 901 save_string (const char *s, int len) in save_string() function 1028 base_dir = save_string (in_fname, lastsl - in_fname + 1 ); in init_md_reader_args_cb()
|
| HD | ChangeLog-1999 | 8728 (set_spec): Call xstrdup, not save_string. 8731 (process_command): Call xstrdup, not save_string. 8753 * prefix.c (translate_name): Call xstrdup, not save_string. 21642 (add_prefix, save_string): Constify char* parameters. 21646 (get_key_value, translate_name, save_string, update_path, 21648 (save_string): Use xmalloc, not malloc.
|
| HD | ChangeLog-2000 | 4183 * prefix.c (save_string): Likewise. 4679 (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
|
| HD | ChangeLog-2001 | 5171 save_string) : New functions to implement an include facility
|
| HD | ChangeLog-2005 | 884 * prefix.c (save_string): Use XNEWVEC.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-1998 | 5350 * repo.c (save_string): Delete dead function.
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 7404 + use save_string/save_char for _nc_captoinfo() to eliminate fixed
|