Searched defs:split (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlayout.c55 gchar **split; local
63 split = g_strsplit (name, "\t", 2);
64 if (split[0])
66 *layout = g_strdup (split[0]);
67 if (split[1])
68 *variant = g_strdup (split[1]);
70 g_strfreev (split);
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp363 RTCString::split(const RTCString &a_rstrSep, SplitMode mode /* = RemoveEmptyParts */) const function in class:RTCString

Completed in 228 milliseconds