OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldstring
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gerror.c
298
gchar *
oldstring
;
local
302
oldstring
= *string;
303
*string = g_strconcat (prefix,
oldstring
, NULL);
304
g_free (
oldstring
);
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c
854
char *
oldstring
= string;
local
861
outbuf = string + (outbuf -
oldstring
);
Completed in 106 milliseconds