Home
last modified time | relevance | path

Searched refs:expect_nl (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh_api.c348 int r = 0, remote_major, remote_minor, expect_nl; in _ssh_read_banner() local
353 expect_nl = 0; in _ssh_read_banner()
359 expect_nl = 1; in _ssh_read_banner()
364 if (expect_nl) in _ssh_read_banner()
Dkex.c1267 int r, expect_nl; in kex_exchange_identification() local
1321 expect_nl = 0; in kex_exchange_identification()
1354 expect_nl = 1; in kex_exchange_identification()
1359 if (c == '\0' || expect_nl) { in kex_exchange_identification()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dstore.c981 int expect_nl = 0; in krb5_ret_stringnl() local
992 expect_nl = 1; in krb5_ret_stringnl()
995 if (expect_nl && c != '\n') { in krb5_ret_stringnl()