OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retry_connect
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
main.c
364
retry_connect
= (int)strtol(optarg, &ep, 10);
365
if (
retry_connect
< 1 || *ep != '\0')
586
if (!
retry_connect
)
592
retry_connect
);
593
sleep(
retry_connect
);
596
retry_connect
= 0; /* connected, stop hiding msgs */
ftp_var.h
251
GLOBAL int
retry_connect
; /* seconds between retrying connection */
variable
ftp.c
479
|| !
retry_connect
)))) {
515
(n < '5' || !
retry_connect
))) {
Completed in 43 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026