1 unsigned int i;
2 
3 for (i = 0; i < tcp->s_ent->nargs; ++i)
4 	if (upeek(tcp->pid, (i < 5 ? i : i + 2)*4, &tcp->u_arg[i]) < 0)
5 		return -1;
6