Home
last modified time | relevance | path

Searched refs:passwd_file_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dglocalvfs.c164 struct passwd *passwd_file_entry; in g_local_vfs_parse_name() local
168 passwd_file_entry = g_unix_get_passwd_entry (user_name, NULL); in g_local_vfs_parse_name()
171 if (passwd_file_entry != NULL && in g_local_vfs_parse_name()
172 passwd_file_entry->pw_dir != NULL) in g_local_vfs_parse_name()
173 user_prefix = g_strdup (passwd_file_entry->pw_dir); in g_local_vfs_parse_name()
177 g_free (passwd_file_entry); in g_local_vfs_parse_name()
/third_party/glib/glib/
Dglib-unix.c458 struct passwd *passwd_file_entry; in g_unix_get_passwd_entry() local
498 string_buffer_size, &passwd_file_entry); in g_unix_get_passwd_entry()
505 if (passwd_file_entry != NULL) in g_unix_get_passwd_entry()
536 while (passwd_file_entry == NULL); in g_unix_get_passwd_entry()
538 g_assert (passwd_file_entry == NULL || in g_unix_get_passwd_entry()
539 (gpointer) passwd_file_entry == (gpointer) buffer); in g_unix_get_passwd_entry()