| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | captoinfo.c | 137 save_string(char *d, const char *const s) in save_string() function 156 return save_string(s, temp); in save_char() 236 dp = save_string(dp, "%\'"); in cvtchar() 240 dp = save_string(dp, "%{"); in cvtchar() 265 dp = save_string(dp, "%p"); in getparm() 272 dp = save_string(dp, "%Pa"); in getparm() 274 dp = save_string(dp, "%ga"); in getparm() 285 dp = save_string(dp, "%{96}%^"); in getparm() 289 dp = save_string(dp, "%{127}%^"); in getparm() 336 dp = save_string(dp, "%%"); in _nc_captoinfo() [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | 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()
|
| H A D | ChangeLog | 315 * make-relative-prefix.c (save_string): Likewise. 652 * make-relative-prefix.c (save_string, split_directories,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| H A D | gcc.c | 317 static char *save_string (const char *, int); 2185 suffix = save_string (p, p2 - p); in read_specs() 2198 spec = save_string (p, p1 - p); in read_specs() 3234 save_string (option, len); in add_preprocessor_option() 3248 assembler_options [n_assembler_options - 1] = save_string (option, len); in add_assembler_option() 3262 linker_options [n_linker_options - 1] = save_string (option, len); in add_linker_option() 4102 = save_string (argv[i] + prev, j - prev); in process_command() 4891 temp_filename = save_string (temp_filename, in do_spec_1() 4927 t->suffix = save_string (suffix, suffix_length); in do_spec_1() 5074 string = save_string (p1 + 1, p - p1 - 2); in do_spec_1() [all …]
|
| H A D | 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()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | prefix.c | 79 static char *save_string PARAMS ((const char *, int)); 115 save_string (s, len) in save_string() function 357 std_prefix = save_string (prefix, len);
|
| H A D | gcc.c | 308 static char *save_string PARAMS ((const char *, int)); 2032 suffix = save_string (p, p2 - p); 2045 spec = save_string (p, p1 - p); 3022 save_string (option, len); 3040 assembler_options [n_assembler_options - 1] = save_string (option, len); 3058 linker_options [n_linker_options - 1] = save_string (option, len); 3843 = save_string (argv[i] + prev, j - prev); 4577 temp_filename = save_string (temp_filename, 4613 t->suffix = save_string (suffix, suffix_length); 4719 string = save_string (p1 + 1, p - p1 - 2); [all …]
|
| H A D | gensupport.c | 105 static char *save_string PARAMS ((const char *, int)); 859 save_string (s, len) in save_string() function 939 base_dir = save_string (filename, lastsl - filename + 1 );
|
| H A D | ChangeLog.2 | 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.
|
| H A D | ChangeLog.1 | 7174 (add_prefix, save_string): Constify char* parameters. 7178 (get_key_value, translate_name, save_string, update_path, 7180 (save_string): Use xmalloc, not malloc.
|
| H A D | ChangeLog.4 | 4177 * prefix.c (save_string): Likewise. 4673 (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
|
| H A D | ChangeLog.6 | 5171 save_string) : New functions to implement an include facility
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | info-utils.c | 549 static void save_string (char *string, char **string_p, int *string_size_p); 558 save_string (filename, &info_parsed_filename, &parsed_filename_size); in save_filename() 574 save_string (nodename, &info_parsed_nodename, &parsed_nodename_size); in save_nodename() 589 save_string (char *string, char **string_p, int *string_size_p) in save_string() function
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 5350 * repo.c (save_string): Delete dead function.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 12138 * repo.c (save_string): Delete dead function.
|