Lines Matching defs:thiscase
533 static testcase *thiscase;
614 flock.l_type = thiscase->c_type;
615 flock.l_whence = thiscase->c_whence;
616 flock.l_start = thiscase->c_start;
617 flock.l_len = thiscase->c_len;
633 if ((thiscase->c_flag) == NOBLOCK) {
642 if (flock.l_whence != thiscase->c_whence) {
646 flock.l_whence, thiscase->c_whence);
650 if (flock.l_start != thiscase->c_start) {
655 (int64_t) thiscase->c_start);
659 if (flock.l_len != thiscase->c_len) {
664 (int64_t) thiscase->c_len);
684 if (flock.l_type != thiscase->a_type) {
689 thiscase->a_type);
700 flock.l_type = thiscase->c_type;
701 flock.l_whence = thiscase->c_whence;
702 flock.l_start = thiscase->c_start;
703 flock.l_len = thiscase->c_len;
707 if ((thiscase->c_flag) == NOBLOCK) {
716 if ((thiscase->c_flag) == WILLBLOCK) {
791 thiscase = &testcases[test];
792 flock.l_type = thiscase->a_type;
793 flock.l_whence = thiscase->a_whence;
794 flock.l_start = thiscase->a_start;
795 flock.l_len = thiscase->a_len;
805 if ((thiscase->b_type) != SKIP) {
806 flock.l_type = thiscase->b_type;
807 flock.l_whence = thiscase->b_whence;
808 flock.l_start = thiscase->b_start;
809 flock.l_len = thiscase->b_len;
819 if ((thiscase->c_type) == SKIP) {
833 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type,
834 thiscase->c_whence, thiscase->c_start,
835 thiscase->c_len, thiscase->c_flag,
836 thiscase->a_type, fd, test, parent) < 0) {
847 if ((thiscase->c_flag) == WILLBLOCK) {
950 thiscase = malloc(sizeof(testcase));
952 maybe_run_child(&dochild, "nddddddddd", 2, &thiscase->c_type,
953 &thiscase->c_whence, &thiscase->c_start,
954 &thiscase->c_len, &thiscase->c_flag, &thiscase->a_type,
1061 thiscase = &testcases[58];
1062 flock.l_type = thiscase->a_type;
1063 flock.l_whence = thiscase->a_whence;
1064 flock.l_start = thiscase->a_start;
1065 flock.l_len = thiscase->a_len;
1084 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type,
1085 thiscase->c_whence, thiscase->c_start,
1086 thiscase->c_len, thiscase->c_flag,
1087 thiscase->a_type, fd, test, parent) < 0) {