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

  /external/selinux/policycoreutils/restorecond/
restorecond.c 65 const char *homedir; variable
211 homedir = pwd->pw_dir;
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c 57 void FreeHomeDir(char *homedir);
157 char *homedir = NULL; local
164 homedir = strdup (pwEnt->pw_dir);
167 return homedir;
173 * directory. param: homedir - the string returned by a previous call to
177 FreeHomeDir(char *homedir)
179 free (homedir);
  /external/openssh/
auth.c 472 char buf[PATH_MAX], homedir[PATH_MAX]; local
482 if (pw_dir != NULL && realpath(pw_dir, homedir) != NULL)
521 /* If are past the homedir then we can stop */
522 if (comparehome && strcmp(homedir, buf) == 0)
sftp-server.c 1511 char *cp, *homedir = NULL, buf[4*4096]; local
    [all...]
  /external/mksh/src/
eval.c 76 static char *homedir(char *);
1755 homedir(char *name) function
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 393 milliseconds