Searched refs:msg (Results 1 - 25 of 4874) sorted by relevance

1234567891011>>

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_262.c9 char msg = '\"'; variable
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/lang_switch/
H A Dfoo.c19 c_procedure (char* msg) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/lang_switch/
H A Dfoo.c19 c_procedure (char* msg) argument
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/tests/lib/csu/
H A Dh_initfini1.cxx6 static const char msg[] = "main executed\n"; local
7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mn10300/
H A Dpr997.s3 msg: .asciz "hello world.\n" label
4 msglen = .-msg-1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Darc-tdesc-cpu.exp39 set msg "setting HS architecture"
40 gdb_test_multiple $cmd $msg {
42 fail $msg
46 pass $msg
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Darc-tdesc-cpu.exp39 set msg "setting HS architecture"
40 gdb_test_multiple $cmd $msg {
42 fail $msg
46 pass $msg
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dstrerror.c63 char *msg; local
74 msg = NTstrerror(num, &freebuf);
75 if (msg != NULL)
76 snprintf(buf, size, "%s", msg);
79 if(freebuf && msg != NULL) {
80 LocalFree(msg);
149 char *msg; local
151 msg = NTstrerror(errval, &bfreebuf);
152 fprintf(stderr, "%s: %s\n", errmsg, msg);
154 LocalFree(msg);
166 char *msg; local
380 char *msg; local
[all...]
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Derrlist.sh5 while read code type msg; do
7 printf "\t{ ${code}, FETCH_${type}, \"${msg}\" },\n"
/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-cmsg.c7 struct msghdr msg; local
9 msg.msg_control = NULL;
10 msg.msg_controllen = 0;
12 return CMSG_FIRSTHDR(&msg) != NULL;
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Drpc_compat.h49 #define EVTAG_ASSIGN(msg, member, args...) \
50 (*(msg)->base->member##_assign)(msg, ## args)
51 #define EVTAG_GET(msg, member, args...) \
52 (*(msg)->base->member##_get)(msg, ## args)
53 #define EVTAG_ADD(msg, member, args...) \
54 (*(msg)->base->member##_add)(msg, ## args)
56 #define EVTAG_LEN(msg, membe
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Drpc_compat.h50 #define EVTAG_ASSIGN(msg, member, args...) \
51 (*(msg)->base->member##_assign)(msg, ## args)
52 #define EVTAG_GET(msg, member, args...) \
53 (*(msg)->base->member##_get)(msg, ## args)
54 #define EVTAG_ADD(msg, member, args...) \
55 (*(msg)->base->member##_add)(msg, ## args)
57 #define EVTAG_LEN(msg, membe
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_wsc_common.c19 struct wpabuf *msg; local
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
22 if (msg == NULL) {
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
30 wpabuf_put_u8(msg, 0); /* Flags */
32 return msg;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinterrupt.exp53 set msg "process is alive"
54 gdb_test_multiple "continue" $msg {
56 pass $msg
63 set msg "child process ate our char"
65 gdb_test_multiple "" $msg {
67 pass $msg
83 set msg "send_gdb control C"
84 gdb_test_multiple "" $msg {
86 pass $msg
90 set msg "cal
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinterrupt.exp52 set msg "process is alive"
53 gdb_test_multiple "continue" $msg {
55 pass $msg
62 set msg "child process ate our char"
64 gdb_test_multiple "" $msg {
66 pass $msg
82 set msg "send_gdb control C"
83 gdb_test_multiple "" $msg {
85 pass $msg
89 set msg "cal
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dreg-test52 msg() { function
65 msg 0 "error: ${1}"
79 msg 0 "source update failed for id ${TEST_ID}"
84 msg 0 "build failed for id ${TEST_ID}"
127 msg 2 "REG_IDLIST = ${REG_IDLIST}"
128 msg 2 "REG_UPDATE = ${REG_UPDATE}"
129 msg 2 "REG_BUILD = ${REG_BUILD}"
130 msg 2 "REG_TEST = ${REG_TEST}"
131 msg 2 "VERBOSITY = ${VERBOSITY}"
141 msg
[all...]
/netbsd-current/lib/liby/
H A Dyyerror.c45 yyerror(char *msg) argument
48 _DIAGASSERT(msg != NULL);
50 (void)fprintf(stderr, "%s\n", msg);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dreg-test52 msg() { function
65 msg 0 "error: ${1}"
79 msg 0 "source update failed for id ${TEST_ID}"
84 msg 0 "build failed for id ${TEST_ID}"
127 msg 2 "REG_IDLIST = ${REG_IDLIST}"
128 msg 2 "REG_UPDATE = ${REG_UPDATE}"
129 msg 2 "REG_BUILD = ${REG_BUILD}"
130 msg 2 "REG_TEST = ${REG_TEST}"
131 msg 2 "VERBOSITY = ${VERBOSITY}"
141 msg
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-dlerror.c30 const char* msg; local
36 msg = uv_dlerror(&lib);
37 ASSERT_NOT_NULL(msg);
38 ASSERT_NOT_NULL(strstr(msg, dlerror_no_error));
43 msg = uv_dlerror(&lib);
44 ASSERT_NOT_NULL(msg);
46 ASSERT_NOT_NULL(strstr(msg, path));
48 ASSERT_NULL(strstr(msg, dlerror_no_error));
51 msg = uv_dlerror(&lib);
52 ASSERT_NOT_NULL(msg);
[all...]

Completed in 1264 milliseconds

1234567891011>>