Home
last modified time | relevance | path

Searched refs:msg1 (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/libssp/
H A Dssp.c99 fail (const char *msg1, size_t msg1len, const char *msg3) in fail() argument
121 memcpy (p, msg1, msg1len); in fail()
/dragonfly/contrib/gcc-8.0/libssp/
H A Dssp.c115 fail (const char *msg1, size_t msg1len, const char *msg3) in fail() argument
137 memcpy (p, msg1, msg1len); in fail()
/dragonfly/crypto/openssh/
H A Dsshconnect.c1134 char *msg1 = NULL, *msg2 = NULL; in check_host_key() local
1136 xasprintf(&msg1, "The authenticity of host " in check_host_key()
1140 xextendf(&msg1, "\n", "but keys of different " in check_host_key()
1143 xextendf(&msg1, "", "."); in check_host_key()
1151 xextendf(&msg1, "\n", "%s key fingerprint is %s.", in check_host_key()
1154 xextendf(&msg1, "\n", "%s", ra); in check_host_key()
1156 xextendf(&msg1, "\n", in check_host_key()
1165 xextendf(&msg1, "\n", "%s", msg2); in check_host_key()
1167 xextendf(&msg1, "\n", in check_host_key()
1171 confirmed = confirm(msg1, fp); in check_host_key()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_util.c196 static const char msg1[] = "Fatal Internal Error in libarchive: "; in __archive_errx() local
199 s = write(2, msg1, strlen(msg1)); in __archive_errx()
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c1038 struct netmsg_nat_del nat_del_msg, *msg1; in ip_fw3_nat_fini() local
1043 msg1 = &nat_del_msg; in ip_fw3_nat_fini()
1045 msg1->id = i + 1; in ip_fw3_nat_fini()
1046 netmsg_init(&msg1->base, NULL, &curthread->td_msgport, in ip_fw3_nat_fini()
1049 netisr_domsg(&msg1->base, 0); in ip_fw3_nat_fini()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c6271 const char *const msg1 in build_op_delete_call() local
6296 && warning (OPT_Wc__14_compat, msg1)) in build_op_delete_call()
6303 if (permerror (input_location, msg1)) in build_op_delete_call()