| /NextBSD/contrib/gcc/ |
| HD | c-aux-info.c | 94 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 98 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type() 126 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type() 131 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type() 132 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type() 181 formal_list = concat (formal_list, ", ...", NULL); in gen_formal_list_for_type() 184 return concat (" (", formal_list, ")", NULL); in gen_formal_list_for_type() 240 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_func_def() 243 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def() 245 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def() [all …]
|
| HD | prefix.c | 102 prefix = getenv (temp = concat (key, "_ROOT", NULL)); in get_key_value() 226 name = concat (prefix, &name[keylen + 1], NULL); in translate_name() 264 key = concat ("@", key, NULL); in update_path() 268 result = concat (key, &path[len], NULL); in update_path()
|
| HD | c-incpath.c | 148 char *str = concat (iprefix, p->fname + len, NULL); in add_standard_paths() 150 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths() 165 str = concat (sysroot, p->fname, NULL); in add_standard_paths() 170 str = concat (str, dir_separator_str, imultilib, NULL); in add_standard_paths()
|
| HD | collect2.c | 756 concat(target_machine, "-", ld_suffix, NULL); in main() 758 concat (target_machine, "-", nm_suffix, NULL); in main() 760 concat (target_machine, "-", gnm_suffix, NULL); in main() 763 concat (target_machine, "-", ldd_suffix, NULL); in main() 766 concat (target_machine, "-", strip_suffix, NULL); in main() 768 concat (target_machine, "-", gstrip_suffix, NULL); in main() 961 c_file_name = concat (target_machine, "-gcc", NULL); in main() 1239 char *buf = concat ("-bE:", export_file, NULL); in main() 1404 *ld2++ = concat (LD_INIT_SWITCH, ":", initname, ":", fininame, NULL); in main() 1419 *ld2++ = concat ("-bE:", export_file, NULL); in main() [all …]
|
| HD | gcc.c | 1329 newv[newindex++] = concat (option_map[j].equivalent, arg, in translate_options() 1638 buf = concat ("%{pg:", static_name, " ", eh_name, "} %{!pg:", in init_gcc_specs() 1865 ? concat (old_spec, spec + 1, NULL) in set_spec() 2435 multi_dir = concat (multilib_dir, dir_separator_str, NULL); in for_each_path() 2436 multi_suffix = concat (multi_suffix, multi_dir, NULL); in for_each_path() 2437 just_multi_suffix = concat (just_multi_suffix, multi_dir, NULL); in for_each_path() 2440 multi_os_dir = concat (multilib_os_dir, dir_separator_str, NULL); in for_each_path() 2797 prefix = concat (target_sysroot_suffix, prefix, NULL); in add_sysrooted_prefix() 2798 prefix = concat (target_system_root, prefix, NULL); in add_sysrooted_prefix() 3408 putenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() [all …]
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/ |
| HD | t_exhaust.c | 68 concat(const char *d, const char *s) in concat() function 85 s2 = concat(s1, ")"); in p0() 87 d = concat("(", s2); in p0() 98 s3 = concat(s1, s2); in p1() 101 s1 = concat(s3, ")"); in p1() 103 d = concat("(", s1); in p1() 114 s3 = concat(s1, s2); in ps() 117 d = concat("(.?)", s3); in ps() 151 s2 = concat(s1, "(.*)"); in p6() 154 d = concat(s2, s1); in p6()
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | concat.c | 152 concat (const char *first, ...) in concat() function 222 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main() 223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main() 224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main() 225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main() 226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main() 227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main() 228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | concat.c | 152 concat (const char *first, ...) in concat() function 222 printf ("\"\" = \"%s\"\n", concat (NULLP)); in main() 223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); in main() 224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); in main() 225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); in main() 226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); in main() 227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); in main() 228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)); in main()
|
| /NextBSD/usr.sbin/autofs/ |
| HD | automountd.c | 252 options = concat(options, ',', adr->adr_options); in handle_request() 257 options = concat(cmdline_options, ',', options); in handle_request() 286 tmp = concat(adr->adr_path, '/', key); in handle_request() 315 options = concat(options, ',', "automounted"); in handle_request() 343 options = concat(options, ',', "retrycnt=1"); in handle_request() 345 options = concat(options, ',', in handle_request() 346 concat("retrycnt", '=', retrycnt)); in handle_request() 470 options = concat(options, ',', optarg); in main_automountd()
|
| /NextBSD/usr.bin/patch/ |
| HD | backupfile.c | 41 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() 160 concat(const char *str1, const char *str2) in concat() function
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | cygwin.h | 214 char *cprefix = concat (tooldir_base_prefix, spec_machine, \ 217 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \ 220 concat (cprefix, "../../../../", spec_machine, "/bin/", NULL), \ 225 concat (standard_startfile_prefix, "w32api", NULL),\
|
| HD | driver-i386.c | 286 return concat ("-m", argv[0], "=", cpu, NULL); in host_detect_local_cpu() 312 return concat ("-m", argv[0], "=", cpu, NULL); in host_detect_local_cpu()
|
| /NextBSD/bin/sh/ |
| HD | arith_yacc.c | 352 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()
|
| /NextBSD/contrib/dialog/ |
| HD | version.c | 26 #define concat(a,b) a "-" quoted(b) macro 27 #define DLG_VERSION concat(DIALOG_VERSION,DIALOG_PATCHDATE)
|
| /NextBSD/contrib/ofed/management/infiniband-diags/src/ |
| HD | smpquery.c | 527 char concat[64]; in main() local 529 memset(concat, 0, 64); in main() 530 snprintf(concat, sizeof(concat), "%s %s", argv[1], argv[2]); in main() 531 if (ib_resolve_portid_str(&portid, concat, dest_type, sm_id) < 0) in main() 532 IBERROR("can't resolve destination port %s", concat); in main()
|
| /NextBSD/libexec/rtld-aout/ |
| HD | shlib.c | 212 char *path = concat(search_dirs[i], "/", name); in find_lib_file() 318 return concat(dir, "/", dot_so_name); in search_lib_dir() 322 return concat(dir, "/", dot_a_name); in search_lib_dir()
|
| HD | support.h | 35 char *concat __P((const char *, const char *, const char *));
|
| /NextBSD/tools/regression/geom_concat/ |
| HD | test-2.t | 21 dd if=${src} of=/dev/concat/${name} bs=1m count=$tsize >/dev/null 2>&1 22 dd if=/dev/concat/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | stabs.c | 125 concat(char *s1, char *s2, int s2strip) in concat() function 285 fstr = concat(fstr, str, offset); in stabs_read() 288 fstr = concat(fstr, str, 0); in stabs_read()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | Twine.h | 424 Twine concat(const Twine &Suffix) const; 487 inline Twine Twine::concat(const Twine &Suffix) const { in concat() function 517 return LHS.concat(RHS);
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | source.c | 495 name = concat (name, ".", NULL); in add_path() 498 name = concat (current_directory, SLASH_STRING, name, NULL); in add_path() 571 temp = concat (old, tinybuf, name, NULL); in add_path() 573 *which_path = concat (temp, "", &old[prefix], NULL); in add_path() 579 *which_path = concat (name, (old[0] ? tinybuf : old), old, NULL); in add_path() 767 char *f = concat (current_directory, in openp() 1563 concat ("Core addresses of the code for a source line.\n\ in _initialize_source()
|
| /NextBSD/sbin/ldconfig/ |
| HD | ldconfig.c | 213 char *cp = concat(dir_list, *dir_list?":":"", search_dirs[i]); in main() 354 shp->path = concat(dir, "/", file); in enter() 371 shp->path = concat(dir, "/", file); in enter() 485 tmpfilename = concat(hints_file, ".XXXXXXXXXX", ""); in buildhints()
|
| /NextBSD/sbin/geom/class/concat/ |
| HD | Makefile | 5 GEOM_CLASS= concat
|
| /NextBSD/sys/modules/geom/geom_concat/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../../geom/concat
|
| /NextBSD/kerberos5/lib/libroken/ |
| HD | Makefile.depend | 26 concat.So: roken.h 27 concat.o: roken.h 28 concat.po: roken.h
|