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

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d.out4 if (substr("foobarbazbop", 3) ne "barbazbop") {
5 printf("perl => substr(\"foobarbazbop\", 3) = \"%s\"\n",
6 substr("foobarbazbop", 3));
7 printf(" D => substr(\"foobarbazbop\", 3) = \"%s\"\n",
12 if (substr("foobarbazbop", 300) ne "") {
13 printf("perl => substr(\"foobarbazbop\", 300) = \"%s\"\n",
14 substr("foobarbazbop", 300));
15 printf(" D => substr(\"foobarbazbop\", 300) = \"%s\"\n",
20 if (substr("foobarbazbop", -10) ne "obarbazbop") {
21 printf("perl => substr(\"foobarbazbo
[all...]
H A Dtst.index.d33 string substr;
43 command[i].substr = "barbaz";
47 command[i].substr = "foo";
51 command[i].substr = "foo";
55 command[i].substr = "barbazzy";
59 command[i].substr = "foobar";
63 command[i].substr = "foobarbaz";
67 command[i].substr = "foobar";
71 command[i].substr = "";
75 command[i].substr
[all...]
H A Dtst.substrminate.d34 * substr() subroutine.
45 @[substr((i & 1) ? "Bryan is smart" : "he's not a dummy", 0,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d40 int substr;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.substr.d41 trace(substr((char *)rand(), rand() ^ vtimestamp));
47 trace(substr((char *)rand(), -rand() ^ vtimestamp));
/freebsd-11-stable/tools/test/devrandom/
H A Dhammer.urandom20 $k = unpack("S", substr($a, $j, 2));
21 $z = unpack("S", substr($b, $j, 2));
H A Dhammer.random18 $k = unpack("C", substr($a, $j, 1));
H A Dstat.16bit20 $k = unpack("S", substr($a, $j, 2));
H A Dstat.8bit20 $k = unpack("C", substr($a, $j, 1));
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken.awk30 x = substr($0, i, 1)
/freebsd-11-stable/contrib/tcpdump/
H A Dstime.awk18 printf "%7.2f\t%g\n", tim-tzero, substr($6,1,i-1)/1024
/freebsd-11-stable/sys/dev/syscons/fonts/
H A Dcursor.awk14 n = substr($3, 1, i - 1)
19 width[n] = substr($4, i + 1, j - i - 1)
20 height[n] = substr($4, j + 1, k - j - 1)
25 n = substr($2, 5)
/freebsd-11-stable/contrib/top/
H A Dsigconv.awk24 substr(str, 4), j);
35 substr(str, 4), j);
46 substr(str, 5), j);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp49 s = s.substr(pos + 1);
50 return s.substr(0, s.find_first_of("\r\n"));
59 return s.substr(0, tok.data() - s.data()).count('\n') + 1;
107 size_t lineno = begin.substr(0, s.data() - begin.data()).count('\n');
113 s = s.substr(e + 1);
121 vec.push_back(s.substr(0, 2));
122 s = s.substr(2);
136 vec.push_back(s.substr(0, pos));
137 s = s.substr(pos);
152 s = s.substr(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp44 input = input.substr(1);
53 input = input.substr(1);
75 input = input.substr(1);
87 input = input.substr(1);
99 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...]
/freebsd-11-stable/contrib/llvm-project/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);
/freebsd-11-stable/usr.bin/getaddrinfo/
H A Dtables.awk43 afs[n_afs++] = substr($2, 4)
47 socktypes[n_socktypes++] = substr($2, 6)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DUriParser.cpp30 tmp_scheme = uri.substr(0, pos);
34 tmp_path = uri.substr(path_pos);
38 auto host_port = uri.substr(
49 tmp_hostname = host_port.substr(1, pos - 1);
/freebsd-11-stable/usr.bin/getconf/
H A Dfake-gperf.awk56 name = substr($1, 1, length($1) - 1);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dparseie.awk104 file=substr($i, 6)
117 if(substr(str,1,2) != "0x") {
121 c = substr(str,i,1)
H A Dparsemsg.awk81 ienum[cnt]=substr($2, 1, length($2)-2)
106 if(substr(str,1,2) != "0x") {
110 c = substr(str,i,1)
/freebsd-11-stable/contrib/tzdata/
H A Dchecktab.awk103 cc = substr (cctz, 1, 2)
104 tz = substr (cctz, 3)
110 cc = substr (cctz, 1, 2)
111 tz = substr (cctz, 3)
142 while ((i = index(src, "/"))) src = substr(src, i+1)
143 while ((i = index(dst, "/"))) dst = substr(dst, i+1)
H A Dzishrink.awk27 n = substr(name, 1, 2)
173 line = substr(line, 1, RSTART) substr(line, RSTART + 5)
178 line = substr(line, 1, RSTART) substr(line, RSTART + RLENGTH - 1)
180 line = substr(line, 1, RSTART - 1) substr(line, RSTART + 2)
185 line = substr(line, 1, end - 4) substr(line, end - 1)
189 line = substr(lin
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp26 return S.substr(0, Offset).str();
62 LineStr = LineStr.substr(Pos + strlen("struct "));
64 LineStr = LineStr.substr(Pos + strlen("class "));
66 LineStr = LineStr.substr(Pos + strlen("union "));
80 LineStr = LineStr.substr(Pos + strlen(" Size:"));
92 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
104 LineStr = LineStr.substr(Pos + strlen("sizeof="));
114 LineStr = LineStr.substr(Pos + strlen("align="));
130 LineStr = LineStr.substr(Pos + strlen("FieldOffsets: ["));
138 (void)LineStr.substr(
[all...]

Completed in 219 milliseconds

1234567891011>>