OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:res_ptr
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c
154
char *
res_ptr
= NULL;
local
185
old_res_ptr =
res_ptr
;
189
res_ptr
= (char *) malloc (res_size + 1);
194
res_ptr
= (char *) realloc (
res_ptr
, res_size + 1);
196
if (
res_ptr
== NULL)
204
strcpy (
res_ptr
+ res_size - (l2 + 1) - (l1 + 1), buf1);
205
strcpy (
res_ptr
+ res_size - (l2 + 1), buf2);
212
*(
res_ptr
+ res_size) = '\0';
213
cp =
res_ptr
;
[
all
...]
/external/e2fsprogs/intl/
localcharset.c
147
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
;
/hardware/msm7k/librpc/rpc/
clnt.h
209
extern bool_t clnt_freeres( CLIENT *xdr, xdrproc_t xdr_res, caddr_t
res_ptr
);
/external/libxslt/libxslt/
variables.c
1420
void *
res_ptr
;
local
[
all
...]
Completed in 282 milliseconds