| /src/external/bsd/tradcpp/dist/tests/ |
| t05.c | 1 #define concat(a, b) a/**/b macro 2 concat(abc,def)
|
| /src/sbin/ldconfig/ |
| shlib.h | 45 char *concat(const char *, const char *, const char *);
|
| /src/tests/usr.bin/indent/ |
| lex_string.c | 35 char concat[] = "line 1\n" variable 40 char concat[] = "line 1\n" variable
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-aux-info.cc | 88 return concat (data_type, " ", type_or_decl, NULL); 92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); 120 formal_list = concat (formal_list, ", ", NULL); 125 ? concat (formal_list, affix_data_type (this_type), NULL) 126 : concat (formal_list, data_type, NULL)); 175 formal_list = concat (formal_list, ", ...", NULL); 178 return concat (" (", formal_list, ")", NULL); 212 formal_list = concat (formal_list, ", ", NULL); 215 formal_list = concat (formal_list, this_formal, "; ", NULL); 217 formal_list = concat (formal_list, this_formal, NULL) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-aux-info.cc | 88 return concat (data_type, " ", type_or_decl, NULL); 92 qualifiers_then_data_type = concat (type_or_decl, data_type, NULL); 120 formal_list = concat (formal_list, ", ", NULL); 125 ? concat (formal_list, affix_data_type (this_type), NULL) 126 : concat (formal_list, data_type, NULL)); 175 formal_list = concat (formal_list, ", ...", NULL); 178 return concat (" (", formal_list, ")", NULL); 212 formal_list = concat (formal_list, ", ", NULL); 215 formal_list = concat (formal_list, this_formal, "; ", NULL); 217 formal_list = concat (formal_list, this_formal, NULL) [all...] |
| /src/external/gpl3/gcc/dist/contrib/mdcompact/ |
| mdcompact-testsuite.el | 28 (defconst mdcompat-test-directory (concat (file-name-directory 39 (insert-file-contents (concat f ".out")) 48 `(ert-deftest ,(intern (concat "mdcompat-test-"
|
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| driver-arc.cc | 60 name = concat ("-mfpuda ", name, NULL); 62 name = concat ("-mspfp ", name, NULL); 64 name = concat ("-mdpfp ", name, NULL); 65 return concat ("-mcpu=arcem ", name, NULL);
|
| /src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| elf.h | 91 tooldir = concat (tooldir_base_prefix, spec_machine, \ 94 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \ 96 archdir = concat (tooldir, "arch", dir_separator_str, NULL); \ 98 concat (archdir, "lib", dir_separator_str, NULL), \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| driver-arc.cc | 60 name = concat ("-mfpuda ", name, NULL); 62 name = concat ("-mspfp ", name, NULL); 64 name = concat ("-mdpfp ", name, NULL); 65 return concat ("-mcpu=arcem ", name, NULL);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| 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), \
|
| /src/external/lgpl3/gmp/dist/mpn/lisp/ |
| 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)
|
| /src/external/gpl2/texinfo/dist/util/ |
| 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...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| concat.c | 24 @deftypefn Extension char* concat (const char *@var{s1}, const char *@var{s2}, @ 140 concat (const char *first, ...) function 163 Same as @code{concat}, except that if @var{optr} is not @code{NULL} it 207 printf ("\"\" = \"%s\"\n", concat (NULLP)); 208 printf ("\"a\" = \"%s\"\n", concat ("a", NULLP)); 209 printf ("\"ab\" = \"%s\"\n", concat ("a", "b", NULLP)); 210 printf ("\"abc\" = \"%s\"\n", concat ("a", "b", "c", NULLP)); 211 printf ("\"abcd\" = \"%s\"\n", concat ("ab", "cd", NULLP)); 212 printf ("\"abcde\" = \"%s\"\n", concat ("ab", "c", "de", NULLP)); 213 printf ("\"abcdef\" = \"%s\"\n", concat ("", "a", "", "bcd", "ef", NULLP)) [all...] |
| /src/lib/libc/gen/ |
| errlist.awk | 40 if (concat) 55 if (!concat) { 68 if (!concat) { 97 if (!concat) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcc-ar.cc | 88 self = concat (self, "gcc-" PERSONALITY, NULL); 106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine, 108 self_tooldir_prefix = concat (self_exec_prefix, target_machine, 113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); 116 self_libexec_prefix = concat (self_libexec_prefix, target_machine, 174 arg = concat (arg, dir_separator_str, NULL); 198 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL); 217 av[1] = concat ("-", av[1], NULL); 223 av[1] = concat ("-", av[1], NULL); 234 concat ("gcc-", exe_name, NULL) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-incpath.cc | 46 char *dummy = concat (gcc_exec_prefix, "dummy", NULL); 54 return concat (relocated_prefix, path + cpp_PREFIX_len, NULL); 61 return concat (iprefix, path + cpp_GCC_INCLUDE_DIR_len, NULL); 142 path = concat (path, "/d", NULL); 164 char *target_path = concat (path, "/", imultilib, NULL);
|
| /src/tests/lib/libc/regex/ |
| t_exhaust.c | 103 concat(const char *d, const char *s) function 120 s2 = concat(s1, ")"); 122 d = concat("(", s2); 133 s3 = concat(s1, s2); 136 s1 = concat(s3, ")"); 138 d = concat("(", s1); 149 s3 = concat(s1, s2); 152 d = concat("(.?)", s3); 186 s2 = concat(s1, "(.*)"); 189 d = concat(s2, s1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gcc-ar.cc | 88 self = concat (self, "gcc-" PERSONALITY, NULL); 106 self_tooldir_prefix = concat (tooldir_base_prefix, target_machine, 108 self_tooldir_prefix = concat (self_exec_prefix, target_machine, 113 prefix_from_string (concat (self_tooldir_prefix, "bin", NULL), &target_path); 116 self_libexec_prefix = concat (self_libexec_prefix, target_machine, 181 arg = concat (arg, dir_separator_str, NULL); 205 real_exe_name = concat (target_machine, "-", PERSONALITY, NULL); 225 av[1] = concat ("-", av[1], NULL); 265 rsp_arg = concat ("@", rsp_file, NULL); 277 concat ("gcc-", exe_name, NULL) [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-tempdir.cc | 114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); 115 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL); 116 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-tempdir.cc | 114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); 115 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL); 116 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
|