Lines Matching refs:d
169 for (int d = 0; d < DEPTH; d++) {
170 sprintf(&full_path[2*d], "/%c", alpha[rand() % FILES]);
177 for (int d = 0; d < DEPTH; d++) {
179 path[2*d+2] = '\0';
184 for (int d = 0; d < DEPTH; d++) {
186 path[2*d+2] = '\0';
188 assert(strcmp(info.name, &path[2*d+1]) == 0);
197 for (int d = DEPTH-1; d >= 0; d--) {
199 path[2*d+2] = '\0';
231 for (int d = 0; d < DEPTH; d++) {
232 sprintf(&full_path[2*d], "/%c", alpha[rand() % FILES]);
240 for (int d = 0; d < DEPTH; d++) {
242 path[2*d+2] = '\0';
247 for (int d = 0; d < DEPTH; d++) {
249 path[2*d+2] = '\0';
251 assert(strcmp(info.name, &path[2*d+1]) == 0);
260 for (int d = 0; d < DEPTH; d++) {
261 sprintf(&new_path[2*d], "/%c", alpha[rand() % FILES]);
269 for (int d = 0; d < DEPTH; d++) {
270 strcpy(&path[2*d], &full_path[2*d]);
271 path[2*d+2] = '\0';
272 strcpy(&path[128+2*d], &new_path[2*d]);
273 path[128+2*d+2] = '\0';
281 for (int d = 0; d < DEPTH; d++) {
283 path[2*d+2] = '\0';
285 assert(strcmp(info.name, &path[2*d+1]) == 0);
293 for (int d = DEPTH-1; d >= 0; d--) {
295 path[2*d+2] = '\0';