Home | History | Annotate | Download | only in ltrace

Lines Matching full:retp

283 	struct arg_type_info *retp = data;
292 if (type_struct_add(retp, info, field->own_info) < 0) {
302 type_clone(struct arg_type_info *retp, const struct arg_type_info *info)
306 type_init_struct(retp);
308 clone_struct_add_field, retp) != NULL) {
309 type_destroy(retp);
321 type_init_array(retp, elt_type, info->u.array_info.own_info,
331 type_init_pointer(retp, ninfo, info->u.ptr_info.own_info);
344 *retp = *info;
349 retp->lens = info->lens;
350 retp->own_lens = info->own_lens;