Home
last modified time | relevance | path

Searched refs:smb_ctx_opt (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/smbfs/smbutil/
H A Dlogin.c69 error = smb_ctx_opt(ctx, opt, optarg); in cmd_login()
137 error = smb_ctx_opt(ctx, opt, optarg); in cmd_logout()
H A Dview.c84 error = smb_ctx_opt(ctx, opt, optarg); in cmd_view()
H A Dprint.c74 error = smb_ctx_opt(ctx, opt, optarg); in cmd_print()
/dragonfly/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c131 error = smb_ctx_opt(ctx, opt, optarg); in main()
/dragonfly/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h187 int smb_ctx_opt(struct smb_ctx *, int, const char *);
/dragonfly/contrib/smbfs/lib/smb/
H A Dctx.c381 smb_ctx_opt(struct smb_ctx *ctx, int opt, const char *arg) in smb_ctx_opt() function