• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dtrace-147/test/tst/common/funcs/

Lines Matching refs:substr

33 	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 = "";
79 command[i].substr = "";
90 command[i + k].substr = command[j].substr;
96 command[i + k].substr = command[j].substr;
102 command[i + k].substr = command[j].substr;
108 command[i + k].substr = command[j].substr;
114 command[i + k].substr = command[j].substr;
120 command[i + k].substr = command[j].substr;
126 command[i + k].substr = command[j].substr;
132 command[i + k].substr = command[j].substr;
150 this->result = index(command[i].str, command[i].substr);
153 command[i].str, command[i].substr, this->result);
155 command[i].str, command[i].substr);
157 command[i].str, command[i].substr);
159 command[i].str, command[i].substr);
168 this->result = rindex(command[i].str, command[i].substr);
171 command[i].str, command[i].substr, this->result);
173 command[i].str, command[i].substr);
175 command[i].str, command[i].substr);
177 command[i].str, command[i].substr);
187 command[i].substr, command[i].position);
190 command[i].substr, command[i].position, this->result);
192 command[i].str, command[i].substr, command[i].position);
194 command[i].str, command[i].substr, command[i].position);
196 command[i].str, command[i].substr, command[i].position);
206 command[i].substr, command[i].position);
209 command[i].substr, command[i].position, this->result);
211 command[i].str, command[i].substr, command[i].position);
213 command[i].str, command[i].substr, command[i].position);
215 command[i].str, command[i].substr, command[i].position);