| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | pptest.cpp | 38 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) in failure() argument
|
| /third_party/ltp/testcases/kernel/io/direct_io/ |
| H A D | diotest4.c | 138 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg) in runtest_s() argument 174 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg) in testcheck_end() argument 96 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, char *msg) runtest_f() argument
|
| /third_party/ltp/testcases/kernel/syscalls/mremap/ |
| H A D | mremap05.c | 54 const char *msg; member [all...] |
| /third_party/ltp/testcases/lib/ |
| H A D | tst_net_iface_prefix.c | 54 } msg; in read_iface_prefix() local
|
| /third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
| H A D | dirtyc0w_shmem_child.c | 92 static struct uffd_msg msg; in uffd_thread_fn() local
|
| /third_party/ltp/testcases/kernel/fs/openfile/ |
| H A D | openfile.c | 82 char msg[80] = ""; in main() local
|
| /third_party/ltp/testcases/kernel/syscalls/bpf/ |
| H A D | bpf_common.c | 130 bpf_run_prog(const int prog_fd, const char *const msg, const size_t msg_len) bpf_run_prog() argument
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl36.c | 276 test_fn(void *f0(void *), void *f1(void *), void *f2(void *), const char *msg) test_fn() argument
|
| /third_party/ltp/testcases/kernel/syscalls/fork/ |
| H A D | fork04.c | 142 char msg[MAX_LINE_LENGTH]; in child_environment() local
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
| H A D | shmctl01.c | 101 static void check_nattch(int exp_nattch, const char *msg) in check_nattch() argument
|
| /third_party/ltp/testcases/kernel/syscalls/send/ |
| H A D | send02.c | 42 struct msghdr msg; in do_sendmsg() local
|
| /third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
| H A D | protocol_lws_minimal.c | 24 struct msg { struct 58 struct msg *msg = _msg; in __minimal_destroy_message() local
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/ |
| H A D | minimal-ws-client.c | 12 unsigned char msg[LWS_PRE+128]; variable
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
| H A D | protocol_lws_minimal.c | 20 struct msg { struct 66 struct msg *msg = _msg; in __minimal_destroy_message() local [all...] |
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | gzguts.h | 112 char *msg; /* error message */
member
|
| /third_party/libwebsockets/lib/roles/netlink/ |
| H A D | ops-netlink.c | 74 struct msghdr msg; in rops_handle_POLLIN_netlink() local 480 struct msghdr msg; in rops_pt_init_destroy_netlink() local [all...] |
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/ |
| H A D | protocol_lws_minimal_server_echo.c | 25 struct msg { struct 53 struct msg *msg = _msg; in __minimal_destroy_message() local
|
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
| H A D | protocol_lws_minimal.c | 20 struct msg { struct 66 struct msg *msg = _msg; in __minimal_destroy_message() local [all...] |
| /third_party/lwip/src/include/netif/ppp/ |
| H A D | pppapi.h | 97 } msg; member 102 struct pppapi_msg_msg msg; member
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | renameat2_test.c | 35 static void WriteFile(char *path, char *msg)
in WriteFile() argument
|
| /third_party/musl/libc-test/src/functionalext/info/ |
| H A D | fatal_message.c | 63 const char msg[1024] = {"abcdefghijklmnopqrstuvwxyz1234567890"}; in fatal_message_0020() local 237 const char* msg in fatal_message_0060() local 261 const char msg[1024] = {"abcdefghijklmnopqrstuvwxyz1234567890"}; fatal_message_0070() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_protect.c | 133 int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in ossl_cmp_msg_add_extraCerts() argument 30 ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg) ossl_cmp_calc_protection() argument 247 set_senderKID(const OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg, const ASN1_OCTET_STRING *id) set_senderKID() argument 256 ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) ossl_cmp_msg_protect() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/crmf/ |
| H A D | crmf_pbm.c | 128 OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq, const OSSL_CRMF_PBMPARAMETER *pbmp, const unsigned char *msg, size_t msglen, const unsigned char *sec, size_t seclen, unsigned char **out, size_t *outlen) OSSL_CRMF_pbm_new() argument
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | check.rs | 276 let mut msg = format!("unsupported &{}[T] element type", mutable); in check_type_slice_ref() variables [all...] |
| /third_party/rust/crates/cxx/syntax/ |
| H A D | check.rs | 276 let mut msg = format!("unsupported &{}[T] element type", mutable); in check_type_slice_ref() variables [all...] |