Home
last modified time | relevance | path

Searched refs:smb_ctx_parseunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/smbfs/include/netsmb/
HDsmb_lib.h176 int smb_ctx_parseunc(struct smb_ctx *, const char *, int, const char **);
/freebsd-13-stable/contrib/smbfs/lib/smb/
HDctx.c113 error = smb_ctx_parseunc(ctx, cp, sharetype, (const char**)&cp); in smb_ctx_init()
174 smb_ctx_parseunc(struct smb_ctx *ctx, const char *unc, int sharetype, in smb_ctx_parseunc() function