Searched refs:HomeDir (Results 1 – 5 of 5) sorted by relevance
37 typedef struct HomeDir HomeDir; typedef43 HomeDir *_new_HomeDir(void);44 HomeDir *_del_HomeDir(HomeDir *home);49 const char *_hd_lookup_home_dir(HomeDir *home, const char *user);55 const char *_hd_last_home_dir_error(HomeDir *home);80 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix, void *data,
84 struct HomeDir { struct94 static const char *hd_getpwd(HomeDir *home); argument102 HomeDir *_new_HomeDir(void) in _new_HomeDir()104 HomeDir *home; /* The object to be returned */ in _new_HomeDir()109 home = (HomeDir *) malloc(sizeof(HomeDir)); in _new_HomeDir()175 HomeDir *_del_HomeDir(HomeDir *home) in _del_HomeDir()212 const char *_hd_lookup_home_dir(HomeDir *home, const char *user) in _hd_lookup_home_dir()304 const char *_hd_last_home_dir_error(HomeDir *home) in _hd_last_home_dir_error()330 int _hd_scan_user_home_dirs(HomeDir *home, const char *prefix,448 static const char *hd_getpwd(HomeDir *home)
83 HomeDir *home; /* A home directory expander */
107 HomeDir *home; /* Home-directory lookup object */
160 HomeDir *home; /* Home-directory lookup object */