Home
last modified time | relevance | path

Searched defs:nbyte (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/include/
Dtst_safe_prw.h9 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
Dtst_safe_file_at.h16 #define SAFE_FILE_READAT(dirfd, path, buf, nbyte) \ argument
Dtst_safe_macros.h96 #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/
Dfs.c47 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/
Dpvkfmt.c53 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/
Dpvkfmt.c53 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/
Dtestsf_c.c33 int nbyte; in main() local
/third_party/ltp/lib/
Dtst_safe_file_at.c59 char *const buf, const size_t nbyte) in safe_file_readat()
Dsafe_macros.c286 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/
Dmkfs.c237 int nbyte; in write_fat_entry() local
/third_party/ltp/include/old/
Dsafe_macros.h69 #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/
Dscsimain.c5118 static int getnbyte(unsigned char *pnt, int nbyte) in getnbyte()