Home
last modified time | relevance | path

Searched refs:pwmaxlen (Results 1 – 14 of 14) sorted by relevance

/dports/devel/kio-extras/kio-extras-21.12.3/smb/
H A Dsmbauthenticator.cpp61 … *share, char *workgroup, int wgmaxlen, char *username, int unmaxlen, char *password, int pwmaxlen) in auth() argument
72 password[pwmaxlen - 1] = 0; in auth()
107 Q_ASSERT(pwmaxlen > 0); in auth()
110 strncpy(password, info.password.toUtf8(), static_cast<size_t>(pwmaxlen - 1)); in auth()
H A Dsmbcontext.cpp77 … *share, char *workgroup, int wgmaxlen, char *username, int unmaxlen, char *password, int pwmaxlen) in auth_cb() argument
91 password, pwmaxlen); in auth_cb()
H A Dsmbcontext.h46 char *password, int pwmaxlen);
H A Dsmbauthenticator.h39 char *password, int pwmaxlen);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_smb.c52 char *password, int pwmaxlen) in smb_auth_fn() argument
72 if (temp[0]) strncpy(password, temp, pwmaxlen - 1); in smb_auth_fn()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_smb.c52 char *password, int pwmaxlen) in smb_auth_fn() argument
72 if (temp[0]) strncpy(password, temp, pwmaxlen - 1); in smb_auth_fn()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/printers/
H A Dpp-samba.c136 int pwmaxlen) in deref()
188 g_strlcpy (password, samba->password, pwmaxlen); in deref()
207 int pwmaxlen)
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendsmbbrowse.c286 char *password_out, int pwmaxlen) in auth_callback() argument
294 strncpy (password_out, "", pwmaxlen); in auth_callback()
305 strncpy (password_out, "", pwmaxlen); in auth_callback()
318 strncpy (password_out, backend->last_password, pwmaxlen); in auth_callback()
391 strncpy (password_out, "", pwmaxlen); in auth_callback()
400 strncpy (password_out, ask_password, pwmaxlen); in auth_callback()
H A Dgvfsbackendsmb.c165 char *password_out, int pwmaxlen) in auth_callback() argument
173 strncpy (password_out, "", pwmaxlen); in auth_callback()
184 strncpy (password_out, "", pwmaxlen); in auth_callback()
197 strncpy (password_out, backend->last_password, pwmaxlen); in auth_callback()
288 strncpy (password_out, "", pwmaxlen); in auth_callback()
304 strncpy (password_out, ask_password, pwmaxlen); in auth_callback()
/dports/net/opennx/opennx-0.16/
H A DWinShare.cpp104 char *username, int unmaxlen, char *password, int pwmaxlen) in smbc_auth_fn() argument
107 wxUnusedVar(pwmaxlen); in smbc_auth_fn()
/dports/net/samba412/samba-4.12.15/examples/libsmbclient/
H A Dtree.c600 char *password, int pwmaxlen) in auth_fn() argument
604 strncpy(password, "test", pwmaxlen); in auth_fn()
/dports/net/samba412/samba-4.12.15/source3/client/
H A Dtree.c596 char *password, int pwmaxlen)
600 strncpy(password, "test", pwmaxlen);
/dports/net/samba412/samba-4.12.15/source4/client/
H A Dtree.c595 char *password, int pwmaxlen)
599 strncpy(password, "test", pwmaxlen);
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dtree.c596 char *password, int pwmaxlen) in auth_fn() argument
600 strncpy(password, "test", pwmaxlen); in auth_fn()