HomeSort by relevance Sort by last modified time
    Searched full:g_strndup (Results 1 - 25 of 31) sorted by null

1 2

  /external/bluetooth/glib/gio/
glocalvfs.c 163 user_name = g_strndup (user_start, user_end - user_start);
gdummyfile.c 577 decoded->query = g_strndup (query_start, fragment_start - query_start);
657 decoded->host = g_strndup (host_start, host_end - host_start);
gfilenamecompleter.c 147 return g_strndup (start, a - start);
gthemedicon.c 176 themed->names[i++] = last = g_strndup (last, dashp - last);
gcontenttype.c 609 parser->comment = g_strndup (text, text_len);
    [all...]
gfileinfo.c 202 ns = g_strndup (attribute, colon - attribute);
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 124 // g_strndup guards against selection data that is not null-terminated.
125 GOwnPtr<gchar> markupString(g_strndup(reinterpret_cast<const char*>(gtk_selection_data_get_data(data)), gtk_selection_data_get_length(data)));
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 54 return g_strndup (buffer, index);
  /external/bluetooth/glib/glib/
gstrfuncs.h 194 gchar* g_strndup (const gchar *str,
gprintf.c 321 gchar *string1 = g_strndup (*string, len);
gkeyfile.c 342 sub_dir = g_strndup (file, candidate_file - file - 1);
788 pair->value = g_strndup (line, length);
814 group_name = g_strndup (group_name_start,
863 key = g_strndup (line, key_len - 1);
881 value = g_strndup (value_start, value_len);
929 locale = g_strndup (locale + 1, strlen (locale) - 2);
    [all...]
gstrfuncs.c 129 * g_strndup:
148 g_strndup (const gchar *str, function
    [all...]
gutils.c     [all...]
gconvert.c 1060 return g_strndup (string, real_len);
    [all...]
gtestutils.c 813 char *b = g_strndup (test_uri_base, c - test_uri_base);
    [all...]
galiasdef.c 2810 #undef g_strndup macro
    [all...]
galias.h 2800 #define g_strndup macro
    [all...]
  /external/bluetooth/glib/tests/
unicode-encoding.c 350 tmp = g_strstrip (g_strndup (p, end - p));
  /external/webkit/Source/WebKit/gtk/tests/
testcopyandpaste.c 99 char* markup = g_strndup((const char*) gtk_selection_data_get_data(selectionData),
  /external/bluetooth/bluez/src/
eir.c 105 eir->name = g_strndup((char *) &eir_data[2],
  /external/bluetooth/glib/
NEWS.pre-1-3 170 g_strndup(), g_on_error_query(), g_on_error_stack_trace(), g_strdup_printf(),
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 572 char *tmp = g_strndup (ct, p - ct);
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 1140 g_strndup
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
string_utils.sgml 52 <!-- ##### FUNCTION g_strndup ##### -->
  /external/bluetooth/bluez/audio/
telephony-maemo6.c     [all...]

Completed in 2229 milliseconds

1 2