Home
last modified time | relevance | path

Searched refs:apass (Results 1 – 25 of 66) sorted by relevance

123

/dports/sysutils/kf5-kwallet/kwallet-5.89.0/src/runtime/kwalletd/backend/tests/
H A Dbackendtest.cpp17 QByteArray apass("apassword", 9); in main() local
22 be.setPassword(apass); in main()
35 rc = be.open(apass); in main()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_join.c187 if (key && !strcmp(key, chptr->mode.apass)) in m_join()
191 else if (chptr->users == 0 && !chptr->mode.apass[0]) { in m_join()
220 && strcmp(chptr->mode.apass, "OVERRIDE") in m_join()
267 … chptr->mode.apass[0] ? ((flags & CHFL_CHANNEL_MANAGER) ? 0 : 1) : MAXOPLEVEL); in m_join()
385 (!chptr->mode.apass[0] && chptr->users == 0))) { in ms_join()
411 if (chptr->mode.apass[0]) { in ms_join()
412 modebuf_mode_string(&mbuf, MODE_DEL | MODE_APASS, chptr->mode.apass, 0); in ms_join()
413 chptr->mode.apass[0] = '\0'; in ms_join()
H A Dchannel.c858 if (*chptr->mode.apass) { in channel_modes()
863 strcat(pbuf, chptr->mode.apass); in channel_modes()
2111 char *apass = 0, *upass = 0; in modebuf_extract() local
2131 apass = MB_STRING(mbuf, i); in modebuf_extract()
2476 if (*state->chptr->mode.apass) { in mode_parse_upass()
2597 if (*state->chptr->mode.apass) { in mode_parse_apass()
2659 *(state->chptr->mode.apass) && in mode_parse_apass()
2666 state->chptr->mode.apass, 0); in mode_parse_apass()
2683 state->chptr->mode.apass); in mode_parse_apass()
2696 *state->chptr->mode.apass = '\0'; in mode_parse_apass()
[all …]
H A Dm_destruct.c179 if (*chptr->mode.apass) in ms_destruct()
180 modebuf_mode_string(&mbuf, MODE_DEL | MODE_APASS, chptr->mode.apass, 0); in ms_destruct()
H A Dm_create.c199 !(chptr->users == 0 && !chptr->mode.apass[0]))) { in ms_create()
/dports/security/p5-Crypt-Imail/Imail/
H A DImail.pm38 my @apass = map ord($_), split //, $pass;
44 my @epass = map {($apass[$_] + $offset) - $key[$_]} (0..$#apass);
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Druserpass.c65 ruserpass(const char *host, char **aname, char **apass, int flags) in ruserpass() argument
116 if (token(tokval) && *apass == 0) in ruserpass()
117 *apass = mh_xstrdup(tokval); in ruserpass()
162 if (!*apass && ! (flags & RUSERPASS_NO_PROMPT_PASSWORD)) { in ruserpass()
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/ftp/
H A Druserpass.c89 ruserpass(host, aname, apass, aacct) in ruserpass() argument
91 char **aname, **apass, **aacct;
172 if (token() && *apass == NULL) {
173 *apass = strdup(tokval);
174 if (*apass == NULL)
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-adminusers.php161 $apass = md5($tikilib->genPass());
163 $apass = '';
172 $apass,
181 …$userlib->send_validation_email($u['login'], $apass, $u['email'], '', '', '', 'user_creation_valid…
303 $apass = md5($tikilib->genPass()); variable
305 $apass = ''; variable
314 $apass,
327 $apass,
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Druserpass.c130 ruserpass(host, aname, apass, aacct) in ruserpass() argument
131 char *host, **aname, **apass, **aacct; in ruserpass()
207 if (token() && *apass == 0) {
208 *apass = strdup(tokval);
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/initial_dns_seedlist_discovery/
H A Duri-with-auth.yml1 uri: "mongodb+srv://auser:apass@test1.test.build.10gen.cc/?replicaSet=repl0"
11 password: apass
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DUser.c++402 HylaFAXServer::addUser(FILE* db, const char* user, u_int uid, const char* upass, const char* apass) in addUser() argument
425 if (*apass != '\0') in addUser()
426 line = fxStr::format("^%s@:%u:%s:%s\n", user, uid, upass, apass); in addUser()
453 fxStr upass, apass; in addUserCmd() local
454 if (!cvtPasswd("User", up, upass) || !cvtPasswd("Admin", ap, apass)) in addUserCmd()
463 else if (addUser(db, user, newuid, upass, apass)) in addUserCmd()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Druserpass.c100 ruserpass(host, aname, apass) in ruserpass() argument
101 const char *host, **aname, **apass; in ruserpass()
196 if (token() && *apass == 0) {
204 *apass = strcpy(newp, tokval);
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/model/
H A Dtotalstatistics.py48 atotal, aend, apass, afail = self._get_counts(self.all)
52 atotal, test_or_task, aend, apass, afail))
/dports/ftp/tnftp/tnftp-20210827/src/
H A Druserpass.c90 ruserpass(const char *host, char **aname, char **apass, char **aacct) in ruserpass() argument
171 if (t && *apass == NULL) in ruserpass()
172 *apass = ftp_strdup(tokval); in ruserpass()
/dports/www/tikiwiki/tiki-21.2/lib/registration/
H A Dregistrationlib.php354 $apass = $info['valid'];
356 $apass = md5($tikilib->genPass());
363 $apass,
378 $apass,
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/uwin/
H A Drlib.h77 extern void ruserpass(const char *host, char **aname, char **apass);
/dports/shells/ksh93/ast-93u/src/lib/libast/uwin/
H A Drlib.h77 extern void ruserpass(const char *host, char **aname, char **apass);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/uwin/
H A Drlib.h77 extern void ruserpass(const char *host, char **aname, char **apass);
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dcodeobj.h44 uint8_t apass; member
/dports/www/p5-LWP-Protocol-socks/LWP-Protocol-socks-1.7/t/
H A DLWP-Protocol-socks.t17 my $u = new URI('socks://user%3auser:pass%3apass@foobar.com/path/query=1');
/dports/net/p5-Mojo-RabbitMQ-Client/Mojo-RabbitMQ-Client-0.3.1/t/
H A Duri.t15 0, "usera", "apass", "hoast", "10000", "v/host"
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DRenderer.java217 int pass, apass, i, j, k; in doWork() local
1238 for (apass = 0; apass < num_accum_passes; apass++) { in doWork()
1243 accumDx = ACCUM_SAMPLES_X[apass] * in doWork()
1245 accumDy = ACCUM_SAMPLES_Y[apass] * in doWork()
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dss.c747 int astep, apass; /* Actual step and pass to use */ in ss_read_xy() local
753 apass = pass; in ss_read_xy()
756 apass = (step & 1) ? pis - 1 - pass : pass; in ss_read_xy()
759 patch = apass * sip + astep; in ss_read_xy()
764 ix = ox + apass * ax + astep * px; in ss_read_xy()
765 iy = oy + apass * ay + astep * py; in ss_read_xy()
777 fstep, fstep ? astep : apass); in ss_read_xy()
/dports/mail/nmh/nmh-1.7.1/h/
H A Dprototypes.h268 void ruserpass (const char *host, char **aname, char **apass, int flags);

123