| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-aux-info.c | 87 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 91 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type() 119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type() 124 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type() 125 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type() 174 formal_list = concat (formal_list, ", ...", 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() 214 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def() 216 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-aux-info.cc | 87 return concat (data_type, " ", type_or_decl, NULL); in affix_data_type() 91 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); in affix_data_type() 119 formal_list = concat (formal_list, ", ", NULL); in gen_formal_list_for_type() 124 ? concat (formal_list, affix_data_type (this_type), NULL) in gen_formal_list_for_type() 125 : concat (formal_list, data_type, NULL)); in gen_formal_list_for_type() 174 formal_list = concat (formal_list, ", ...", 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() 214 formal_list = concat (formal_list, this_formal, "; ", NULL); in gen_formal_list_for_func_def() 216 formal_list = concat (formal_list, this_formal, NULL); in gen_formal_list_for_func_def() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texi-docstring-magic.el | 84 (setq str (concat str (car strings))) 86 (setq str (concat str sep))) 101 (concat "@lisp\n" line)) 106 (concat "@end lisp\n" line)) 118 (concat "@samp{" (match-string 2 docstring) "}")) 122 (concat "@strong{" (match-string 2 docstring) "}")) 131 (concat "@code{" (match-string 2 docstring) "}" 144 (concat "@var{" (downcase (match-string 1 docstring)) "}" 151 (concat (match-string 2 docstring) 193 (setq docstring (concat docstring "\n@end lisp")))))) [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/lisp/ |
| H A D | gmpasm-mode.el | 183 (concat 269 (concat "^\\(" gmpasm-comment-start-regexp "\\)\\(\\s-\\|$\\)") 280 (concat (regexp-quote comment-start) 286 (concat "\\(^\\|\\s-\\)\\(\\<dnl\\>\\|" comment-regexp "\\)[ \t]*")) 292 (list (concat "\\(^\\|\\s-\\)\\(\\(\\<dnl\\>\\|" 307 (concat "[ \t\f]*\\(\\(" comment-regexp "\\|dnl\\)[ \t]*\\)*$")) 309 (concat "\f\\|" paragraph-separate)) 320 (concat "[ \t]*\\(\\(" 364 (list (concat "dnl[ \t]\\|" comment-regexp)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcc-ar.cc | 88 self = concat (self, "gcc-" PERSONALITY, NULL); in setup_prefixes() 106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine, in setup_prefixes() 108 self_tooldir_prefix = concat (self_exec_prefix, target_machine, in setup_prefixes() 113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); in setup_prefixes() 116 self_libexec_prefix = concat (self_libexec_prefix, target_machine, in setup_prefixes() 174 arg = concat (arg, dir_separator_str, NULL); in main() 198 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL); in main() 217 av[1] = concat ("-", av[1], NULL); in main() 223 av[1] = concat ("-", av[1], NULL); in main() 234 concat ("gcc-", exe_name, NULL), in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcc-ar.c | 88 self = concat (self, "gcc-" PERSONALITY, NULL); in setup_prefixes() 106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine, in setup_prefixes() 108 self_tooldir_prefix = concat (self_exec_prefix, target_machine, in setup_prefixes() 113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); in setup_prefixes() 116 self_libexec_prefix = concat (self_libexec_prefix, target_machine, in setup_prefixes() 174 arg = concat (arg, dir_separator_str, NULL); in main() 198 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL); in main() 217 av[1] = concat ("-", av[1], NULL); in main() 223 av[1] = concat ("-", av[1], NULL); in main() 234 concat ("gcc-", exe_name, NULL), in main()
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | concatdx4.out | 2 # concat data expression 8 /// match: concat('domain=', suffix(option dhcp.host-name, 3)) 15 /// from: match concat('domain=', suffix(option dhcp.host-name, 3)) 17 "test": "concat('domain=', substring(option[12].hex,-3,all)) == 'domain=com'" 22 /// from: match if (option dhcp.host-name) = (concat('www.', concat('example.', 'com'))) 34 // "concat": {
|
| H A D | concatnulldx4.out | 2 # concat with null argument data expression 8 /// match: concat('', suffix(option dhcp.host-name, 3)) 15 /// from: match concat('', suffix(option dhcp.host-name, 3)) 20 /// match: concat(suffix(option dhcp.host-name, 3), substring('foobar', 0, 0)) 27 /// from: match concat(suffix(option dhcp.host-name, 3), substring('foobar', 0, 0))
|
| H A D | concatdx4.in4 | 1 # concat data expression 8 match concat("domain=", suffix(option host-name, 3)); 15 match if option host-name = concat("www.", "example.", "com"); 19 option host-name = concat("www.", option domain-name);
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | concat.c | 140 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()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | concat.c | 140 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | concat.c | 140 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()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | concat.c | 140 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()
|
| /netbsd-src/tests/lib/libc/regex/ |
| H A D | t_exhaust.c | 103 concat(const char *d, const char *s) in concat() function 120 s2 = concat(s1, ")"); in p0() 122 d = concat("(", s2); in p0() 133 s3 = concat(s1, s2); in p1() 136 s1 = concat(s3, ")"); in p1() 138 d = concat("(", s1); in p1() 149 s3 = concat(s1, s2); in ps() 152 d = concat("(.?)", s3); in ps() 186 s2 = concat(s1, "(.*)"); in p6() 189 d = concat(s2, s1); in p6()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | intelmic-mkoffload.cc | 182 target_compiler = concat (gcc_path, "/", name, NULL); in find_target_compiler() 238 xputenv (concat ("GCC_EXEC_PREFIX=", epath, NULL)); in compile_for_target() 239 xputenv (concat ("COMPILER_PATH=", cpath, NULL)); in compile_for_target() 240 xputenv (concat ("LIBRARY_PATH=", lpath, NULL)); in compile_for_target() 241 xputenv (concat ("LD_RUN_PATH=", rpath, NULL)); in compile_for_target() 248 char *dump_filename = concat (dumppfx, "_target_descr.c", NULL); in generate_target_descr_file() 253 ? concat (dumppfx, "_target_descr.o", NULL) in generate_target_descr_file() 323 char *dump_filename = concat (dumppfx, "_target_offloadend.c", NULL); in generate_target_offloadend_file() 328 ? concat (dumppfx, "_target_offloadend.o", NULL) in generate_target_offloadend_file() 375 char *dump_filename = concat (dumppfx, "_host_descr.c", NULL); in generate_host_descr_file() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | driver-arc.c | 60 name = concat ("-mfpuda ", name, NULL); in arc_cpu_to_as() 62 name = concat ("-mspfp ", name, NULL); in arc_cpu_to_as() 64 name = concat ("-mdpfp ", name, NULL); in arc_cpu_to_as() 65 return concat ("-mcpu=arcem ", name, NULL); in arc_cpu_to_as()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | driver-arc.cc | 60 name = concat ("-mfpuda ", name, NULL); in arc_cpu_to_as() 62 name = concat ("-mspfp ", name, NULL); in arc_cpu_to_as() 64 name = concat ("-mdpfp ", name, NULL); in arc_cpu_to_as() 65 return concat ("-mcpu=arcem ", name, NULL); in arc_cpu_to_as()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| H A D | elf.h | 92 tooldir = concat (tooldir_base_prefix, spec_machine, \ 95 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \ 97 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \ 99 concat (archdir, "lib", dir_separator_str, NULL), \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| H A D | elf.h | 88 tooldir = concat (tooldir_base_prefix, spec_machine, \ 91 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \ 93 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \ 95 concat (archdir, "lib", dir_separator_str, NULL), \
|
| /netbsd-src/lib/libc/gen/ |
| H A D | errlist.awk | 40 if (concat) 55 if (!concat) { 68 if (!concat) { 97 if (!concat) {
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-incpath.cc | 46 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path() 54 return concat (relocated_prefix, path + cpp_PREFIX_len, NULL); in prefixed_path() 61 return concat (iprefix, path + cpp_GCC_INCLUDE_DIR_len, NULL); in prefixed_path() 142 path = concat (path, "/d", NULL); in add_import_paths() 164 char *target_path = concat (path, "/", imultilib, NULL); in add_import_paths()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-incpath.cc | 47 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); in prefixed_path() 55 return concat (relocated_prefix, path + len, NULL); in prefixed_path() 62 return concat (iprefix, path + len, NULL); in prefixed_path() 143 path = concat (path, "/d", NULL); in add_import_paths() 165 char *target_path = concat (path, "/", imultilib, NULL); in add_import_paths()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
| H A D | msp430-devices.cc | 114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix() 129 t_devices_loc = concat (t_devices_loc, rest_of_devices_path, NULL); in extract_devices_dir_from_collect_gcc() 172 t_devices_loc = concat (t_devices_loc, dirsep, NULL); in msp430_check_env_var_for_devices() 179 t_devices_loc = concat (t_devices_loc, "devices.csv", NULL); in msp430_check_env_var_for_devices() 212 inc_path = concat (inc_path, dirsep, NULL); in msp430_check_path_for_devices() 213 local_devices_csv_loc = concat (inc_path, "devices.csv", NULL); in msp430_check_path_for_devices() 219 return concat ("-mdevices-csv-loc=", local_devices_csv_loc, NULL); in msp430_check_path_for_devices()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
| H A D | msp430-devices.c | 114 *devices_loc = concat (gcc_exec_prefix, rest_of_devices_path, NULL); in extract_devices_dir_from_exec_prefix() 129 t_devices_loc = concat (t_devices_loc, rest_of_devices_path, NULL); in extract_devices_dir_from_collect_gcc() 172 t_devices_loc = concat (t_devices_loc, dirsep, NULL); in msp430_check_env_var_for_devices() 179 t_devices_loc = concat (t_devices_loc, "devices.csv", NULL); in msp430_check_env_var_for_devices() 212 inc_path = concat (inc_path, dirsep, NULL); in msp430_check_path_for_devices() 213 local_devices_csv_loc = concat (inc_path, "devices.csv", NULL); in msp430_check_path_for_devices() 219 return concat ("-mdevices-csv-loc=", local_devices_csv_loc, NULL); in msp430_check_path_for_devices()
|
| /netbsd-src/usr.bin/patch/ |
| H A D | backupfile.c | 49 static char *concat(const char *, const char *); 68 return concat(file, simple_backup_suffix); in find_backup_file_name() 72 base_versions = concat(basename(tmp_file), ".~"); in find_backup_file_name() 91 return concat(file, simple_backup_suffix); in find_backup_file_name() 168 concat(const char *str1, const char *str2) in concat() function
|