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

/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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::__anon4783
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon4760
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.1-release/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.1-release/sys/ia64/include/
H A Dasm.h146 * MSG
150 #define MSG(msg,reg,label) \ macro
/freebsd-10.1-release/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.1-release/sys/mips/include/
H A Dasm.h245 MSG(msg)
253 MSG(msg)
255 #define MSG(msg) \ macro
/freebsd-10.1-release/sys/sparc64/sbus/
H A Dlsi64854.c238 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
245 printf(MSG); \
247 panic(MSG); \
/freebsd-10.1-release/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx380 MSG msg;
/freebsd-10.1-release/release/picobsd/build/
H A Dpicobsd280 MSG="PicoBSD build -- Current parameters:\n\n\t1. ${MSG1}\n\
291 printf "${MSG}---> We'll use the sources living in ${SRC}\n\n"
/freebsd-10.1-release/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)); \
/freebsd-10.1-release/sys/mips/mips/
H A Dexception.S1259 MSG("cache error @ EPC 0x%x CachErr 0x%x");
/freebsd-10.1-release/contrib/gcc/
H A Dtree-cfg.c3246 /* Check operand N for being valid GIMPLE and give error MSG if not. */
3247 #define CHECK_OP(N, MSG) \
3249 { error (MSG); return TREE_OPERAND (t, N); }} while (0)

Completed in 414 milliseconds