Searched refs:concat (Results 1 - 25 of 218) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/sbin/ldconfig/
H A Dshlib.h45 char *concat(const char *, const char *, const char *);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/windows/
H A Dmaint.el11 (search-forward (concat sdef " = \\\n") nil t)
17 (def-start (search-forward (concat mname " = \\\n") nil t))
22 (concat "\t"
28 (concat repl "\n" postfix "\n\n")
29 (concat repl "\n\n")))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-aux-info.c94 return concat (data_type, " ", type_or_decl, NULL);
98 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
126 formal_list = concat (formal_list, ", ", NULL);
131 ? concat (formal_list, affix_data_type (this_type), NULL)
132 : concat (formal_list, data_type, NULL));
181 formal_list = concat (formal_list, ", ...", NULL);
184 return concat (" (", formal_list, ")", NULL);
240 formal_list = concat (formal_list, ", ", NULL);
243 formal_list = concat (formal_list, this_formal, "; ", NULL);
245 formal_list = concat (formal_lis
[all...]
H A Dprefix.c101 prefix = getenv (temp = concat (key, "_ROOT", NULL));
225 name = concat (prefix, &name[keylen + 1], NULL);
263 key = concat ("@", key, NULL);
267 result = concat (key, &path[len], NULL);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-aux-info.c95 return concat (data_type, " ", type_or_decl, NULL);
99 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL);
127 formal_list = concat (formal_list, ", ", NULL);
132 ? concat (formal_list, affix_data_type (this_type), NULL)
133 : concat (formal_list, data_type, NULL));
182 formal_list = concat (formal_list, ", ...", NULL);
185 return concat (" (", formal_list, ")", NULL);
241 formal_list = concat (formal_list, ", ", NULL);
244 formal_list = concat (formal_list, this_formal, "; ", NULL);
246 formal_list = concat (formal_lis
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/avr/
H A Ddriver-avr.c62 return concat ("-m ", avr_current_arch->arch_name, NULL);
87 return concat ("-Tdata ", data_section_start_str, NULL);
100 return concat ("crt", avr_current_device->library_name, ".o%s", NULL);
113 return concat ("-l", avr_current_device->library_name, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dnested-calls-1.c20 uns64_t concat (uns32_t p1, uns32_t p2) function
31 return concat (lo (p1), p2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dnested-calls-1.c20 uns64_t concat (uns32_t p1, uns32_t p2) function
31 return concat (lo (p1), p2);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/lisp/
H A Dgmpasm-mode.el172 (concat
258 (concat "^\\(" gmpasm-comment-start-regexp "\\)\\(\\s-\\|$\\)")
269 (concat (regexp-quote comment-start)
275 (concat "\\(^\\|\\s-\\)\\(\\<dnl\\>\\|" comment-regexp "\\)[ \t]*"))
281 (list (concat "\\(^\\|\\s-\\)\\(\\(\\<dnl\\>\\|"
296 (concat "[ \t\f]*\\(\\(" comment-regexp "\\|dnl\\)[ \t]*\\)*$"))
298 (concat "\f\\|" paragraph-separate))
309 (concat "[ \t]*\\(\\("
353 (list (concat "dnl[ \t]\\|" comment-regexp)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/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))
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 docstrin
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @dots{}, @code{NULL})
152 concat (const char *first, ...) function
175 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
222 printf ("\"\" = \"%s\"\n", concat (NULLP));
223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @dots{}, @code{NULL})
152 concat (const char *first, ...) function
175 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
222 printf ("\"\" = \"%s\"\n", concat (NULLP));
223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @dots{}, @code{NULL})
152 concat (const char *first, ...) function
175 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
222 printf ("\"\" = \"%s\"\n", concat (NULLP));
223 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
224 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
225 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
226 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
227 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
228 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dconcat.c24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @
153 concat (const char *first, ...) function
177 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it
224 printf ("\"\" = \"%s\"\n", concat (NULLP));
225 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP));
226 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP));
227 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP));
228 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP));
229 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP));
230 printf ("\"abcdef\" = \"%s\"\n", concat ("", "
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/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-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Delf.h102 tooldir = concat (tooldir_base_prefix, spec_machine, \
105 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
107 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \
109 concat (archdir, "lib", dir_separator_str, NULL), \
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Derrlist.awk40 if (concat)
55 if (!concat) {
68 if (!concat) {
97 if (!concat) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dt_exhaust.c65 concat(const char *d, const char *s) function
82 s2 = concat(s1, ")");
84 d = concat("(", s2);
95 s3 = concat(s1, s2);
98 s1 = concat(s3, ")");
100 d = concat("(", s1);
111 s3 = concat(s1, s2);
114 d = concat("(.?)", s3);
148 s2 = concat(s1, "(.*)");
151 d = concat(s
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Darith.y152 char *concat;
162 STARTSTACKSTR(concat);
166 STPUTC(*p++, concat);
169 STPUTC(' ', concat);
171 STPUTC('\0', concat);
172 p = grabstackstr(concat);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Ddriver-alpha.c99 return concat ("-m", argv[0], "=", cpu, NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcygwin.h267 char *cprefix = concat (tooldir_base_prefix, spec_machine, \
270 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
273 concat (cprefix, "../../../../", spec_machine, "/bin/", NULL), \
278 concat (standard_startfile_prefix, "w32api", NULL),\
H A Ddriver-i386.c57 return concat (size, line, size2, NULL);
662 options = concat (options, " -mcx16", NULL);
664 options = concat (options, " -msahf", NULL);
666 options = concat (options, " -mmovbe", NULL);
668 options = concat (options, " -maes", NULL);
670 options = concat (options, " -mpclmul", NULL);
672 options = concat (options, " -mpopcnt", NULL);
674 options = concat (options, " -mabm", NULL);
676 options = concat (options, " -mlwp", NULL);
679 options = concat (option
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dcygwin.h214 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),\
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dbackupfile.c49 static char *concat(const char *, const char *);
68 return concat(file, simple_backup_suffix);
72 base_versions = concat(basename(tmp_file), ".~");
91 return concat(file, simple_backup_suffix);
168 concat(const char *str1, const char *str2) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Ddriver-native.c80 return concat ("-m", argv[0], "=", cpu, NULL);

Completed in 385 milliseconds

123456789