/third_party/ltp/include/ |
D | tst_safe_prw.h | 9 char len_strict, int fildes, void *buf, size_t nbyte, in safe_pread() 28 #define SAFE_PREAD(len_strict, fildes, buf, nbyte, offset) \ argument 33 char len_strict, int fildes, const void *buf, size_t nbyte, in safe_pwrite() 51 #define SAFE_PWRITE(len_strict, fildes, buf, nbyte, offset) \ argument
|
D | tst_safe_file_at.h | 16 #define SAFE_FILE_READAT(dirfd, path, buf, nbyte) \ argument
|
D | tst_safe_macros.h | 96 #define SAFE_READ(len_strict, fildes, buf, nbyte) \ argument 175 #define SAFE_WRITE(len_strict, fildes, buf, nbyte) \ argument
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | fs.c | 47 ssize_t _read(int fd, void *buf, size_t nbyte) in _read() 52 ssize_t _write(int fd, const void *buf, size_t nbyte) in _write() 94 ssize_t _read(int fd, void *buf, size_t nbyte) in _read() 99 ssize_t _write(int fd, const void *buf, size_t nbyte) in _write()
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 53 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) in read_lebn() 251 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_blob_length() local 381 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_b2i_DSA_after_header() local 448 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_b2i_RSA_after_header() local 626 int nbyte, hnbyte, bitlen; in check_bitlen_rsa() local 666 int nbyte, hnbyte; in write_rsa() local 717 int nbyte; in write_dsa() local
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
D | pvkfmt.c | 53 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) in read_lebn() 251 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_blob_length() local 381 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_b2i_DSA_after_header() local 448 unsigned int nbyte = (bitlen + 7) >> 3; in ossl_b2i_RSA_after_header() local 626 int nbyte, hnbyte, bitlen; in check_bitlen_rsa() local 666 int nbyte, hnbyte; in write_rsa() local 717 int nbyte; in write_dsa() local
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
D | testsf_c.c | 33 int nbyte; in main() local
|
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 59 char *const buf, const size_t nbyte) in safe_file_readat()
|
D | safe_macros.c | 286 char len_strict, int fildes, void *buf, size_t nbyte) in safe_read() 527 char len_strict, int fildes, const void *buf, size_t nbyte) in safe_write()
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 237 int nbyte; in write_fat_entry() local
|
/third_party/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
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 5118 static int getnbyte(unsigned char *pnt, int nbyte) in getnbyte()
|