Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 25 of 195) sorted by relevance

12345678

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-aux-info.c119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type()
125 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type()
177 return concat (" (", formal_list, ")", NULL); in gen_formal_list_for_type()
211 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def()
292 ret_val = concat ("*", ret_val, NULL); in gen_type()
320 ret_val = gen_type (concat (ret_val, in gen_type()
353 data_type = concat (data_type, "; ", NULL); in gen_type()
372 data_type = concat (data_type, "; ", NULL); in gen_type()
388 data_type = concat (data_type, in gen_type()
431 ret_val = concat ("const ", ret_val, NULL); in gen_type()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-aux-info.c123 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type()
129 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type()
181 return concat (" (", formal_list, ")", NULL); in gen_formal_list_for_type()
215 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def()
294 ret_val = concat ("*", ret_val, NULL); in gen_type()
321 ret_val = gen_type (concat (ret_val, in gen_type()
354 data_type = concat (data_type, "; ", NULL); in gen_type()
373 data_type = concat (data_type, "; ", NULL); in gen_type()
389 data_type = concat (data_type, in gen_type()
430 ret_val = concat ("const ", ret_val, NULL); in gen_type()
[all …]
H A Dgcc-ar.c49 exe_name = concat (target_machine, "-", exe_name, NULL); in main()
58 nprefix = concat (nprefix, "gcc-" PERSONALITY, NULL); in main()
66 plugin = concat (nprefix, in main()
86 av[1] = concat("-", av[1], NULL); in main()
96 concat("gcc-", exe_name, NULL), in main()
H A Dincpath.c152 char *str = concat (iprefix, p->fname + len, NULL); in add_standard_paths()
154 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
159 str = concat (str, dir_separator_str, imultiarch, NULL); in add_standard_paths()
181 str = concat (sysroot_no_trailing_dir_separator, p->fname, NULL); in add_standard_paths()
198 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
204 str = concat (relocated_prefix, in add_standard_paths()
213 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
218 str = concat (str, dir_separator_str, imultiarch, NULL); in add_standard_paths()
317 p->name = concat (sysroot, p->name + 1, NULL); in add_sysroot_to_chain()
H A Dprefix.c101 prefix = getenv (temp = concat (key, "_ROOT", NULL)); in get_key_value()
224 name = concat (prefix, &name[keylen + 1], NULL); in translate_name()
262 key = concat ("@", key, NULL); in update_path()
266 result = concat (key, &path[len], NULL); in update_path()
H A Dgcc.c1528 ? concat (old_spec, spec + 1, NULL) in set_spec()
2484 prefix = concat (target_sysroot_suffix, prefix, NULL); in add_sysrooted_prefix()
3400 add_infile (concat ("-l", arg, NULL), "*"); in driver_handle_option()
3716 strcpy (nstore, concat (".", dir_separator_str, NULL)); in process_command()
4451 char *at_argument = concat ("@", temp_file, NULL); in create_at_file()
4757 suffix = concat (".gk", suffix, NULL); in do_spec_1()
4984 info.append = concat (info.append, dir_separator_str, in do_spec_1()
6420 concat (gcc_exec_prefix in main()
8261 ret = concat ("-fdump-final-insns=", name, NULL); in compare_debug_dump_opt_spec_function()
8304 debug_auxbase_opt = concat ("-auxbase-strip ", in compare_debug_self_opt_spec_function()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dconcat.c140 concat (const char *first, ...) in concat() function
207 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main()
208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main()
209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main()
210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main()
211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main()
212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main()
213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dconcat.c140 concat (const char *first, ...) in concat() function
207 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main()
208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main()
209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main()
210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main()
211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main()
212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main()
213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dconcat.c140 concat (const char *first, ...) in concat() function
207 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main()
208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main()
209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main()
210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main()
211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main()
212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main()
213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
/dragonfly/contrib/gdb-7/libiberty/
H A Dconcat.c153 concat (const char *first, ...) in concat() function
224 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main()
225 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main()
226 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main()
227 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main()
228 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main()
229 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main()
230 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dconcat.c153 concat (const char *first, ...) in concat() function
224 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main()
225 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main()
226 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main()
227 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main()
228 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main()
229 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main()
230 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
/dragonfly/usr.sbin/autofs/
H A Dautomountd.c239 options = concat(options, ',', adr->adr_options); in handle_request()
244 options = concat(cmdline_options, ',', options); in handle_request()
273 tmp = concat(adr->adr_path, '/', key); in handle_request()
302 options = concat(options, ',', "automounted"); in handle_request()
330 options = concat(options, ',', "retrycnt=1"); in handle_request()
332 options = concat(options, ',', in handle_request()
333 concat("retrycnt", '=', retrycnt)); in handle_request()
456 options = concat(options, ',', optarg); in main_automountd()
/dragonfly/usr.bin/patch/
H A Dbackupfile.c41 static char *concat(const char *, const char *);
60 return concat(file, simple_backup_suffix); in find_backup_file_name()
64 base_versions = concat(basename(tmp_file), ".~"); in find_backup_file_name()
83 return concat(file, simple_backup_suffix); in find_backup_file_name()
164 concat(const char *str1, const char *str2) in concat() function
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf-mode.el51 "-Wi" (concat "--dwarf-start=0x" die)
53 (if new-depth (list (concat "--dwarf-depth="
82 (die-rx (concat "^\\s *\\(<[0-9]+>\\)?<"
162 (buffer (generate-new-buffer (concat "*DWARF for " base-name "*"))))
/dragonfly/bin/sh/
H A Darith_yacc.c352 char *concat; in letcmd() local
362 STARTSTACKSTR(concat); in letcmd()
366 STPUTC(*p++, concat); in letcmd()
369 STPUTC(' ', concat); in letcmd()
371 STPUTC('\0', concat); in letcmd()
372 p = grabstackstr(concat); in letcmd()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dprefix.c100 prefix = getenv (temp = concat (key, "_ROOT", NULL)); in get_key_value()
223 name = concat (prefix, &name[keylen + 1], NULL); in translate_name()
261 key = concat ("@", key, NULL); in update_path()
265 result = concat (key, &path[len], NULL); in update_path()
H A Dincpath.c149 char *str = concat (iprefix, p->fname + len, NULL); in add_standard_paths()
183 str = concat (sysroot_no_trailing_dir_separator, p->fname, NULL); in add_standard_paths()
201 dummy = concat (gcc_exec_prefix, "dummy", NULL); in add_standard_paths()
208 ostr = concat (relocated_prefix, in add_standard_paths()
330 p->name = concat (sysroot, p->name + 1, NULL); in add_sysroot_to_chain()
332 p->name = concat (sysroot, p->name + strlen ("$SYSROOT"), NULL); in add_sysroot_to_chain()
H A Dgengtype-parse.c265 str = concat (tmpl_name, "<", (char *) 0); in require_template_declaration()
274 str = concat (str, "enum ", (char *) 0); in require_template_declaration()
281 str = concat (str, advance (), (char *) 0); in require_template_declaration()
287 str = concat (str, "<", (char *) 0); in require_template_declaration()
294 str = concat (str, ">", (char *) 0); in require_template_declaration()
313 str = concat (str, id, (char *) 0); in require_template_declaration()
H A Dcollect2.c861 concat (target_machine, "-", nm_suffix, NULL); in main()
863 concat (target_machine, "-", gnm_suffix, NULL); in main()
866 concat (target_machine, "-", ldd_suffix, NULL); in main()
869 concat (target_machine, "-", strip_suffix, NULL); in main()
871 concat (target_machine, "-", gstrip_suffix, NULL); in main()
1114 linker_name = concat (default_linker, in main()
1121 linker_name = concat (DEFAULT_LINKER, in main()
1567 char *buf = concat ("-bE:", export_file, NULL); in main()
1782 *ld2++ = concat ("-bE:", export_file, NULL); in main()
2097 initname = concat ("_GLOBAL__FI_", prefix, NULL); in write_c_file_stat()
[all …]
H A Dgcc.c1910 ? concat (old_spec, spec + 1, NULL) in set_spec()
3998 add_infile (concat ("-l", arg, NULL), "*"); in driver_handle_option()
5425 suffix = concat (".gk", suffix, NULL); in do_spec_1()
7641 concat (gcc_exec_prefix in set_up_specs()
7856 char *with_arg = concat (opt_text, in build_option_suggestions()
7956 ld = concat (default_linker, use_ld, in maybe_print_and_exit()
7962 ld = concat (DEFAULT_LINKER, use_ld, NULL); in maybe_print_and_exit()
8937 p = concat (p, multilib_reuse, NULL); in set_multilib_dir()
9764 name = concat (argbuf.last (), ext, NULL); in compare_debug_dump_opt_spec_function()
9820 return concat ("\ in compare_debug_self_opt_spec_function()
[all …]
/dragonfly/contrib/dialog/
H A Dversion.c26 #define concat(a,b) a "-" quoted(b) macro
27 #define DLG_VERSION concat(DIALOG_VERSION,DIALOG_PATCHDATE)
/dragonfly/contrib/binutils-2.34/ld/
H A Dldfile.c115 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL); in ldfile_add_library_path()
117 new_dirs->name = concat (ld_sysroot, name + strlen ("$SYSROOT"), (const char *) NULL); in ldfile_add_library_path()
344 char *name = concat (ld_sysroot, entry->filename, in ldfile_open_file_search()
371 string = concat (search->name, slash, lib, entry->filename, in ldfile_open_file_search()
374 string = concat (search->name, slash, entry->filename, in ldfile_open_file_search()
486 buf = concat (dir, "/ldscripts", (const char *) NULL); in check_for_scripts_dir()
576 path = concat (search->name, slash, name, (const char *) NULL); in ldfile_find_command_file()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldfile.c114 new_dirs->name = concat (ld_sysroot, name + 1, (const char *) NULL); in ldfile_add_library_path()
341 char *name = concat (ld_sysroot, entry->filename, in ldfile_open_file_search()
368 string = concat (search->name, slash, lib, entry->filename, in ldfile_open_file_search()
371 string = concat (search->name, slash, entry->filename, in ldfile_open_file_search()
483 buf = concat (dir, "/ldscripts", (const char *) NULL); in check_for_scripts_dir()
573 path = concat (search->name, slash, name, (const char *) NULL); in ldfile_find_command_file()
/dragonfly/contrib/cvs-1.12/diff/
H A Dutil.c135 new->arg1 = concat (arg1, "", "");
136 new->arg2 = concat (arg2, "", "");
137 new->arg3 = arg3 ? concat (arg3, "", "") : 0;
138 new->arg4 = arg4 ? concat (arg4, "", "") : 0;
820 concat (s1, s2, s3) in concat() function
837 return concat (dir, "/" + (p && !p[1]), file);
/dragonfly/contrib/pam_passwdqc/
H A Dconcat.c20 char *concat(const char *s1, ...) in concat() function
67 puts(concat(argv[0], argv[1], argv[2], argv[3], NULL)); in main()

12345678