| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Haiku.cpp | 170 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/lib")); in Haiku() 171 getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/develop/lib")); in Haiku() 206 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 208 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 210 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 212 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 214 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 216 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 218 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() 220 addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, in AddClangSystemIncludeArgs() [all …]
|
| H A D | Linux.cpp | 139 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 141 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64-linux-gnu"))) in getMultiarchTriple() 148 if (D.getVFS().exists(concat(SysRoot, "/lib", MT))) in getMultiarchTriple() 150 if (D.getVFS().exists(concat(SysRoot, "/lib/mips64el-linux-gnu"))) in getMultiarchTriple() 155 if (D.getVFS().exists(concat(SysRoot, "/lib/powerpc-linux-gnuspe"))) in getMultiarchTriple() 314 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux() 315 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux() 319 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux() 320 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux() 328 concat(SysRoot, "/usr/lib", MultiarchTriple, in Linux() [all …]
|
| H A D | NetBSD.cpp | 392 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/i386")); in NetBSD() 401 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabi")); in NetBSD() 405 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/eabihf")); in NetBSD() 408 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/oabi")); in NetBSD() 415 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/o32")); in NetBSD() 417 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/64")); in NetBSD() 420 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/powerpc")); in NetBSD() 423 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/sparc")); in NetBSD() 429 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in NetBSD() 494 concat(D.SysRoot, "/usr/include")); in AddClangSystemIncludeArgs() [all …]
|
| H A D | DragonFly.cpp | 212 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in DragonFly() 213 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib/gcc80")); in DragonFly() 234 concat(D.SysRoot, "/usr/include")); in AddClangSystemIncludeArgs() 239 addLibStdCXXIncludePaths(concat(getDriver().SysRoot, "/usr/include/c++/8.0"), "", "", in addLibStdCxxIncludePaths()
|
| H A D | FreeBSD.cpp | 402 D.getVFS().exists(concat(getDriver().SysRoot, "/usr/lib32/crt1.o"))) in FreeBSD() 403 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib32")); in FreeBSD() 405 getFilePaths().push_back(concat(getDriver().SysRoot, "/usr/lib")); in FreeBSD() 439 concat(D.SysRoot, "/usr/include")); in AddClangSystemIncludeArgs() 445 concat(getDriver().SysRoot, "/usr/include/c++/v1")); in addLibCxxIncludePaths()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_strings.lua | 160 assert(table.concat{} == "") 161 assert(table.concat({}, 'x') == "") 162 assert(table.concat({'\0', '\0\1', '\0\1\2'}, '.\0.') == "\0.\0.\0\1.\0.\0\1\2") 164 assert(table.concat(a, "123").."123" == string.rep("xuxu123", 300)) 165 assert(table.concat(a, "b", 20, 20) == "xuxu") 166 assert(table.concat(a, "", 20, 21) == "xuxuxuxu") 167 assert(table.concat(a, "x", 22, 21) == "") 168 assert(table.concat(a, "3", 299) == "xuxu3xuxu") 169 assert(table.concat({}, "x", 2^31-1, 2^31-2) == "") 170 assert(table.concat({}, "x", -2^31+1, -2^31) == "") [all …]
|
| /src/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | t_exhaust.c | 66 concat(const char *d, const char *s) in concat() function 83 s2 = concat(s1, ")"); in p0() 85 d = concat("(", s2); in p0() 96 s3 = concat(s1, s2); in p1() 99 s1 = concat(s3, ")"); in p1() 101 d = concat("(", s1); in p1() 112 s3 = concat(s1, s2); in ps() 115 d = concat("(.?)", s3); in ps() 149 s2 = concat(s1, "(.*)"); in p6() 152 d = concat(s2, s1); in p6()
|
| /src/tools/pkgbase/ |
| H A D | metalog_reader.lua | 351 sb[#sb+1] = ''..table.concat({ 359 return table.concat(sb, '') 376 sb[#sb+1] = pkgname..table.concat({ 382 return table.concat(sb, '') 397 table.concat(table_map(rows, function(e) return e.linenum end), ',') 409 ..table.concat( 416 return table.concat(warn, ''), table.concat(errs, '') 455 ..table.concat(filenames, ',')..' in line ' 456 ..table.concat( 466 'note: skipped checking inodes: '..table.concat(unstatables, ',')..'\n' [all …]
|
| /src/tests/sys/geom/class/concat/ |
| H A D | append2.sh | 13 actual=$(diskinfo /dev/concat/${name} | awk '{print $3}') 50 dd if=$copy of=/dev/concat/${name} || exit 1 67 if [ -c /dev/concat/${name} ]; then 73 if cmp -s $copy /dev/concat/${name}; then
|
| H A D | append1.sh | 13 actual=$(diskinfo /dev/concat/${name} | awk '{print $3}') 41 dd if=$tmpfile of=/dev/concat/${name} || exit 1 42 if cmp -s $tmpfile /dev/concat/${name}; then
|
| H A D | 2_test.sh | 20 dd if=${src} of=/dev/concat/${name} bs=1m count=$tsize >/dev/null 2>&1 21 dd if=/dev/concat/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
|
| /src/usr.bin/patch/ |
| H A D | backupfile.c | 39 static char *concat(const char *, const char *); 58 return concat(file, simple_backup_suffix); in find_backup_file_name() 62 base_versions = concat(basename(tmp_file), ".~"); in find_backup_file_name() 81 return concat(file, simple_backup_suffix); in find_backup_file_name() 158 concat(const char *str1, const char *str2) in concat() function
|
| /src/usr.sbin/autofs/ |
| H A D | automountd.c | 249 options = concat(options, ',', adr->adr_options); in handle_request() 254 options = concat(cmdline_options, ',', options); in handle_request() 283 tmp = concat(adr->adr_path, '/', key); in handle_request() 312 options = concat(options, ',', "automounted"); in handle_request() 340 options = concat(options, ',', "retrycnt=1"); in handle_request() 342 options = concat(options, ',', in handle_request() 343 concat("retrycnt", '=', retrycnt)); in handle_request() 467 options = concat(options, ',', optarg); in main_automountd()
|
| /src/crypto/krb5/src/lib/crypto/krb/ |
| H A D | s2k_pbkdf2.c | 40 unsigned char *concat = NULL, *foldstring = NULL, *foldkeydata = NULL; in krb5int_dk_string_to_key() local 52 concat = k5alloc(concatlen, &ret); in krb5int_dk_string_to_key() 65 memcpy(concat, string->data, string->length); in krb5int_dk_string_to_key() 67 memcpy(concat + string->length, salt->data, salt->length); in krb5int_dk_string_to_key() 69 krb5int_nfold(concatlen*8, concat, keybytes*8, foldstring); in krb5int_dk_string_to_key() 96 zapfree(concat, concatlen); in krb5int_dk_string_to_key()
|
| /src/bin/sh/ |
| H A D | arith_yacc.c | 352 char *concat; in letcmd() local 362 STARTSTACKSTR(concat); in letcmd() 366 STPUTC(*p++, concat); in letcmd() 369 STPUTC(' ', concat); in letcmd() 371 STPUTC('\0', concat); in letcmd() 372 p = grabstackstr(concat); in letcmd()
|
| /src/contrib/dialog/ |
| H A D | version.c | 26 #define concat(a,b) a "-" quoted(b) macro 27 #define DLG_VERSION concat(DIALOG_VERSION,DIALOG_PATCHDATE)
|
| /src/contrib/lyaml/build-aux/ |
| H A D | luke | 52 local function display(...)return stdout:write(concat{...})end 53 local function dump(...)local s=concat(map(list(...),str))if len(s)>0 then 54 gsub(concat(map(list(...),str)),'\n*$','\n'):gsub('(.-)\n',function(line)stderr:write(' DEBUG: '.… 85 …...)local command=interpolate(env,concat({...},' '))return with(TmpFile(),TmpFile(),function(out,e… 86 local function run(L,env,command)L.write(interpolate(env,concat(command,' ')),'\n')local status,err… 88 stdout:write(concat(command,' ')..'\n')end 104 stdout:write(concat(command,' ')..'\n')stderr:write(err..'\n')exit(status)end 119 local function checking(L,...)L.verbose('checking ',concat({...},' '),'... ')end 131 …FLAGS',incdirs(config.incdir),'$CPPFLAGS',filename)L.log(interpolate(env,concat(command,' ')))retu… 132 …nfig.libdir),'$LDFLAGS',lib,'$libs',CONFIGENV.libs)L.log(interpolate(env,concat(command,' ')))retu… [all …]
|
| /src/crypto/libecc/include/libecc/words/ |
| H A D | words.h | 31 #define concat(file_prefix, x) _concat(file_prefix, x) macro 37 #include concat(words_, WORDSIZE) 39 #error Unsupported word size concat
|
| /src/crypto/krb5/src/util/ |
| H A D | krb5-hack-cc-mode-caselabel.el | 23 t (concat 35 c++ (concat "\\s\(\\|" (c-lang-const c-nonlabel-token-key)))
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableList.h | 177 [[nodiscard]] ImmutableList<T> concat(ElemT &&Head, ImmutableList<T> Tail) { in concat() function 201 return concat(std::forward<ElemT>(Data), L); in add() 207 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace() 216 return concat(std::forward<ElemT>(Data), getEmptyList()); in create()
|
| H A D | Twine.h | 459 Twine concat(const Twine &Suffix) const; 525 inline Twine Twine::concat(const Twine &Suffix) const { in concat() function 555 return LHS.concat(RHS);
|
| /src/contrib/ofed/infiniband-diags/src/ |
| H A D | smpquery.c | 496 char concat[64]; in main() local 498 memset(concat, 0, 64); in main() 499 snprintf(concat, sizeof(concat), "%s %s", argv[1], argv[2]); in main() 500 if (resolve_portid_str(ibd_ca, ibd_ca_port, &portid, concat, in main() 502 IBEXIT("can't resolve destination port %s", concat); in main()
|
| /src/contrib/lyaml/spec/ |
| H A D | spec_helper.lua | 206 local concat = table.concat 274 return concat{' ', article, ' ', expect, ', '}
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.set_props.zcp | 29 -- build the value in a table and use concat (which appears to be the 39 largepropv = table.concat(largeprop) 46 largepropnamev = table.concat(largepropname)
|
| /src/lib/geom/concat/ |
| H A D | Makefile | 3 GEOM_CLASS= concat
|