Searched refs:MSG2 (Results 1 – 7 of 7) sorted by relevance
31 #define MSG2 "234567890" macro46 const char *msgptr2 = MSG2; in main()
33 #define MSG2 "234567890" macro48 const char *msgptr2 = MSG2; in main()
35 #define MSG2 "234567890" macro50 const char *msgptr2 = MSG2; in main()
32 #define MSG2 "message type2" macro76 MSGBUF snd_buf2 = {.mtype = MSGTYPE2, .mtext = MSG2}; in test_msg_except()
231 const MSG2: &[u8] = b"world!"; in try_send_spawn() constant232 const MSG2_LEN: usize = MSG2.len(); in try_send_spawn()255 let sent = &sender.try_send(MSG2).unwrap(); in try_send_spawn()
37 RUN: | FileCheck --check-prefix INVALID-FMT-SPEC-MSG2 --strict-whitespace %s48 INVALID-FMT-SPEC-MSG2: numeric-expression.txt:[[#@LINE-4]]:37: error: invalid format specifier in e…49 INVALID-FMT-SPEC-MSG2-NEXT: {{I}}NVALID-FMT-SPEC2-NEXT: INVVAR2={{\[\[#%hhd,INVVAR2:\]\]}}50 INVALID-FMT-SPEC-MSG2-NEXT: {{^}} ^{{$}}475 RUN: | FileCheck --strict-whitespace --check-prefix SAME-LINE-USE-MSG2 %s490 SAME-LINE-USE-MSG2: numeric-expression.txt:[[#@LINE-1]]:43: error: numeric variable 'UNSI2' defined…491 SAME-LINE-USE-MSG2-NEXT: {{S}}AME-LINE-USE2-NEXT: {{\[\[#UNSI2:UNSI\+1\]\] \[\[#UNSI2\+1\]\]}}492 SAME-LINE-USE-MSG2-NEXT: {{^}} ^{{$}}