Searched refs:MSG (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/contrib/dialog/samples/
H A Dinputbox77 MSG='Hi, this is an input dialog box. You can use \n
22 --inputbox "$MSG" 16 51 \
24 --inputbox "$MSG" 16 51 \
/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
H A Dt_expand.sh245 MSG=
255 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
256 MSG="${MSG} expected exit code $3, got ${STATUS}"
267 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
268 MSG
[all...]
H A Dt_set_e.sh48 MSG=`printf "%-56s %-8s %s" "$3" "$result" "$2"`
49 failwith "$MSG"
/freebsd-10-stable/sys/contrib/ngatm/netnatm/
H A Dunimsg.h74 #define uni_msg_rptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_rptr)
75 #define uni_msg_wptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_wptr)
/freebsd-10-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl104 open(MSG, "<$tmpfile");
105 print MAIL <MSG>;
106 close(MSG);
130 if (!open(MSG, ">$tmpfile")) {
134 print(MSG <STDIN>);
135 close(MSG);
136 if (!open(MSG, "<$tmpfile")) {
146 while (<MSG>) {
193 close(MSG);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h34 #define MK_MSG_ORIG(MSG,TYPE,CREF,FLAG) \
36 (MSG)->mtype = (TYPE); \
37 (MSG)->u.hdr.cref.cref = (CREF); \
38 (MSG)->u.hdr.cref.flag = (FLAG); \
39 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \
42 #define MK_MSG_RESP(MSG,TYPE,CREF) \
44 (MSG)->mtype = (TYPE); \
45 (MSG)->u.hdr.cref.cref = (CREF)->cref; \
46 (MSG)->u.hdr.cref.flag = !(CREF)->flag; \
47 (MSG)
[all...]
H A Dunipriv.h426 #define uni_enq_coord(UNI, SIG, COOKIE, MSG) do { \
428 (SIG), (COOKIE), (MSG), NULL); \
432 #define uni_delenq_coord(UNI, SIG, COOKIE, MSG) do { \
434 (SIG), (COOKIE), (MSG), NULL); \
438 #define uni_enq_call(CALL, SIG, COOKIE, MSG, U) do { \
440 (SIG), (COOKIE), (MSG), (U)); \
444 #define uni_enq_party(PARTY, SIG, COOKIE, MSG, U) do { \
446 (PARTY), (SIG), (COOKIE), (MSG), (U)); \
450 #define uni_enq_start(UNI, SIG, COOKIE, MSG, U) do { \
452 (SIG), (COOKIE), (MSG), (
[all...]
H A Dunidef.h54 UNI_DEBUG_DEFINE(MSG) \
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv658 MSG="Would you like to try stateless address autoconfiguration (SLAAC)${AGAIN}?"
60 --yesno "${MSG}" 0 0
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c118 #define MSG "No space for profiling buffer(s)\n" macro
143 write( 2 , MSG , sizeof(MSG) );
148 write( 2 , MSG , sizeof(MSG) );
160 write( 2 , MSG , sizeof(MSG) );
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c89 #define MSG "No space for profiling buffer(s)\n" macro
115 write( 2 , MSG , sizeof(MSG) );
120 write( 2 , MSG , sizeof(MSG) );
132 write( 2 , MSG , sizeof(MSG) );
/freebsd-10-stable/libexec/fingerd/
H A Dfingerd.c202 #define MSG ": cannot execute\n" macro
203 write(STDERR_FILENO, MSG, strlen(MSG));
204 #undef MSG macro
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator in enum:eap_ssl_data::__anon4873
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon4850
57 case MSG:
58 return "MSG";
89 data->state = MSG;
214 case MSG:
398 eap_ikev2_state(data, MSG);
416 data->state = MSG;
H A Deap_server_tls_common.c165 data->state = MSG;
337 data->state = MSG;
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-septel.c61 MSG *m;
102 m = (MSG*)h;
124 dp = get_param(m);/* get pointer to MSG parameter area (m->param) */
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc25 MSG = ^
28 !error $(MSG)
135 MSG = ^
138 !error $(MSG)
/freebsd-10-stable/sys/ia64/include/
H A Dasm.h146 * MSG
150 #define MSG(msg,reg,label) \ macro
/freebsd-10-stable/libexec/bootpd/
H A Ddovend.c57 #define NEED(LEN, MSG) do \
60 hp->hostname->string, MSG); \
H A Dbootpd.c1232 #define NEED(LEN, MSG) do \
1235 hp->hostname->string, MSG); \
/freebsd-10-stable/sys/sparc64/sbus/
H A Dlsi64854.c238 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
245 printf(MSG); \
247 panic(MSG); \
/freebsd-10-stable/sys/mips/include/
H A Dasm.h245 MSG(msg)
253 MSG(msg)
255 #define MSG(msg) \ macro
/freebsd-10-stable/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx380 MSG msg;
/freebsd-10-stable/release/picobsd/build/
H A Dpicobsd238 MSG="PicoBSD build -- Current parameters:\n\n\t1. ${MSG1}\n\
249 printf "${MSG}---> We'll use the sources living in ${SRC}\n\n"
/freebsd-10-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c158 #define SSCOP_MSG_FREE(MSG) \
160 if(MSG) { \
161 MBUF_FREE((MSG)->m); \
162 MSG_FREE((MSG)); \

Completed in 170 milliseconds

12