OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:join
(Results
1 - 25
of
894
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/tools/join/
Makefile
3
HOSTPROGNAME= ${_TOOL_PREFIX}
join
4
HOST_SRCDIR= usr.bin/
join
/src/external/mit/libcbor/dist/misc/
bytes.rb
3
puts $*[0][2..-1].split('').each_slice(2).map {|_| '0x%02X' % _.
join
.to_i(16) }.
join
(', ')
file_to_bytes.rb
5
puts lst.
join
(', ')
/src/usr.bin/join/
Makefile
4
PROG=
join
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
__init__.py
6
__version__ = '.'.
join
(str(v) for v in __versioninfo__) + 'dev'
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/
__init__.py
14
__version__ = ' '.
join
(str(v) for v in __versioninfo__) + 'dev'
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
__init__.py
14
__version__ = ' '.
join
(str(v) for v in __versioninfo__) + 'dev'
/src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/
__init__.py
6
__version__ = '.'.
join
(str(v) for v in __versioninfo__) + 'dev'
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
__init__.py
6
__version__ = '.'.
join
(str(v) for v in __versioninfo__) + 'dev'
/src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/py-config-discovery/
lit.site.cfg.py
4
config.test_source_root = os.path.
join
(os.path.dirname(config.test_exec_root), "discovery")
5
lit_config.load_config(config, os.path.
join
(config.test_source_root, "lit.cfg"))
/src/crypto/external/apache2/openssl/dist/util/
echo.pl
11
print
join
(' ', @ARGV);
/src/crypto/external/bsd/openssl/dist/util/
echo.pl
11
print
join
(' ', @ARGV);
/src/crypto/external/bsd/openssl.old/dist/util/
echo.pl
11
print
join
(' ', @ARGV);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
compiler.c
37
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
39
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
46
set need_a_set [regsub -all {\.} [
join
{xlc __xlc__} -] - compiler_info]
50
set compiler_info [
join
{armcc __ARMCC_VERSION} -]
54
set compiler_info [
join
{clang __clang_major__ __clang_minor__ __clang_patchlevel__} -]
61
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
66
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
compiler.cc
28
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
30
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
37
set need_a_set [regsub -all {\.} [
join
{xlc __xlc__} -] - compiler_info]
41
set compiler_info [
join
{armcc __ARMCC_VERSION} -]
45
set compiler_info [
join
{clang __clang_major__ __clang_minor__ __clang_patchlevel__} -]
52
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
57
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
compiler.c
37
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
39
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
46
set need_a_set [regsub -all {\.} [
join
{xlc __xlc__} -] - compiler_info]
50
set compiler_info [
join
{armcc __ARMCC_VERSION} -]
54
set compiler_info [
join
{clang __clang_major__ __clang_minor__ __clang_patchlevel__} -]
61
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
66
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
compiler.cc
28
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ __GNUC_PATCHLEVEL__} -]
30
set compiler_info [
join
{gcc __GNUC__ __GNUC_MINOR__ "unknown"} -]
37
set need_a_set [regsub -all {\.} [
join
{xlc __xlc__} -] - compiler_info]
41
set compiler_info [
join
{armcc __ARMCC_VERSION} -]
45
set compiler_info [
join
{clang __clang_major__ __clang_minor__ __clang_patchlevel__} -]
52
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
57
set compiler_info [
join
"icc $icc_major $icc_minor $icc_update" -]
/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
arm-xlate.pl
24
if ($flavour =~ /linux/) { ".arch\t".
join
(',',@_); }
28
if ($flavour =~ /linux/) { ".fpu\t".
join
(',',@_); }
39
if ($flavour =~ /ios/) { ".private_extern\t".
join
(',',@_); }
40
else { ".hidden\t".
join
(',',@_); }
55
} else { $ret = ".comm\t".
join
(',',@args); }
81
if ($flavour =~ /linux/) { ".type\t".
join
(',',@_); }
82
elsif ($flavour =~ /ios32/) { if (
join
(',',@_) =~ /(\w+),%function/) {
91
if ($flavour =~ /linux/) { ".size\t".
join
(',',@_); }
95
if ($flavour =~ /linux/) { ".inst\t".
join
(',',@_); }
96
else { ".long\t".
join
(',',@_);
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
arm-xlate.pl
24
if ($flavour =~ /linux/) { ".arch\t".
join
(',',@_); }
28
if ($flavour =~ /linux/) { ".fpu\t".
join
(',',@_); }
32
if ($flavour =~ /ios/) { ".private_extern\t".
join
(',',@_); }
33
else { ".hidden\t".
join
(',',@_); }
48
} else { $ret = ".comm\t".
join
(',',@args); }
74
if ($flavour =~ /linux/) { ".type\t".
join
(',',@_); }
75
elsif ($flavour =~ /ios32/) { if (
join
(',',@_) =~ /(\w+),%function/) {
84
if ($flavour =~ /linux/) { ".size\t".
join
(',',@_); }
88
if ($flavour =~ /linux/) { ".inst\t".
join
(',',@_); }
89
else { ".long\t".
join
(',',@_);
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/
sysroot.py
20
winsdk = os.path.
join
(p, 'Windows Kits', '10')
24
vswhere = os.path.
join
(
34
mkjunction(os.path.
join
(out_dir, 'VC'),
35
os.path.
join
(vsinstalldir, 'VC'))
36
os.mkdir(os.path.
join
(out_dir, 'Windows Kits'))
37
mkjunction(os.path.
join
(out_dir, 'Windows Kits', '10'), winsdk)
54
os.symlink(sdkpath, os.path.
join
(out_dir, os.path.basename(sdkpath)))
66
'-DCMAKE_OSX_SYSROOT=' + os.path.
join
(abs_out_dir, 'MacOSX.sdk'),
71
os.path.
join
(abs_out_dir, 'MacOSX.sdk'),
73
os.path.
join
(abs_out_dir, 'iPhoneOS.sdk')
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
remote-args.h
45
/*
Join
together the separate arguments in ARGS and build a single
51
passed through ::
join
we will get back the string 'a\ b' (without the
54
extern std::string
join
(const std::vector<char *> &args);
/src/crypto/external/apache2/openssl/dist/include/crypto/
bn_conf.h.in
2
{-
join
("\n",map { "/* $_ */" } @autowarntext) -}
/src/crypto/external/apache2/openssl/dist/fuzz/
helper.py
22
CORPORA_DIR = os.path.abspath(os.path.
join
(THIS_DIR, "corpora"))
24
FUZZER_DIR = os.path.abspath(os.path.
join
(CORPORA_DIR, FUZZER))
31
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
37
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
46
cmd = ([os.path.abspath(os.path.
join
(THIS_DIR, FUZZER))] + sys.argv[2:]
48
print(" ".
join
(cmd))
/src/crypto/external/bsd/openssl/dist/fuzz/
helper.py
22
CORPORA_DIR = os.path.abspath(os.path.
join
(THIS_DIR, "corpora"))
24
FUZZER_DIR = os.path.abspath(os.path.
join
(CORPORA_DIR, FUZZER))
31
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
37
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
46
cmd = ([os.path.abspath(os.path.
join
(THIS_DIR, FUZZER))] + sys.argv[2:]
48
print(" ".
join
(cmd))
/src/crypto/external/bsd/openssl.old/dist/fuzz/
helper.py
22
CORPORA_DIR = os.path.abspath(os.path.
join
(THIS_DIR, "corpora"))
24
FUZZER_DIR = os.path.abspath(os.path.
join
(CORPORA_DIR, FUZZER))
31
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
37
dd = os.path.abspath(os.path.
join
(CORPORA_DIR, d))
46
cmd = ([os.path.abspath(os.path.
join
(THIS_DIR, FUZZER))] + sys.argv[2:]
48
print(" ".
join
(cmd))
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat May 30 00:24:47 UTC 2026