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