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

Lines Matching refs:index

33 	int index;
48 command[i].index = 3;
52 command[i].index = 300;
56 command[i].index = -10;
60 command[i].index = 0;
64 command[i].index = 1;
68 command[i].index = strlen(str) - 1;
72 command[i].index = strlen(str);
76 command[i].index = strlen(str) + 1;
80 command[i].index = 8;
84 command[i].index = 4;
88 command[i].index = 5;
89 command[i].length = strlen(str) - command[i].index + 1;
92 command[i].index = 5;
93 command[i].length = strlen(str) - command[i].index + 2;
96 command[i].index = 400;
100 command[i].index = 400;
104 command[i].index = 400;
108 command[i].index = 3;
112 command[i].index = 3;
116 command[i].index = 3;
120 command[i].index = 3;
124 command[i].index = -10;
128 command[i].index = 0;
132 command[i].index = -1;
136 command[i].index = -1;
140 command[i].index = -1;
144 command[i].index = -2 * strlen(str);
148 command[i].index = -2 * strlen(str);
152 command[i].index = -2 * strlen(str);
156 command[i].index = -1 * strlen(str);
160 command[i].index = -1 * strlen(str);
164 command[i].index = 100;
169 command[i].index = 100;
187 str, command[i].index);
190 this->str, this->str2, command[i].index, this->result);
193 this->str, this->str2, command[i].index);
195 this->str, this->str2, command[i].index);
197 this->str, this->str2, command[i].index);
210 str, command[i].index, command[i].length);
213 this->str, this->str2, command[i].index, command[i].length,
216 this->str, this->str2, command[i].index, command[i].length);
218 this->str, this->str2, command[i].index, command[i].length);
220 this->str, this->str2, command[i].index, command[i].length);