HomeSort by relevance Sort by last modified time
    Searched refs:homedir (Results 1 - 10 of 10) sorted by null

  /external/dropbear/
cli-kex.c 153 char * homedir = NULL; local
155 homedir = getenv("HOME");
157 if (!homedir) {
161 homedir = pw->pw_dir;
165 if (homedir) {
167 len = strlen(homedir);
170 snprintf(filename, len+18, "%s/.ssh", homedir);
175 homedir, strerror(errno));
181 snprintf(filename, len+18, "%s/.ssh/known_hosts", homedir);
200 homedir);
    [all...]
  /external/dbus/dbus/
dbus-userdb.c 264 info->homedir) ||
337 * Gets homedir of user owning current process. The returned string
340 * @param homedir place to store pointer to homedir
344 _dbus_homedir_from_current_process (const DBusString **homedir)
352 *homedir = &process_homedir;
362 * @param homedir string to append home directory to
363 * @returns #TRUE if user existed and we appended their homedir
367 DBusString *homedir)
387 if (!_dbus_string_append (homedir, info->homedir)
    [all...]
dbus-userdb.h 96 dbus_bool_t _dbus_homedir_from_current_process (const DBusString **homedir);
98 DBusString *homedir);
dbus-keyring.c 2 /* dbus-keyring.c Store secret cookies in your homedir
38 * essentially the "verify that client can read the user's homedir"
40 * to the homedir.
43 * file in the user's homedir. However they are transient (only used
719 DBusString homedir; local
730 if (!_dbus_string_init (&homedir))
747 &homedir, 0))
752 if (!_dbus_homedir_from_username (username, &homedir))
763 _dbus_string_set_length (&homedir, 0);
764 if (!_dbus_string_append (&homedir, override)
    [all...]
dbus-userdb-util.c 414 const DBusString *homedir; local
419 if (!_dbus_homedir_from_current_process (&homedir))
420 _dbus_assert_not_reached ("didn't get homedir");
422 printf (" Current user: %s homedir: %s\n",
424 _dbus_string_get_const_data (homedir));
dbus-sysdeps.h 189 char *homedir; /**< Home directory */ member in struct:DBusUserInfo
dbus-sysdeps-unix.c 2738 const DBusString *homedir; local
    [all...]
dbus-sysdeps.c 595 dbus_free (info->homedir);
  /external/bluetooth/glib/tests/
testglib.c 674 const gchar *tmpdir, *homedir, *userdatadir, *uconfdir, *ucachedir; local
700 homedir = g_get_home_dir ();
701 g_assert (homedir != NULL);
724 g_print ("home: %s\n", homedir);
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1707 const char *homedir; local
    [all...]

Completed in 61 milliseconds