Home
last modified time | relevance | path

Searched refs:home_dir (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dglob.c525 if (home_dir == NULL || home_dir[0] == '\0')
526 home_dir = "SYS:";
529 if (home_dir == NULL || home_dir[0] == '\0')
532 if (home_dir == NULL || home_dir[0] == '\0')
583 home_dir = p->pw_dir;
586 if (home_dir == NULL || home_dir[0] == '\0')
597 dirname = home_dir;
613 const char *home_dir; local
662 home_dir = p->pw_dir;
664 home_dir = NULL;
[all …]
/dragonfly/contrib/gdb-7/readline/
H A Dshell.c162 char *home_dir; in sh_get_home_dir() local
165 home_dir = (char *)NULL; in sh_get_home_dir()
169 home_dir = entry->pw_dir; in sh_get_home_dir()
171 return (home_dir); in sh_get_home_dir()
/dragonfly/contrib/cvs-1.12/src/
H A Dignore.c59 char *home_dir; in ign_setup() local
83 home_dir = get_homedir (); in ign_setup()
89 if (home_dir) in ign_setup()
91 char *file = strcat_filename_onto_homedir (home_dir, CVSDOTIGNORE); in ign_setup()
/dragonfly/contrib/ee/
H A Dee.c4264 char *home_dir = "~/.init.ee"; in dump_ee_conf() local
4288 file_name = resolve_name(home_dir); in dump_ee_conf()
4352 if ((option == 2) && (file_name != home_dir)) in dump_ee_conf()