Home
last modified time | relevance | path

Searched defs:msgbuf (Results 26 – 50 of 88) sorted by relevance

1234

/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dmsg.h32 struct msgbuf { struct
33 __kernel_long_t mtype;
34 char mtext[1];
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dmsg.h36 struct msgbuf { struct
37 long mtype; /* type of message */
38 char mtext[1]; /* message text */
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dmsg.h38 struct msgbuf { struct
39 __kernel_long_t mtype; /* type of message */
40 char mtext[1]; /* message text */
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/
H A Dmsg.h32 struct msgbuf { struct
33 __kernel_long_t mtype;
34 char mtext[1];
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/
H A Dmsg.h32 struct msgbuf { struct
33 __kernel_long_t mtype;
34 char mtext[1];
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dmsg.h32 struct msgbuf { struct
33 __kernel_long_t mtype;
34 char mtext[1];
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
H A Dmsg.h32 struct msgbuf { struct
33 __kernel_long_t mtype;
34 char mtext[1];
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Dmsg.h44 struct msgbuf { struct
45 __kernel_long_t mtype;
46 char mtext[1];
/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c259 char msgbuf[256]; in vgetargs1_impl() local
502 int *levels, char *msgbuf, size_t bufsize, int toplevel, in converttuple()
588 int *levels, char *msgbuf, size_t bufsize, freelist_t *freelist) in convertitem()
628 converterr(const char *expected, PyObject *arg, char *msgbuf, size_t bufsize) in converterr()
657 char *msgbuf, size_t bufsize, freelist_t *freelist) in convertsimple()
1622 char msgbuf[512]; in vgetargskeywords() local
2064 char msgbuf[512]; in vgetargskeywordsfast_impl() local
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_peap.c240 struct wpabuf *buf, *encr_req, msgbuf; in eap_peap_build_phase2_req() local
276 struct wpabuf *buf1, *buf, *encr_req, msgbuf; in eap_peap_build_phase2_soh() local
499 struct wpabuf *encr_req, msgbuf; in eap_peap_build_phase2_term() local
/aosp_15_r20/system/libbase/
H A Derrors_windows.cpp37 WCHAR msgbuf[kErrorMessageBufferSize]; in SystemErrorCodeToString() local
/aosp_15_r20/external/selinux/libselinux/utils/
H A Dselinux_check_access.c18 char *msgbuf, size_t msgbufsize) in cb_auditinfo()
/aosp_15_r20/external/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_shutdown.c72 char msgbuf[100]; in main() local
H A Dtest_tcp_style.c71 char msgbuf[100]; in main() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_util.cc84 char msgbuf[CMSG_SPACE(1)]; in sock_send_fd() local
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-udpserver.c143 char *msgbuf; /* Pointer to the message */ in respond_to_client() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl06.c145 } msgbuf = {MSGTYPE, "abcd"}; in setup() local
/aosp_15_r20/external/ltp/testcases/cve/
H A Dicmp_rate_limit01.c106 char msgbuf[BUFSIZE], errbuf[BUFSIZE]; in count_icmp_errors() local
/aosp_15_r20/external/curl/lib/
H A Dstrerror.c1090 char msgbuf[256]; in Curl_sspi_strerror() local

1234