Home
last modified time | relevance | path

Searched refs:msg2 (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libssp/
H A Dssp.c113 static const char msg2[] = " terminated\n"; in fail() local
118 len = msg1len + progname_len + sizeof(msg2)-1 + 1; in fail()
125 memcpy (p, msg2, sizeof(msg2)); in fail()
/dflybsd-src/contrib/gcc-8.0/libssp/
H A Dssp.c129 static const char msg2[] = " terminated\n"; in fail() local
134 len = msg1len + progname_len + sizeof(msg2)-1 + 1; in fail()
141 memcpy (p, msg2, sizeof(msg2)); in fail()
/dflybsd-src/tools/regression/priv/
H A Dtest.c15 test(int (*fn)(), int expected, char *msg, char *msg2) in test() argument
23 printf("%s (%s): ", msg, msg2); in test()
H A Dtest.h1 void test(int (*fn)(), int expected, char *msg, char *msg2);
/dflybsd-src/crypto/openssh/
H A Dsshconnect.c1182 char *msg1 = NULL, *msg2 = NULL; in check_host_key() local
1210 if ((msg2 = other_hostkeys_message(host, ip, host_key, in check_host_key()
1213 xextendf(&msg1, "\n", "%s", msg2); in check_host_key()
1223 free(msg2); in check_host_key()
/dflybsd-src/contrib/gdb-7/gdb/stubs/
H A Dia64vms-stub.c2089 char msg2[160]; in display_excp() local
2092 { sizeof (msg2), DSC$K_DTYPE_T, DSC$K_CLASS_S, msg2}; in display_excp()
2097 term_write (msg2, msg2len); in display_excp()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c6274 const char *const msg2 in build_op_delete_call() local
6297 inform (DECL_SOURCE_LOCATION (fn), msg2, fn); in build_op_delete_call()
6307 inform (DECL_SOURCE_LOCATION (fn), msg2, fn); in build_op_delete_call()