Home
last modified time | relevance | path

Searched defs:msg2 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/regress/lib/libc/sys/
H A Dt_msgrcv.c83 struct msg msg2 = { MSG_MTYPE_1, { 'x', 'y', 'z' } }; in ATF_TC_BODY() local
212 struct msg msg2 = { MSG_MTYPE_3, { 'x', 'y', 'z' } }; in ATF_TC_BODY() local
312 struct msgsmall msg2 = { MSG_MTYPE_1, { 'x', 'y' } }; in ATF_TC_BODY() local
/openbsd-src/gnu/gcc/libssp/
H A Dssp.c103 static const char msg2[] = " terminated\n"; in fail() local
/openbsd-src/usr.bin/ssh/
H A Dsshconnect.c1144 char *msg1 = NULL, *msg2 = NULL; in check_host_key() local
/openbsd-src/usr.sbin/unbound/util/data/
H A Dmsgreply.c634 struct query_info* msg2 = (struct query_info*)m2; in query_info_compare() local
/openbsd-src/sbin/unwind/libunbound/util/data/
H A Dmsgreply.c634 struct query_info* msg2 = (struct query_info*)m2; in query_info_compare() local
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2.c3645 early_error(char *msg1, char *msg2, char *msg3) in early_error()