| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| obmalloc.c | 1546 char msgbuf[64]; local [all...] |
| /external/curl/tests/server/ |
| rtspd.c | 945 char msgbuf[64]; local 955 snprintf(msgbuf, sizeof(msgbuf), "RTSP_SERVER WE ROOLZ: %ld\r\n", 957 msglen = strlen(msgbuf); 960 msglen, msgbuf); [all...] |
| sws.c | 1102 char msgbuf[64]; local [all...] |
| /external/python/cpython2/Objects/ |
| obmalloc.c | 1595 char msgbuf[64]; local [all...] |
| /system/keymaster/tests/ |
| android_keymaster_messages_test.cpp | 628 uint8_t msgbuf[] = { member in namespace:keymaster::test 664 const uint8_t* end = msgbuf + array_length(msgbuf); 665 for (size_t i = 0; i < array_length(msgbuf); ++i) { 666 const uint8_t* begin = msgbuf + i;
|
| /external/selinux/libselinux/include/selinux/ |
| selinux.h | 156 to the given security class) into msgbuf. */ 158 char *msgbuf, size_t msgbufsize);
|
| /external/wpa_supplicant_8/src/eap_server/ |
| eap_server_ttls.c | 427 struct wpabuf *encr_req, msgbuf; local 454 wpabuf_set(&msgbuf, req, pos - req); 456 "data", &msgbuf); 458 encr_req = eap_server_tls_encrypt(sm, &data->ssl, &msgbuf); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| lmerrlog.h | 43 NET_API_STATUS WINAPI NetErrorLogWrite(LPBYTE reserved1,DWORD code,LPCWSTR component,LPBYTE buffer,DWORD numbytes,LPBYTE msgbuf,DWORD strcount,LPBYTE reserved2);
|
| /external/python/cpython3/Objects/ |
| obmalloc.c | 2014 char msgbuf[64]; local [all...] |
| /external/valgrind/include/vki/ |
| vki-darwin.h | 717 #include <sys/msgbuf.h> 721 #define vki_msgbuf msgbuf
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| posixmodule.c | 612 os2_formatmsg(char *msgbuf, int msglen, char *reason)
614 msgbuf[msglen] = '\0'; /* OS/2 Doesn't Guarantee a Terminator */
616 if (strlen(msgbuf) > 0) { /* If Non-Empty Msg, Trim CRLF */
617 char *lastc = &msgbuf[ strlen(msgbuf)-1 ];
619 while (lastc > msgbuf && isspace(Py_CHARMASK(*lastc)))
625 strcat(msgbuf, " : ");
626 strcat(msgbuf, reason);
642 os2_strerror(char *msgbuf, int msgbuflen, int errorcode, char *reason)
649 rc = DosGetMessage(NULL, 0, msgbuf, msgbuflen, [all...] |
| /external/mdnsresponder/mDNSShared/ |
| uds_daemon.c | 147 char *msgbuf; // pointer to data storage to pass to free() member in struct:request_state [all...] |
| /external/python/cpython2/Modules/ |
| posixmodule.c | 779 os2_formatmsg(char *msgbuf, int msglen, char *reason) 781 msgbuf[msglen] = '\0'; /* OS/2 Doesn't Guarantee a Terminator */ 783 if (strlen(msgbuf) > 0) { /* If Non-Empty Msg, Trim CRLF */ 784 char *lastc = &msgbuf[ strlen(msgbuf)-1 ]; 786 while (lastc > msgbuf && isspace(Py_CHARMASK(*lastc))) 792 strcat(msgbuf, " : "); 793 strcat(msgbuf, reason); 809 os2_strerror(char *msgbuf, int msgbuflen, int errorcode, char *reason) 816 rc = DosGetMessage(NULL, 0, msgbuf, msgbuflen [all...] |
| /prebuilts/go/darwin-x86/src/syscall/ |
| zsysctl_openbsd.go | 69 {"kern.msgbuf", []_C_int{1, 48}},
|
| /prebuilts/go/linux-x86/src/syscall/ |
| zsysctl_openbsd.go | 69 {"kern.msgbuf", []_C_int{1, 48}},
|
| /external/mdnsresponder/mDNSCore/ |
| uDNS.c | 3329 static char msgbuf[16]; local 3340 static char msgbuf[16]; local [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| elf32-nios2.c | 3734 char msgbuf[256]; local [all...] |
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-linux.c | [all...] |