Searched refs:homedir (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-10.0-release/crypto/openssh/
H A Dsftp-server.c1406 char *cp, *homedir = NULL, buf[4*4096]; local
1444 homedir = percent_expand(cp, "d", user_pw->pw_dir,
1499 if (homedir != NULL) {
1500 if (chdir(homedir) != 0) {
1501 error("chdir to \"%s\" failed: %s", homedir,
/freebsd-10.0-release/release/picobsd/tinyware/msh/
H A Dsh.h249 Extern struct var *homedir; /* home directory */ variable in typeref:struct:var
H A Dsh3.c675 if ((cp = t->words[1]) == NULL && (cp = homedir->value) == NULL)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c1283 const char *homedir = svn_user_get_homedir(pool);
1284 if (! homedir)
1287 svn_dirent_canonicalize(homedir, pool),
1279 const char *homedir = svn_user_get_homedir(pool); local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dwin32-nat.c2436 char *homedir; local
2440 homedir = getenv ("HOME");
2441 if (homedir)
2444 char *oldini = (char *) alloca (strlen (homedir) +
2446 strcpy (oldini, homedir);
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c120 char *homedir; variable
1547 if ((homedir = strstr(chrootdir, "/./")) != NULL) {
1548 *(homedir++) = '\0'; /* wipe '/' */
1549 homedir++; /* skip '.' */
1556 homedir = "/";
1567 homedir = pw->pw_dir;
1579 if (chdir(homedir) < 0) {
H A Dftpcmd.y515 cwd(homedir);
/freebsd-10.0-release/libexec/bootpd/
H A Dreadfile.c914 PARSE_STR(homedir);
1466 DUP_LINK(homedir);
1949 del_string(hostptr->homedir);
/freebsd-10.0-release/contrib/amd/hlfsd/
H A Dstubs.c325 } else if (!(res.rlr_u.rlr_data_u = path_val = homedir(userid, groupid))) {
327 * parent process (fork in homedir()) continues
H A Dhomedir.c40 * File: am-utils/hlfsd/homedir.c
83 homedir(int userid, int groupid) function
677 pwtab[cur_pwtab_num].last_status = 0; /* assume best: used homedir */
/freebsd-10.0-release/contrib/texinfo/info/
H A Dinfomap.c1458 char *homedir; local
1469 else if ((homedir = getenv("HOME")) != NULL)
1471 filename = xmalloc(strlen(homedir) + 2 + strlen(INFOKEY_FILE));
1472 strcpy(filename, homedir);
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dconf.c105 REASSIGN(curclass.homedir, NULL);
361 } else if (strcasecmp(word, "homedir") == 0) {
362 CONF_STRING(homedir);
H A Dftpcmd.y209 cwd(homedir);
1119 home = homedir;

Completed in 166 milliseconds

12