Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/bin/sh/
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="${MSG} Messages produced on stderr unexpected..."
269 MSG="${MSG}${nl}$( cat "${TEMP_FILE}" )"
274 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
275 MSG="${MSG} Expected messages on stderr,"
276 MSG="${MSG} nothing produced"
289 MSG="${MSG}${MSG:+${nl}}[$TEST_NUM]"
[all …]
Dt_set_e.sh48 MSG=`printf "%-56s %-8s %s" "$3" "$result" "$2"`
49 failwith "$MSG"
/freebsd-10-stable/contrib/sendmail/contrib/
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/
Dunimkmsg.h34 #define MK_MSG_ORIG(MSG,TYPE,CREF,FLAG) \ argument
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) \ argument
44 (MSG)->mtype = (TYPE); \
45 (MSG)->u.hdr.cref.cref = (CREF)->cref; \
46 (MSG)->u.hdr.cref.flag = !(CREF)->flag; \
47 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \
Dunipriv.h426 #define uni_enq_coord(UNI, SIG, COOKIE, MSG) do { \ argument
428 (SIG), (COOKIE), (MSG), NULL); \
432 #define uni_delenq_coord(UNI, SIG, COOKIE, MSG) do { \ argument
434 (SIG), (COOKIE), (MSG), NULL); \
438 #define uni_enq_call(CALL, SIG, COOKIE, MSG, U) do { \ argument
440 (SIG), (COOKIE), (MSG), (U)); \
444 #define uni_enq_party(PARTY, SIG, COOKIE, MSG, U) do { \ argument
446 (PARTY), (SIG), (COOKIE), (MSG), (U)); \
450 #define uni_enq_start(UNI, SIG, COOKIE, MSG, U) do { \ argument
452 (SIG), (COOKIE), (MSG), (U)); \
[all …]
/freebsd-10-stable/contrib/gcc/config/i386/
Dgmon-sol2.c118 #define MSG "No space for profiling buffer(s)\n" macro
143 write( 2 , MSG , sizeof(MSG) ); in monstartup()
148 write( 2 , MSG , sizeof(MSG) ); in monstartup()
160 write( 2 , MSG , sizeof(MSG) ); in monstartup()
/freebsd-10-stable/sys/contrib/ngatm/netnatm/
Dunimsg.h74 #define uni_msg_rptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_rptr) argument
75 #define uni_msg_wptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_wptr) argument
/freebsd-10-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c89 #define MSG "No space for profiling buffer(s)\n" macro
115 write( 2 , MSG , sizeof(MSG) ); in monstartup()
120 write( 2 , MSG , sizeof(MSG) ); in monstartup()
132 write( 2 , MSG , sizeof(MSG) ); in monstartup()
/freebsd-10-stable/contrib/dialog/samples/
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/libexec/fingerd/
Dfingerd.c202 #define MSG ": cannot execute\n" in main() macro
203 write(STDERR_FILENO, MSG, strlen(MSG)); in main()
204 #undef MSG in main()
/freebsd-10-stable/contrib/wpa/src/eap_server/
Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
57 case MSG: in eap_ikev2_state_txt()
89 data->state = MSG; in eap_ikev2_init()
214 case MSG: in eap_ikev2_buildReq()
398 eap_ikev2_state(data, MSG); in eap_ikev2_process()
416 data->state = MSG; in eap_ikev2_process()
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
Deap_server_tls_common.c165 data->state = MSG; in eap_server_tls_build_msg()
337 data->state = MSG; in eap_server_tls_reassemble()
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
Dnetconfig_ipv658 MSG="Would you like to try stateless address autoconfiguration (SLAAC)${AGAIN}?"
60 --yesno "${MSG}" 0 0
/freebsd-10-stable/contrib/sqlite3/tea/win/
Dmakefile.vc25 MSG = ^
28 !error $(MSG)
135 MSG = ^
138 !error $(MSG)
Drules.vc437 MSG=^
439 !error $(MSG)
445 MSG=^
447 !error $(MSG)
514 MSG=^
516 !error $(MSG)
527 MSG =^
529 !error $(MSG)
653 MSG =^
655 !error $(MSG)
/freebsd-10-stable/contrib/libpcap/
Dpcap-septel.c61 MSG *m; in septel_read()
102 m = (MSG*)h; in septel_read()
/freebsd-10-stable/libexec/bootpd/
Ddovend.c57 #define NEED(LEN, MSG) do \ argument
60 hp->hostname->string, MSG); \
/freebsd-10-stable/sys/sparc64/sbus/
Dlsi64854.c238 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \ argument
245 printf(MSG); \
247 panic(MSG); \
/freebsd-10-stable/sys/mips/include/
Dasm.h245 MSG(msg)
253 MSG(msg)
255 #define MSG(msg) \ macro
/freebsd-10-stable/sys/ia64/include/
Dasm.h150 #define MSG(msg,reg,label) \ macro
/freebsd-10-stable/games/fortune/datfiles/
Dzippy.sp.ok87 MSG
/freebsd-10-stable/share/doc/smm/18.net/
Dspell.ok79 MSG
/freebsd-10-stable/share/doc/psd/05.sysman/
Dspell.ok32 MSG
/freebsd-10-stable/share/doc/psd/21.ipc/
Dspell.ok59 MSG

12