Searched refs:user_name (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c57 static char *user_name; variable
266 user_name = xstrdup( user );
440 if (!user_name) init_paths();
441 return user_name;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c1312 char *user_name;
1316 user_name = pw->pw_name;
1319 user_name = struid;
1326 argv[3] = user_name;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_cuseeme.c164 char user_name [20]; member in struct:oc_header
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c412 gchar *user_name; local
413 g_variant_get (value, "&s", &user_name);
415 priv->name = g_strdup (user_name);

Completed in 52 milliseconds