Home
last modified time | relevance | path

Searched +defs:initial +defs:value (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/iscsid/
H A Dlogin.c220 static bool initial = true; in login_receive() local
330 const char *value) in login_negotiate_key()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y122 void *value; member
518 set_var(returns_enum_t type, char *name, void *value) in set_var()
1051 init_parse_variables(int initial) in init_parse_variables()
1215 validate_type(returns_enum_t expected, returns_t *value, int check) in validate_type()
1238 validate_return(const char *expected, const char *value, int check) in validate_return()
1259 validate_byte(returns_t *expected, returns_t *value, int check) in validate_byte()
1313 validate_variable(int ret, returns_enum_t type, const void *value, int i, in validate_variable()
/freebsd/usr.sbin/ctld/
H A Dlogin.c88 login_receive(struct connection *conn, bool initial) in login_receive()
450 const char *value, bool skipped_security, struct keys *response_keys) in login_negotiate_key()
/freebsd/crypto/openssh/
H A Dkex.c676 const u_char *value, size_t vlen) in kex_ext_info_client_parse()
710 const u_char *value, size_t vlen) in kex_ext_info_server_parse()
775 int r, initial = (kex->flags & KEX_INITIAL) != 0; in kex_input_newkeys() local
H A Dsftp-client.c188 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial) in get_msg_extended()
503 u_char *value; in sftp_init() local
/freebsd/contrib/dialog/
H A Ddialog.c410 ignore_leak(void *value) in ignore_leak()
1685 #define TraceDone(fmt,value) \ in process_common_options() argument
1687 #define TraceLate(fmt,value) \ in process_common_options() argument
1843 int initial = 1; in main() local
/freebsd/contrib/tnftp/src/
H A Dcmds.c1669 quote1(const char *initial, int argc, char *argv[]) in quote1()
2696 set_option(const char * option, const char * value, int doverbose) in set_option()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp515 T const& operator + ( T const& value, StreamEndStop ) { in operator +()
1427 auto operator << ( T const& value ) -> ReusableStringStream& { in operator <<()
1550 static const bool value = decltype(test<std::ostream, const T&>(0))::value; member in Catch::Detail::IsStreamInsertable
1572 , std::string>::type convertUnstreamable( T const& value ) { in convertUnstreamable()
1952 [](const auto& value) { in convert()
1975 static const bool value = member
1983 static const bool value = false; member
2621 void captureValues( size_t index, T const& value ) { in captureValues()
2626 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues()
3050 Approx operator()( T const& value ) { in operator ()()
[all …]