Home
last modified time | relevance | path

Searched refs:ct_home (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dkeychain.c313 if (ctx->ct_home) in smbfs_default_dom_usr()
314 free(ctx->ct_home); in smbfs_default_dom_usr()
315 ctx->ct_home = strdup(home); in smbfs_default_dom_usr()
H A Dctx.c219 printf(" ct_home=\"%s\"\n", ctx->ct_home); in dump_ctx()
436 if (ctx->ct_home) { in smb_ctx_done()
437 free(ctx->ct_home); in smb_ctx_done()
438 ctx->ct_home = NULL; in smb_ctx_done()
1515 if (ctx->ct_home == NULL) in smb_ctx_readrc()
1516 ctx->ct_home = strdup(pw.pw_dir); in smb_ctx_readrc()
1519 if ((err = smb_open_rcfile(ctx->ct_home)) != 0) { in smb_ctx_readrc()
/titanic_44/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h111 char *ct_home; member