/external/ltp/include/ |
D | tst_safe_prw.h | 22 char len_strict, int fildes, void *buf, size_t nbyte, in safe_pread() 37 #define SAFE_PREAD(len_strict, fildes, buf, nbyte, offset) \ argument 42 char len_strict, int fildes, const void *buf, size_t nbyte, in safe_pwrite() 56 #define SAFE_PWRITE(len_strict, fildes, buf, nbyte, offset) \ argument
|
D | tst_safe_macros.h | 103 #define SAFE_READ(len_strict, fildes, buf, nbyte) \ argument 162 #define SAFE_WRITE(len_strict, fildes, buf, nbyte) \ argument
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
D | testsf_c.c | 33 int nbyte; in main() local
|
/external/libnl/lib/route/cls/ematch/ |
D | nbyte.c | 72 static const char *layer_txt(struct tcf_em_nbyte *nbyte) in layer_txt()
|
/external/libbrillo/brillo/streams/ |
D | file_stream.cc | 44 ssize_t Read(void* buf, size_t nbyte) override { in Read() 48 ssize_t Write(const void* buf, size_t nbyte) override { in Write()
|
/external/ltp/testcases/kernel/syscalls/epoll2/examples/ |
D | epoll-test.c | 222 int eph_read(struct eph_conn *conn, char *buf, int nbyte) in eph_read() 241 int eph_write(struct eph_conn *conn, char const *buf, int nbyte) in eph_write() 314 static int eph_write_data(struct eph_conn *conn, char const *buf, int nbyte) in eph_write_data()
|
/external/libxaac/decoder/ |
D | ixheaacd_drc_freq_dec.c | 572 WORD32 ich, nbyte = 0; in ixheaacd_drc_excluded_channels() local 601 WORD32 ich, idrc, nbyte = 1; in ixheaacd_drc_element_read() local
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 139 test::ssize_t test::read(int fildes, void* buf, test::size_t nbyte) { in read() 145 test::ssize_t test::write(int fildes, const void* buf, test::size_t nbyte) { in write()
|
/external/ltp/include/old/ |
D | safe_macros.h | 69 #define SAFE_READ(cleanup_fn, len_strict, fildes, buf, nbyte) \ argument 107 #define SAFE_WRITE(cleanup_fn, len_strict, fildes, buf, nbyte) \ argument
|
/external/ltp/lib/ |
D | safe_macros.c | 247 char len_strict, int fildes, void *buf, size_t nbyte) in safe_read() 444 char len_strict, int fildes, const void *buf, size_t nbyte) in safe_write()
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 49 #define __sanitizer_syscall_pre_read(fd, buf, nbyte) \ argument 52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument 55 #define __sanitizer_syscall_pre_write(fd, buf, nbyte) \ argument 58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument 919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ argument 923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument 927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ argument 931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument
|
/external/fastrpc/src/ |
D | fastrpc_apps_user.c | 250 static uint32_t crc32_lut(unsigned char *data, int nbyte, uint32_t *crctab) in crc32_lut()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 5118 static int getnbyte(unsigned char *pnt, int nbyte) in getnbyte()
|