Home
last modified time | relevance | path

Searched refs:g_str (Results 1 – 4 of 4) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-util-unix.c640 struct group g_str; in fill_group_info() local
646 result = getgrnam_r (group_c_str, &g_str, buf, sizeof (buf), in fill_group_info()
649 result = getgrgid_r (gid, &g_str, buf, sizeof (buf), in fill_group_info()
652 g = getgrnam_r (group_c_str, &g_str, buf, sizeof (buf)); in fill_group_info()
655 if (result == 0 && g == &g_str) in fill_group_info()
/external/bluetooth/glib/
DNEWS.pre-1-3202 * New g_str*() functions for simple string handling.
DChangeLog.pre-1-21723 * gstrfuncs.c: API cleanups of the new g_str* functions for consistency
1724 with the existing naming scheme for g_str* functions. grouped the g_str*
1730 (g_strdelimit): return the modified string like all other g_str*
2317 * gutils.c: removed all g_str* functions.
2318 * gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
2320 some of the g_str* functions on some OSes.
DChangeLog.pre-2-02692 conditions in g_str[r]str[_len].