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

12

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dssh.c123 char *homedir, /* when SFTP is used */
403 char *homedir, /* when SFTP is used */
432 size_t homelen = strlen(homedir);
440 memcpy(real_path, homedir, homelen);
1103 sshc->homedir = strdup(tempHome);
1104 if(!sshc->homedir) {
1109 conn->data->state.most_recent_ftp_entrypath = sshc->homedir;
1123 we get the homedir here, we get the "workingpath" in the DO action
1124 since the homedir will remain the same between request but the
1132 result = ssh_getworkingpath(conn, sshc->homedir,
402 ssh_getworkingpath(struct connectdata *conn, char *homedir, char **path) argument
[all...]
/macosx-10.10.1/nano-12/src/
H A Drcfile.c894 if (homedir == NULL)
897 nanorc = charealloc(nanorc, strlen(homedir) + 9);
898 sprintf(nanorc, "%s/.nanorc", homedir);
H A Dutils.c52 if (homedir == NULL) {
61 homedir = mallocstrcpy(NULL, homenv);
H A Dglobal.c212 char *homedir = NULL; variable
1504 if (homedir != NULL)
1505 free(homedir);
H A Dfiles.c2007 tilde_dir = mallocstrcpy(NULL, homedir);
2441 if (homedir != NULL) {
2442 size_t homelen = strlen(homedir);
2445 strcpy(nanohist, homedir);
H A Dproto.h142 extern char *homedir;
/macosx-10.10.1/pam_modules-140/common/
H A DCommon.c692 od_extract_home(pam_handle_t *pamh, const char *username, char **server_URL, char **path, char **homedir) argument
713 retval = od_string_from_record(record, kODAttributeTypeNFSHomeDirectory, homedir);
714 openpam_log(PAM_LOG_DEBUG, "%s - Home dir : %s", __func__, *homedir);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_parsecfg.c58 /* NULL or no file name attempts to load .curlrc from the homedir! */
62 home = homedir(); /* portable homedir finder */
H A Dtool_operate.c1045 home = homedir();
/macosx-10.10.1/remote_cmds-47/rshd.tproj/
H A Drshd.c245 char homedir[64] = "HOME="; variable
249 {homedir, shell, path, username, 0};
822 strncat(homedir, pwd->pw_dir, sizeof(homedir)-6);
/macosx-10.10.1/OpenSSH-189/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,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dshadowfile.el136 (defvar shadow-homedir nil
367 (homedir (if (shadow-local-file hup)
368 shadow-homedir
374 (suffix (shadow-suffix homedir (nth 2 hup)))
602 shadow-homedir))
814 (if (null shadow-homedir)
815 (setq shadow-homedir
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd3.c185 if (homedir == NULL)
187 cp = homedir;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgpg.vim48 \ export-options group homedir import-options
H A Dsamba.vim45 syn keyword sambaKeyword contained hidden hide home homedir hosts include
H A Dlisp.vim356 syn keyword lispFunc eql output-stream-p user-homedir-pathname
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddig.c1452 char *homedir; local
1480 homedir = getenv("HOME");
1481 if (homedir != NULL) {
1484 homedir);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c6317 register char *homedir;
6333 /* If dir starts with user's homedir, change that to ~. */
6334 homedir = (char *) egetenv ("HOME");
6336 /* homedir can be NULL in temacs, since Vprocess_environment is not
6338 if (homedir != 0)
6340 homedir = strcpy (alloca (strlen (homedir) + 1), homedir);
6341 CORRECT_DIR_SEPS (homedir);
6344 if (homedir !
6292 register char *homedir; variable
6316 CORRECT_DIR_SEPS (homedir); variable
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmisc1.c3417 static char_u *homedir = NULL; variable
3425 vim_free(homedir);
3426 homedir = NULL;
3502 homedir = pp;
3533 homedir = vim_strsave(var);
3541 vim_free(homedir);
3690 var = homedir;
3875 return homedir;
4245 if (homedir != NULL)
4246 dirlen = STRLEN(homedir);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-lkdc.in326 echo "testing Kerberos GSS mech (no homedir)" ; > ${logfile}
330 --no-homedir \
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c2579 char *homedir; local
2582 if (apr_uid_homepath_get(&homedir, user, r->pool) == APR_SUCCESS) {
2585 user = homedir + strlen(homedir) - 1;
2586 if (user >= homedir && *user == '/') {
2590 return apr_pstrcat(r->pool, homedir, p, NULL);
2593 return homedir;

Completed in 179 milliseconds

12