Home
last modified time | relevance | path

Searched refs:try (Results 51 – 75 of 584) sorted by relevance

12345678910>>...24

/freebsd/crypto/openssh/m4/
H A Dopenssh.m44 dnl The test program that is used to try to trigger various compiler
74 dnl If we are compiling natively, try running the program.
106 dnl If we are compiling natively, try running the program.
138 dnl If we are compiling natively, try running the program.
/freebsd/contrib/libucl/tests/basic/
H A D13.in9 # No longer valid! .include(try=true) "${CURDIR}/include_dir/invalid.conf"
/freebsd/contrib/one-true-awk/testdir/
H A Dcleanup5 rm -f *.awk *.out testall try ind NOTES cleanup xc yc
H A DT.csv56 try { for (i=1; i<=NF; i++) printf("[%s]", $i); printf("\n") }
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c568 int try; in main() local
639 for(try = 0; try < max_tries; try++){ in main()
/freebsd/sys/dev/ksyms/
H A Dksyms.c410 int error, try; in ksyms_open() local
442 for (try = 0; try < 3; try++) { in ksyms_open()
/freebsd/sbin/umount/
H A Dumount.c338 struct timeval try; in umountfs() local
448 try.tv_sec = 20; in umountfs()
449 try.tv_usec = 0; in umountfs()
451 nfsdirname, (xdrproc_t)xdr_void, (caddr_t)0, try); in umountfs()
/freebsd/sys/dev/iicbus/sensor/
H A Dds1775.c92 int err, try = 0; in ds1775_read_2() local
108 if (++try > 5) { in ds1775_read_2()
/freebsd/crypto/heimdal/appl/rsh/
H A DChangeLog211 * rsh.c: don't try broken auth if rresvport failed; try to give
286 * rsh.c: don't try to encrypt if auth is broken (Daniel Kouril)
326 try only v4 -5 -> try only v5 none, -45 -> try v5, v4
412 * rsh.c (main): try $USERNAME
490 * appl/rsh/rsh.c: Don't try v5 if (only) `-4' is specified.
/freebsd/sys/contrib/libsodium/test/default/
H A Dpre.js.inc1 try {
/freebsd/stand/i386/loader/
H A Dloader.rc6 try-include /boot/loader.rc.local
/freebsd/crypto/openssh/contrib/suse/
H A Drc.sshd67 try-restart)
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtodo.txt6 and try to optimize next connection if the same card is present for next
51 - try to work around race in receiving association event and first EAPOL
53 - try to work around race in configuring PTK and sending msg 4/4 (some NDIS
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.md47 tutorial and you try to run `cmake`. It is very possible that you get a failure
66 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
110 Notice that the sysroot is not included in `libdir` and `includedir`! If you try
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr41 msg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
84 msg_client_error="Client error, you could try an other server"
130 msg_error_when_requesting_url="Error when requesting %s, you could try an other server"
184 …ex_file="I/O or format error on INDEX file.\nPlease verify media (or path to media) and try again."
255 msg_no_usb_devices_found="No USB devices found (try Options/Re-scan Devices)"
281 msg_please_check_the_url_and_try_again="No such directory: %s\nplease check the URL and try again.\…
348 msg_server_error_when_requesting_url="Server error when requesting %s, you could try an other serve…
360 msg_sorry_try_again="Sorry, try again."
373 msg_try_dhcp_configuration="Do you want to try DHCP configuration of the interface?"
374 msg_try_ipv6_configuration="Do you want to try IPv6 configuration of the interface?"
[all …]
/freebsd/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS40 are related to large file support, try removing the above define from
49 Alternatively, try some of the platform-specific hints listed below.
/freebsd/lib/libpam/pam.d/
H A DREADME48 use_first_pass: try authentication using password from the
50 try_first_pass: first try authentication using password from
/freebsd/lib/libc/amd64/string/
H A Dtimingsafe_memcmp.S109 cmove 8(%rdi), %r8 # if not, try second pair
119 cmove -8(%rdi, %rcx, 1), %r10 # if not, try second pair
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h190 try { in report()
210 try { in report()
/freebsd/contrib/sendmail/cf/feature/
H A Drelay_local_from.m419 try FEATURE(`relay_mail_from').
/freebsd/sys/contrib/dev/rtw88/
H A Dmac.c826 int try; in en_download_firmware_legacy() local
834 for (try = 0; try < 10; try++) { in en_download_firmware_legacy()
913 int try; in download_firmware_validate_legacy() local
923 for (try = 0; try < 10; try++) { in download_firmware_validate_legacy()
/freebsd/sys/dev/iicbus/pwm/
H A Dadt746x.c153 int try = 0; in adt746x_write() local
167 if (++try > 5) { in adt746x_write()
180 int err, try = 0; in adt746x_read() local
196 if (++try > 5) { in adt746x_read()
/freebsd/sys/powerpc/powermac/
H A Dfcu.c138 int try = 0; in fcu_write() local
153 if (++try > 5) { in fcu_write()
165 int err, try = 0; in fcu_read_1() local
181 if (++try > 5) { in fcu_read_1()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c189 try(f[0], f[1], f[2], f[3], f[4], options('c', f[1])); in regress()
191 try(f[0], f[1], f[2], f[3], f[4], in regress()
232 try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts) in try() function
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_cache_mode.pod35 have been deactivated (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP), the server will try
38 Since a client may try to reuse a session intended for use in a different
65 server will try to reuse the session. This is the default.

12345678910>>...24