Home
last modified time | relevance | path

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

12345678910>>...38

/netbsd/external/gpl3/gcc/dist/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 …]
H A Dc-aux-info.cc119 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()
432 ret_val = concat ("const ", ret_val, NULL); in gen_type()
[all …]
/netbsd/external/gpl3/gcc.old/dist/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 …]
/netbsd/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el84 (setq str (concat str (car strings)))
86 (setq str (concat str sep)))
101 (concat "@lisp\n" line))
106 (concat "@end lisp\n" line))
131 (concat "@code{" (match-string 2 docstring) "}"
151 (concat (match-string 2 docstring)
204 (concat (substring docstring 0 pos)
211 (concat "@def" env (if grp (concat " " grp) "") " " name
226 (concat
233 (concat "@code{" text "}.\n")))))
[all …]
/netbsd/external/lgpl3/gmp/dist/mpn/lisp/
H A Dgmpasm-mode.el183 (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/external/mpl/bind/dist/lib/isc/win32/
H A D.dir-locals.el14 (concat directory-of-current-dir-locals-file "../../../"))
16 (concat directory-of-current-dir-locals-file "include"))
18 (concat directory-of-current-dir-locals-file "../include"))
20 (concat directory-of-current-dir-locals-file "../"))
22 (concat directory-of-current-dir-locals-file "./"))
24 (concat directory-of-current-dir-locals-file "../../dns/include"))
/netbsd/external/mpl/dhcp/dist/keama/tests/
H A Dconcatdx4.out2 # 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 Dconcatnulldx4.out2 # 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 Dconcatdx4.in41 # 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/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.c88 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()
H A Dgcc-ar.cc88 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/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c88 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/external/gpl3/gdb/dist/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()
/netbsd/external/gpl3/binutils.old/dist/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()
/netbsd/external/gpl3/binutils/dist/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()
/netbsd/external/gpl3/gcc.old/dist/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()
/netbsd/external/gpl3/gdb.old/dist/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()
/netbsd/external/gpl3/gcc/dist/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()
/netbsd/tests/lib/libc/regex/
H A Dt_exhaust.c103 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/external/gpl3/gcc/dist/gcc/config/arc/
H A Ddriver-arc.c60 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()
H A Ddriver-arc.cc60 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/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Ddriver-arc.c60 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/external/gpl3/gcc/dist/gcc/config/i386/
H A Dintelmic-mkoffload.cc182 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()
253 ? concat (dumppfx, "_target_descr.o", NULL) in generate_target_descr_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()
380 ? concat (dumppfx, "_host_descr.o", NULL) in generate_host_descr_file()
479 char *dump_filename = concat (dumppfx, ".mkoffload", NULL); in prepare_target_image()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Delf.h88 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/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Delf.h92 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), \

12345678910>>...38