Lines Matching refs:test_objects
337 } test_objects[] = { variable
457 SYMLINK, "symlink", 5, &test_objects[0],
459 READLINK, "readlink", 4, &test_objects[5],
461 STAT, "stat", 3, &test_objects[9],
463 STAT_64, "stat64", 3, &test_objects[12],
465 LSTAT, "lstat", 3, &test_objects[15],
467 LSTAT_64, "lstat64", 3, &test_objects[18],
469 MKDIR, "mkdir", 1, &test_objects[21],
472 RMDIR, "rmdir", 1, &test_objects[22],
475 CHDIR, "chdir", 3, &test_objects[23],
477 LINK, "link", 2, &test_objects[26],
479 UNLINK, "unlink", 1, &test_objects[29],
481 CHMOD, "chmod", 3, &test_objects[30],
484 UTIME, "utime", 3, &test_objects[33],
487 RENAME, "rename", 2, &test_objects[36],
489 OPEN, "open", 5, &test_objects[39],