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

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dgreeter.c60 gchar *authentication_user; member in struct:__anon2079
305 g_free (priv->authentication_user);
306 priv->authentication_user = username;
372 g_free (priv->authentication_user);
373 priv->authentication_user = username;
810 if (username != priv->authentication_user)
812 g_free (priv->authentication_user);
813 priv->authentication_user = g_strdup (username);
846 g_free (priv->authentication_user);
847 priv->authentication_user
[all...]

Completed in 60 milliseconds