| /third_party/ltp/lib/ |
| H A D | tst_resource.c | 87 char buf[len]; in file_copy() local 122 char buf[strlen(ltproot) + 64]; in tst_resource_copy() local
|
| /third_party/ltp/testcases/cve/ |
| H A D | cve-2014-0196.c | 44 static char buf[BUFLEN]; variable
|
| /third_party/ltp/testcases/kernel/controllers/memcg/ |
| H A D | memcontrol02.c | 36 char *buf, *ptr; in alloc_anon_50M_check() local
|
| /third_party/ltp/testcases/kernel/device-drivers/uaccess/ |
| H A D | uaccess.c | 78 char buf[str_size]; in tc_write_userspace() local
|
| H A D | ltp_uaccess.c | 52 sys_result(struct device *dev, struct device_attribute *attr, char *buf) sys_result() argument 60 sys_tcase(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) sys_tcase() argument
|
| /third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
| H A D | main.c | 24 done_cb(struct lws_smtp_email *email, void *buf, size_t len) in done_cb() argument
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
| H A D | main.c | 39 char buf[16384]; in main() local
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-dhcpc/ |
| H A D | main.c | 32 char buf[64]; in lws_dhcpc_cb() local
|
| /third_party/libwebsockets/plugins/ |
| H A D | protocol_dumb_increment.c | 52 uint8_t buf[LWS_PRE + 20], *p = &buf[LWS_PRE]; in callback_dumb_increment() local
|
| /third_party/ltp/pan/ |
| H A D | splitstr.c | 167 char buf[16]; in main() local
|
| /third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_mpeg12.c | 346 uint8_t buf[12]; in vid_dec_mpeg12_Decode() local
|
| /third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
| H A D | h264eoutport.c | 58 h264e_outport_AllocateBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, OMX_BUFFERHEADERTYPE ** buf, OMX_U32 idx, OMX_PTR private, OMX_U32 size) h264e_outport_AllocateBuffer() argument 79 h264e_outport_FreeBuffer(const void * ap_obj, OMX_HANDLETYPE ap_hdl, OMX_U32 idx, OMX_BUFFERHEADERTYPE *buf) h264e_outport_FreeBuffer() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_sampler_view.c | 47 svga_debug_describe_sampler_view(char *buf, const struct svga_sampler_view *sv) in svga_debug_describe_sampler_view() argument
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmw_surface.h | 61 struct svga_winsys_buffer *buf; /* Current backing guest buffer */ member
|
| /third_party/node/src/crypto/ |
| H A D | crypto_spkac.cc | 103 unsigned char* buf = nullptr; in ExportChallenge() local
|
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | crypt.h | 90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const z_crc_t* pcrc_32_tab, unsigned long crcForCrypting) crypthead() argument
|
| /third_party/node/src/ |
| H A D | node_metadata.cc | 67 char buf[U_MAX_VERSION_STRING_LENGTH]; in InitializeIntlVersions() local
|
| H A D | node_snapshotable.h | 45 void* buf = ::operator new[](sizeof(T)); in New() local 59 void* buf = ::operator new[](sizeof(T)); in Copy() local
|
| /third_party/node/test/addons/zlib-binding/ |
| H A D | binding.cc | 18 Bytef buf[1024]; in CompressBytes() local
|
| /third_party/node/test/cctest/ |
| H A D | test_util.cc | 138 MaybeStackBuffer<T> buf; in MaybeStackBufferBasic() local 160 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 166 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 177 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 185 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 188 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 198 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 204 EXPECT_EQ(static_cast<T>(i), buf[i]); MaybeStackBufferBasic() local 231 EXPECT_EQ(static_cast<unsigned char>(i), buf[i]); TEST() local 245 MaybeStackBuffer<char> buf; TEST() local [all...] |
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_kern_chan.c | 19 static int fuse_kern_chan_receive(struct fuse_chan **chp, char *buf, in fuse_kern_chan_receive() argument
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | fmemopen.c | 11 unsigned char *buf; member 18 unsigned char buf[UNGET+BUFSIZ], buf2[]; member 35 static size_t mread(FILE *f, unsigned char *buf, size_t len) in mread() argument 55 static size_t mwrite(FILE *f, const unsigned char *buf, size_t len) in mwrite() argument 82 fmemopen(void *restrict buf, size_t size, const char *restrict mode) fmemopen() argument [all...] |
| /third_party/musl/porting/linux/user/src/passwd/ |
| H A D | getspnam_r.c | 68 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) in getspnam_r() argument
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| H A D | serv.c | 18 char buf[BUFFER_SIZE]; member
|
| /third_party/musl/porting/linux/user/src/ldso/ |
| H A D | dlerror.c | 63 char *buf = __libc_malloc(len+1); in __dl_vseterr() local
|