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

12345

/freebsd-10.0-release/contrib/dialog/
H A Dversion.c26 #define concat(a,b) a "-" quoted(b) macro
27 #define DLG_VERSION concat(DIALOG_VERSION,DIALOG_PATCHDATE)
/freebsd-10.0-release/libexec/rtld-aout/
H A Dsupport.h35 char *concat __P((const char *, const char *, const char *));
H A Dsupport.c41 concat(const char *s1, const char *s2, const char *s3) function
H A Dshlib.c212 char *path = concat(search_dirs[i], "/", name);
318 return concat(dir, "/", dot_so_name);
322 return concat(dir, "/", dot_a_name);
/freebsd-10.0-release/sbin/geom/class/concat/
H A DMakefile5 GEOM_CLASS= concat
/freebsd-10.0-release/sys/modules/geom/geom_concat/
H A DMakefile3 .PATH: ${.CURDIR}/../../../geom/concat
/freebsd-10.0-release/contrib/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...]
H A Dprefix.c102 prefix = getenv (temp = concat (key, "_ROOT", NULL));
226 name = concat (prefix, &name[keylen + 1], NULL);
264 key = concat ("@", key, NULL);
268 result = concat (key, &path[len], NULL);
H A Dc-incpath.c148 char *str = concat (iprefix, p->fname + len, NULL);
150 str = concat (str, dir_separator_str, imultilib, NULL);
165 str = concat (sysroot, p->fname, NULL);
170 str = concat (str, dir_separator_str, imultilib, NULL);
/freebsd-10.0-release/contrib/binutils/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...]
/freebsd-10.0-release/contrib/gcclibs/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...]
H A Dmakefile.vms12 concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
/freebsd-10.0-release/contrib/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),\
H A Ddriver-i386.c286 return concat ("-m", argv[0], "=", cpu, NULL);
312 return concat ("-m", argv[0], "=", cpu, NULL);
/freebsd-10.0-release/sbin/geom/class/
H A DMakefile6 SUBDIR+=concat
/freebsd-10.0-release/usr.bin/patch/
H A Dbackupfile.c41 static char *concat(const char *, const char *);
60 return concat(file, simple_backup_suffix);
64 base_versions = concat(basename(tmp_file), ".~");
83 return concat(file, simple_backup_suffix);
160 concat(const char *str1, const char *str2) function
/freebsd-10.0-release/contrib/groff/src/include/
H A Dsymbol.h81 symbol concat(symbol, symbol);
/freebsd-10.0-release/tools/regression/geom_concat/
H A Dtest-2.t22 dd if=${src} of=/dev/concat/${name} bs=1m count=$tsize >/dev/null 2>&1
23 dd if=/dev/concat/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
H A Dtest-1.t19 size=`diskinfo /dev/concat/${name} | awk '{print $3}'`
/freebsd-10.0-release/sys/geom/vinum/
H A Dgeom_vinum_share.c303 if (!strcmp(buf, "concat"))
343 return "concat";
/freebsd-10.0-release/bin/sh/
H A Darith_yacc.c352 char *concat; local
362 STARTSTACKSTR(concat);
366 STPUTC(*p++, concat);
369 STPUTC(' ', concat);
371 STPUTC('\0', concat);
372 p = grabstackstr(concat);
/freebsd-10.0-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile9 concat.c \
/freebsd-10.0-release/gnu/usr.bin/cc/libiberty/
H A DMakefile16 SRCS= argv.c choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsmpquery.c527 char concat[64]; local
529 memset(concat, 0, 64);
530 snprintf(concat, sizeof(concat), "%s %s", argv[1], argv[2]);
531 if (ib_resolve_portid_str(&portid, concat, dest_type, sm_id) < 0)
532 IBERROR("can't resolve destination port %s", concat);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c125 concat(char *s1, char *s2, int s2strip) function
285 fstr = concat(fstr, str, offset);
288 fstr = concat(fstr, str, 0);

Completed in 178 milliseconds

12345