Searched refs:HomeDir (Results 1 – 5 of 5) sorted by relevance
35 typedef struct HomeDir HomeDir; typedef41 HomeDir *_new_HomeDir(void);42 HomeDir *_del_HomeDir(HomeDir *home);47 const char *_hd_lookup_home_dir(HomeDir *home, const char *user);53 const char *_hd_last_home_dir_error(HomeDir *home);78 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix, void *data,
82 struct HomeDir { struct92 static const char *hd_getpwd(HomeDir *home); argument100 HomeDir *_new_HomeDir(void) in _new_HomeDir()102 HomeDir *home; /* The object to be returned */ in _new_HomeDir()107 home = (HomeDir *) malloc(sizeof(HomeDir)); in _new_HomeDir()173 HomeDir *_del_HomeDir(HomeDir *home) in _del_HomeDir()210 const char *_hd_lookup_home_dir(HomeDir *home, const char *user) in _hd_lookup_home_dir()302 const char *_hd_last_home_dir_error(HomeDir *home) in _hd_last_home_dir_error()328 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix,446 static const char *hd_getpwd(HomeDir *home)
81 HomeDir *home; /* A home directory expander */
105 HomeDir *home; /* Home-directory lookup object */
158 HomeDir *home; /* Home-directory lookup object */