HomeSort by relevance Sort by last modified time
    Searched refs:new_string (Results 1 - 5 of 5) sorted by null

  /external/srec/seti/setiUtils/src/
platform_utils.c 115 char * new_string = NULL; local
124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG);
125 if(!new_string)
128 strcpy(new_string, in_string);
129 return new_string;
  /external/bluetooth/glib/tests/gobject/
accumulator.c 72 const gchar *new_string = g_value_get_string (handler_return); local
76 result_string = g_strconcat (accu_string, new_string, NULL);
77 else if (new_string)
78 result_string = g_strdup (new_string);
  /external/bluetooth/glib/gobject/
testgobject.c 235 gchar *new_string = g_value_get_string (handler_return); local
239 result_string = g_strconcat (accu_string, new_string, NULL);
240 else if (new_string)
241 result_string = g_strdup (new_string);
  /external/v8/src/
interpreter-irregexp.cc 55 unibrow::uchar new_string[1] = { new_char }; local
57 interp_canonicalize.get(new_char, '\0', new_string);
58 if (old_string[0] != new_string[0]) {
  /external/libvpx/examples/includes/geshi/
geshi.php 2653 $new_string = ''; variable
    [all...]

Completed in 311 milliseconds