Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 – 25 of 236) sorted by relevance

12345678910

/third_party/NuttX/fs/vfs/
Dfs_readlink.c35 ssize_t do_readlink(int dirfd, const char *path, char *buf, size_t bufsize) in do_readlink()
101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink()
106 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat()
/third_party/node/deps/base64/base64/test/
Dbenchmark.c40 static struct bufsize { struct
41 char *label;
42 size_t len;
43 int repeat;
44 int batch;
/third_party/python/Modules/
Dgrpmodule.c124 Py_ssize_t bufsize; in grp_getgrgid_impl() local
129 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrgid_impl() local
205 Py_ssize_t bufsize; in grp_getgrnam_impl() local
210 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrnam_impl() local
Dpwdmodule.c146 Py_ssize_t bufsize; in pwd_getpwuid() local
151 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwuid() local
229 Py_ssize_t bufsize; in pwd_getpwnam_impl() local
234 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwnam_impl() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_status.c168 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts()
239 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo()
256 size_t bufsize) in OSSL_CMP_CTX_snprint_PKIStatus()
/third_party/openssl/crypto/cmp/
Dcmp_status.c168 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts()
239 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo()
256 size_t bufsize) in OSSL_CMP_CTX_snprint_PKIStatus()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplexjob.hh41 int bufsize; member in GstMplexJob
/third_party/node/test/parallel/
Dtest-child-process-stdio-big-write-end.js30 let bufsize = 0; variable
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_system.c118 snmp_mib2_set_syscontact(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syscontact()
160 snmp_mib2_set_sysname(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_sysname()
201 snmp_mib2_set_syslocation(u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) in snmp_mib2_set_syslocation()
/third_party/python/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): argument
/third_party/ntfs-3g/libfuse-lite/
Dfuse_session.c36 size_t bufsize; member
122 size_t bufsize, void *data) in fuse_chan_new_common()
140 size_t bufsize, void *data) in fuse_chan_new()
Dfuse_loop.c20 size_t bufsize = fuse_chan_bufsize(ch); in fuse_session_loop() local
/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c48 static uint64_t **create_map(int fde, long bufsize, int flag) in create_map()
93 static void del_map(uint64_t **buf_ev, long bufsize) in del_map()
/third_party/musl/src/unistd/
Dreadlink.c5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink()
Dreadlinkat.c4 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize) in readlinkat()
/third_party/node/deps/cares/src/lib/
Dares__read_line.c31 int ares__read_line(FILE *fp, char **buf, size_t *bufsize) in ares__read_line()
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo_read.c22 int bufsize = 4096; in main() local
/third_party/alsa-utils/alsactl/
Dutils.c36 int file_map(const char *filename, char **buf, size_t *bufsize) in file_map()
63 void file_unmap(void *buf, size_t bufsize) in file_unmap()
68 size_t line_width(const char *buf, size_t bufsize, size_t pos) in line_width()
/third_party/NuttX/drivers/pipes/
Dfifo.c100 size_t bufsize = 1024; in mkfifo() local
/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom02.c42 int bufsize = 64, entropy_avail; in verify_getrandom() local
/third_party/ffmpeg/libavcodec/
Dadx.c39 int bufsize, int *header_size, int *coeff) in ff_adx_decode_header()
Dmlp_parse.c63 static int mlp_get_major_sync_size(const uint8_t * buf, int bufsize) in mlp_get_major_sync_size()
Dsrtenc.c230 unsigned char *buf, int bufsize, const AVSubtitle *sub, in encode_frame()
287 unsigned char *buf, int bufsize, const AVSubtitle *sub) in srt_encode_frame()
293 unsigned char *buf, int bufsize, const AVSubtitle *sub) in text_encode_frame()
/third_party/python/Tools/scripts/
Dmd5sum.py7 bufsize = 8096 variable
/third_party/alsa-lib/src/
Duserfile.c87 size_t bufsize = 1024; in snd_user_file() local

12345678910