Searched refs:substr (Results 1 - 25 of 701) sorted by relevance

1234567891011>>

/netbsd-current/sys/modules/arch/arm/
H A Dkmodhide.awk3 substr($NF, 1, 7) == "__wrap_" {
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dunbundle.awk4 { print substr($0, index($0, " ") + 1) >$1 }
/netbsd-current/distrib/sets/
H A Djoin.awk49 unvis_result = unvis_result "" substr(s, 1, unvis_pos - 1)
50 s = substr(s, unvis_pos)
52 if (substr(s, 1, 2) == "\\\\") {
55 s = substr(s, 3)
60 0+substr(s, 2, 1) * 64 + \
61 0+substr(s, 3, 1) * 8 + \
62 0+substr(s, 4, 1))
63 s = substr(s, 5)
68 substr(s, 1, 2) \
70 unvis_result = unvis_result "" substr(
[all...]
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dclmerge.in150 $r = substr ($a, 20, 4) <=> substr ($b, 20, 4);
153 $r = $months{substr ($a, 4, 3)} <=> $months{substr ($b, 4, 3)} if !$r;
156 $r = substr ($a, 8, 2) <=> substr ($b, 8, 2) if !$r;
159 $r = substr ($a, 11, 2) <=> substr ($b, 11, 2) if !$r;
160 $r = substr ($a, 14, 2) <=> substr (
[all...]
/netbsd-current/lib/libc/arch/or1k/
H A Dsyscallargs.awk36 x = substr($2, 5);
42 x = substr($0, 20, l);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dextract.awk26 int_vars["int " substr($3,2,length($3)-2) ";"] = 1
35 str_vars["char *" substr($3,2,length($3)-2) ";"] = 1
44 str_fn_vars["char *" substr($3,2,length($3)-2) ";"] = 1
54 raw_vars["char *" substr($3,2,length($3)-2) ";"] = 1
63 bool_vars["int " substr($3,2,length($3)-2) ";"] = 1
72 time_vars["int " substr($3,2,length($3)-2) ";"] = 1
81 nint_vars["int " substr($3,2,length($3)-2) ";"] = 1
90 nbool_vars["int " substr($3,2,length($3)-2) ";"] = 1
99 long_vars["long " substr($3,2,length($3)-2) ";"] = 1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D70483.cc53 res = res.substr(res.find(start_pattern) + start_pattern.size());
54 res = res.substr(0, res.find_first_of(";]"));
55 res = res.substr(res.rfind("::"));
68 res = res.substr(res.find(start_pattern) + start_pattern.size());
69 res = res.substr(0, res.find_first_of(u";]"));
70 res = res.substr(res.rfind(u"::"));
83 res = res.substr(res.find(start_pattern) + start_pattern.size());
84 res = res.substr(0, res.find_first_of(U";]"));
85 res = res.substr(res.rfind(U"::"));
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D70483.cc53 res = res.substr(res.find(start_pattern) + start_pattern.size());
54 res = res.substr(0, res.find_first_of(";]"));
55 res = res.substr(res.rfind("::"));
68 res = res.substr(res.find(start_pattern) + start_pattern.size());
69 res = res.substr(0, res.find_first_of(u";]"));
70 res = res.substr(res.rfind(u"::"));
83 res = res.substr(res.find(start_pattern) + start_pattern.size());
84 res = res.substr(0, res.find_first_of(U";]"));
85 res = res.substr(res.rfind(U"::"));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/substr/char/
H A D1.cc20 // basic_string_view::substr
37 // substr(size_type pos = 0, size_type n = npos) const;
39 str02 = str01.substr(0, 1);
41 str02 = str01.substr(10);
46 str02 = str01.substr(csz01 + 1);
60 str02 = str01.substr(csz01);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/substr/wchar_t/
H A D1.cc20 // basic_string_view::substr
39 // substr(size_type pos = 0, size_type n = npos) const;
41 str02 = str01.substr(0, 1);
43 str02 = str01.substr(10);
48 str02 = str01.substr(csz01 + 1);
62 str02 = str01.substr(csz01);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/substr/char/
H A D1.cc20 // basic_string_view::substr
37 // substr(size_type pos = 0, size_type n = npos) const;
39 str02 = str01.substr(0, 1);
41 str02 = str01.substr(10);
46 str02 = str01.substr(csz01 + 1);
60 str02 = str01.substr(csz01);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/substr/wchar_t/
H A D1.cc20 // basic_string_view::substr
39 // substr(size_type pos = 0, size_type n = npos) const;
41 str02 = str01.substr(0, 1);
43 str02 = str01.substr(10);
48 str02 = str01.substr(csz01 + 1);
62 str02 = str01.substr(csz01);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.awk33 x = substr($0, i, 1)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dstime.awk18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
/netbsd-current/external/bsd/top/dist/
H A Dsigconv.awk58 substr(str, 4), j);
70 substr(str, 4), j);
82 substr(str, 5), j);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h105 TestPartResult::Type type, const std::string& substr);
123 // statement will cause exactly one fatal Google Test failure with 'substr'
144 #define EXPECT_FATAL_FAILURE(statement, substr) \
152 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
161 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
169 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
180 // statement will cause exactly one non-fatal Google Test failure with 'substr'
210 #define EXPECT_NONFATAL_FAILURE(statement, substr) \
215 (substr));\
224 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DVersionTuple.cpp47 input = input.substr(1);
56 input = input.substr(1);
78 input = input.substr(1);
90 input = input.substr(1);
102 input = input.substr(1);
H A DGlobPattern.cpp42 S = S.substr(1);
54 S = S.substr(3);
70 S = S.substr(1);
75 S = S.substr(1);
85 StringRef Chars = S.substr(1, End - 1);
86 S = S.substr(End + 1);
88 Expected<BitVector> BV = expand(Chars.substr(1), Original);
98 S = S.substr(1);
103 S = S.substr(1);
167 if (matchOne(Pats, S.substr(
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeName.h32 Name = Name.substr(Name.find(Key));
42 Name = Name.substr(Name.find(Key));
54 return Name.substr(0, AnglePos);
/netbsd-current/etc/mtree/
H A Dmkcompat.awk4 if (NF > 0 && substr($0, 1, 1) != "#") {
/netbsd-current/sys/arch/x68k/stand/libdos/
H A Dmakestrerror.awk59 msg[nmsg] = substr($0, 5, length - 7)
/netbsd-current/usr.bin/getaddrinfo/
H A Dtables.awk42 afs[n_afs++] = substr($2, 4)
46 socktypes[n_socktypes++] = substr($2, 6)
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dmkdefs.awk36 c = toupper(substr(s, i, 1))
74 k = substr($3, RSTART, RLENGTH)
77 k = substr($3, RSTART, RLENGTH)
80 k = substr($3, RSTART, RLENGTH)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-module-handler.cc29 m_parent.m_module_name = m_parent.get_string (mod->name).substr (1);
/netbsd-current/etc/
H A DMAKEDEV.awk78 majors[nm++] = substr($2, 2, length($2)-2);
112 nam = substr(md_deventry, RSTART + 1, RLENGTH - 6);
113 typ = substr(md_deventry, RSTART + RLENGTH - 4, 3);
125 parsed = substr(md_deventry, 1, RSTART - 1) dev
126 md_deventry = substr(md_deventry, RSTART + RLENGTH)
179 incdir = substr($2, 2)
305 typ = substr(line, RSTART + 1, 3);
306 nam = substr(line, RSTART + 5, RLENGTH - 6);
322 parsed = parsed substr(line, 1, RSTART - 1) id
323 line = substr(lin
[all...]

Completed in 192 milliseconds

1234567891011>>