goterror           67 user/testbin/badcall/driver.c 	int goterror = finderror(rv, error);
goterror           69 user/testbin/badcall/driver.c 	if (goterror == right_error) {
goterror           72 user/testbin/badcall/driver.c 	else if (goterror == EUNIMP || goterror == ENOSYS) {
goterror           76 user/testbin/badcall/driver.c 		errno = goterror;
goterror           84 user/testbin/badcall/driver.c 	int goterror = finderror(rv, error);
goterror           85 user/testbin/badcall/driver.c 	if (goterror == okerr1 || goterror == okerr2) {
goterror           88 user/testbin/badcall/driver.c 	else if (goterror == EUNIMP || goterror == ENOSYS) {
goterror           92 user/testbin/badcall/driver.c 		errno = goterror;