HomeSort by: relevance | last modified time | path
    Searched refs:get_homedir (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
cvsrc.c 68 homedir = get_homedir ();
expand_path.c 331 e = get_homedir ();
ignore.c 90 home_dir = get_homedir ();
login.c 54 homedir = get_homedir ();
wrapper.c 114 homedir = get_homedir ();
filesubr.c 828 get_homedir which remembers root's home directory in the static
829 variable. Then the switch happens and get_homedir might return a
832 fix would be to make the value returned by get_homedir only good
838 get_homedir won't get called until after the switch in user ID.
844 get_homedir (void)
843 get_homedir (void) function
cvs.h 525 char *get_homedir (void);
history.c 796 pwdir = get_homedir ();
  /src/crypto/external/bsd/openssh/dist/
misc.h 117 char *get_homedir(void);
ssh-agent.c 2384 if ((homedir = get_homedir()) == NULL)
2411 if ((homedir = get_homedir()) == NULL)
misc.c 3109 get_homedir(void) function

Completed in 60 milliseconds