Searched refs:res_ptr (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalcharset.c124 char *res_ptr = NULL; local
153 res_ptr = malloc (res_size + 1);
158 res_ptr = realloc (res_ptr, res_size + 1);
160 if (res_ptr == NULL)
166 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
167 strcpy (res_ptr + res_size - (l2 + 1), buf2);
174 *(res_ptr + res_size) = '\0';
175 cp = res_ptr;
/openbsd-current/gnu/gcc/intl/
H A Dlocalcharset.c147 char *res_ptr = NULL; local
176 res_ptr = (char *) malloc (res_size + 1);
181 res_ptr = (char *) realloc (res_ptr, res_size + 1);
183 if (res_ptr == NULL)
189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
197 *(res_ptr + res_size) = '\0';
198 cp = res_ptr;
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dlocalcharset.c147 char *res_ptr = NULL; local
176 res_ptr = (char *) malloc (res_size + 1);
181 res_ptr = (char *) realloc (res_ptr, res_size + 1);
183 if (res_ptr == NULL)
189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
197 *(res_ptr + res_size) = '\0';
198 cp = res_ptr;
/openbsd-current/lib/libc/rpc/
H A Dclnt_raw.c216 clntraw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
228 return ((*xdr_res)(xdrs, res_ptr));
H A Dclnt_tcp.c327 clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
333 return ((*xdr_res)(xdrs, res_ptr));
H A Dclnt_udp.c371 clntudp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) argument
377 return ((*xdr_res)(xdrs, res_ptr));
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_resource.c228 struct ttm_resource **res_ptr)
234 ret = man->func->alloc(man, bo, place, res_ptr);
239 ttm_resource_add_bulk_move(*res_ptr, bo);
226 ttm_resource_alloc(struct ttm_buffer_object *bo, const struct ttm_place *place, struct ttm_resource **res_ptr) argument

Completed in 129 milliseconds