Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDgpg_agent.c390 int *attempt; in password_get_gpg_agent() local
394 attempt = svn_hash_gets(parameters, ATTEMPT_PARAMETER); in password_get_gpg_agent()
413 if (*attempt == 1) in password_get_gpg_agent()
503 int *attempt = apr_palloc(pool, sizeof(*attempt)); in simple_gpg_agent_first_creds() local
505 *attempt = 1; in simple_gpg_agent_first_creds()
506 svn_hash_sets(parameters, ATTEMPT_PARAMETER, attempt); in simple_gpg_agent_first_creds()
512 *iter_baton = attempt; in simple_gpg_agent_first_creds()
526 int *attempt = (int *)iter_baton; in simple_gpg_agent_next_creds() local
550 *attempt = *attempt + 1; in simple_gpg_agent_next_creds()
595 if (*attempt < 4) in simple_gpg_agent_next_creds()
/NextBSD/contrib/binutils/ld/
HDldfile.c131 ldfile_try_open_bfd (const char *attempt, in ldfile_try_open_bfd() argument
134 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
139 info_msg (_("attempt to open %s failed\n"), attempt); in ldfile_try_open_bfd()
141 info_msg (_("attempt to open %s succeeded\n"), attempt); in ldfile_try_open_bfd()
180 ldfile_open_command_file (attempt); in ldfile_try_open_bfd()
258 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
270 attempt); in ldfile_try_open_bfd()
287 attempt, entry->local_sym_name); in ldfile_try_open_bfd()
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_s_accept.pod87 attempt is first made to use BIO_BIN_NORMAL, if this fails
88 and the port is not in use then a second attempt is made
92 called, after the accept BIO has been setup, it will attempt
136 then it is an indication that an accept attempt would block: the application
HDBIO_s_connect.pod116 connection attempt is made. Before any connection attempt the values
127 then this is an indication that a connection attempt would block,
HDd2i_X509.pod33 structure and an attempt is made to reuse it. This "reuse" capability is present
166 mistake is to attempt to use a buffer directly as follows:
201 is that the variable B<x> is uninitialized and an attempt will be made to
/NextBSD/sys/arm/ti/am335x/
HDtda19988.c569 int attempt, err; in tda19988_read_edid_block() local
586 for (attempt = 0; attempt < MAX_READ_ATTEMPTS; attempt++) { in tda19988_read_edid_block()
593 if (attempt == MAX_READ_ATTEMPTS) { in tda19988_read_edid_block()
/NextBSD/contrib/netbsd-tests/lib/librumphijack/
HDssh_config.in13 # Do not attempt password authentication in case keys fail.
/NextBSD/contrib/netbsd-tests/fs/psshfs/
HDssh_config.in13 # Do not attempt password authentication in case keys fail.
/NextBSD/share/examples/kld/khelp/
HDREADME6 an attempt to explain how everything fits together.
/NextBSD/crypto/openssh/
HDauth2.c236 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures); in input_userauth_request()
241 if (authctxt->attempt++ == 0) { in input_userauth_request()
389 (authctxt->attempt > 1 || strcmp(method, "none") != 0)) in userauth_finish()
HDsshconnect.c455 int sock = -1, attempt; in ssh_connect_direct() local
461 for (attempt = 0; attempt < connection_attempts; attempt++) { in ssh_connect_direct()
462 if (attempt > 0) { in ssh_connect_direct()
HDsshconnect2.c853 static int attempt = 0; in userauth_passwd() local
859 if (attempt++ >= options.number_of_password_prompts) in userauth_passwd()
862 if (attempt != 1) in userauth_passwd()
1318 static int attempt = 0; in userauth_kbdint() local
1320 if (attempt++ >= options.number_of_password_prompts) in userauth_kbdint()
1323 if (attempt > 1 && !authctxt->info_req_seen) { in userauth_kbdint()
/NextBSD/cddl/contrib/dtracetoolkit/Code/
HDReadme8 Some people attempt to learn DTrace by tracing their complex real
/NextBSD/crypto/openssl/doc/apps/
HDconfig.pod162 is B<0> the ENGINE will not be initialized, if B<1> and attempt it made to
164 then an attempt will be made to initialize the ENGINE after all commands in
200 B<on> this attempt to enter FIPS mode. If the call fails or the library is
216 if an attempt is made to expand an environment variable that doesn't
270 an attempt is made to load the configuration file. By making use of the
HDs_client.pod71 then an attempt is made to connect to the local host on port 4433.
145 print session information when the program exits. This will always attempt
150 attempt is made to access a certain URL. Note: the output produced by this
254 load SSL session from B<filename>. The client will attempt to resume a
260 to attempt to obtain a functional reference to the specified engine,
HDspeed.pod48 to attempt to obtain a functional reference to the specified engine,
/NextBSD/sys/dev/virtio/pci/
HDvirtio_pci.c531 int attempt, error; in vtpci_setup_intr() local
535 for (attempt = 0; attempt < 5; attempt++) { in vtpci_setup_intr()
540 switch (attempt) { in vtpci_setup_intr()
/NextBSD/contrib/file/magic/Magdir/
HDxilinx4 # This is Aaron's attempt at a MAGIC file for Xilinx .bit files.
/NextBSD/sys/dev/sfxge/
HDsfxge.c991 unsigned attempt; in sfxge_reset() local
1004 for (attempt = 0; attempt < sfxge_restart_attempts; ++attempt) { in sfxge_reset()
/NextBSD/tools/tools/net80211/wesside/
HDREADME18 * Uses aircrack periodically to attempt to crack the WEP key. The supplied
/NextBSD/contrib/groff/
HDFREEBSD-upgrade4 on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
/NextBSD/tools/tools/find-sb/
HDREADME13 this program does not even attempt.)
/NextBSD/contrib/traceroute/
HDFREEBSD-upgrade4 on a "vendor" branch. Do not, under any circumstances, attempt to upgrade
/NextBSD/contrib/tzdata/
HDsystemv5 # No attempt is made to handle Newfoundland, since it cannot be expressed
/NextBSD/usr.sbin/pc-sysinstall/doc/
HDhelp-start-autoinstall31 - When set to DHCP-ALL, the software will attempt to get a network address from DHCP on

12345678910>>...15