| /src/tests/usr.bin/xlint/lint1/ |
| msg_262.c | 9 char msg = '\"'; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/lang_switch/ |
| foo.c | 19 c_procedure (char* msg)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/lang_switch/ |
| foo.c | 19 c_procedure (char* msg)
|
| /src/tests/lib/csu/ |
| h_initfini1.cxx | 6 static const char msg[] = "main executed\n"; local 7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| msdos.c | 1 char msg[] = "No vfork available - aborting\n"; variable 4 write(1, msg, sizeof(msg));
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| gstack.c | 24 const char msg[] = "looping\n"; local 27 write (1, msg, strlen (msg));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| gstack.c | 24 const char msg[] = "looping\n"; local 27 write (1, msg, strlen (msg));
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| dumpf.h | 24 extern void dumpf (int indent, const char *msg, ...)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| arc-tdesc-cpu.exp | 36 set msg "setting HS architecture" 37 gdb_test_multiple $cmd $msg { 39 fail $msg 43 pass $msg
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| dumpf.h | 24 extern void dumpf (int indent, const char *msg, ...)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| arc-tdesc-cpu.exp | 36 set msg "setting HS architecture" 37 gdb_test_multiple $cmd $msg { 39 fail $msg 43 pass $msg
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/ |
| strerror.c | 65 char *msg; local 76 msg = NTstrerror(num, &freebuf); 77 if (msg != NULL) 78 snprintf(buf, size, "%s", msg); 81 if(freebuf && msg != NULL) { 82 LocalFree(msg); 183 char *msg; local 185 msg = NTstrerror(errval, &bfreebuf); 186 fprintf(stderr, "%s: %s\n", errmsg, msg); 188 LocalFree(msg); 200 char *msg; local 414 char *msg; local [all...] |
| /src/external/bsd/fetch/dist/libfetch/ |
| errlist.sh | 5 while read code type msg; do 7 printf "\t{ ${code}, FETCH_${type}, \"${msg}\" },\n"
|
| /src/external/bsd/mdocml/dist/ |
| test-cmsg.c | 7 struct msghdr msg; local 9 msg.msg_control = NULL; 10 msg.msg_controllen = 0; 12 return CMSG_FIRSTHDR(&msg) != NULL;
|
| /src/external/bsd/libevent/dist/include/event2/ |
| rpc_compat.h | 49 #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, member) ((msg)->member##_length [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| rpc_compat.h | 50 #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, member) ((msg)->member##_length [all...] |
| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_wsc_common.c | 19 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;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| tui-window-factory.py | 18 def __init__(self, tui_win, msg): 19 self.msg = msg 21 print("Entering TestWindow.__init__: %s" % self.msg) 25 self.tui_win.write("TestWindow (%s)" % self.msg) 28 print("Entering TestWindow.__del__: %s" % self.msg) 32 def __init__(self, msg): 33 self.msg = msg 34 print("Entering TestWindowFactory.__init__: %s" % self.msg) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| tui-window-factory.py | 18 def __init__(self, tui_win, msg): 19 self.msg = msg 21 print("Entering TestWindow.__init__: %s" % self.msg) 25 self.tui_win.write("TestWindow (%s)" % self.msg) 28 print("Entering TestWindow.__del__: %s" % self.msg) 32 def __init__(self, msg): 33 self.msg = msg 34 print("Entering TestWindowFactory.__init__: %s" % self.msg) [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-dlerror.c | 30 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); 47 if (NULL == strstr(msg, "Dynamic loading not supported")) 48 ASSERT_NOT_NULL(strstr(msg, path)); 50 ASSERT_NULL(strstr(msg, dlerror_no_error)); 53 msg = uv_dlerror(&lib) [all...] |