Home
last modified time | relevance | path

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

1234567891011

/third_party/gettext/gettext-runtime/intl/
Dsetlocale_null.c91 setlocale_null_unlocked (int category, char *buf, size_t bufsize) in setlocale_null_unlocked()
189 setlocale_null_with_lock (int category, char *buf, size_t bufsize) in setlocale_null_with_lock()
226 setlocale_null_with_lock (int category, char *buf, size_t bufsize) in setlocale_null_with_lock()
250 setlocale_null_with_lock (int category, char *buf, size_t bufsize) in setlocale_null_with_lock()
269 setlocale_null_r (int category, char *buf, size_t bufsize) in setlocale_null_r()
/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()
98 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink()
103 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat()
/third_party/uboot/u-boot-2020.01/drivers/ram/stm32mp1/
Dstm32mp1_tests.c17 size_t *bufsize, size_t default_size) in get_bufsize()
438 u32 bufsize; in test_addressbus() local
467 size_t bufsize; in test_memdevice() local
508 u32 addr, bufsize, remaining, offset; in test_sso() local
579 size_t bufsize; in test_random() local
708 void do_noise_burst(u32 addr, u32 pattern, size_t bufsize) in do_noise_burst()
740 size_t bufsize, remaining, size; in test_noise_burst() local
795 const u32 bufsize) in test_loop()
918 u32 bufsize; in test_freq_pattern() local
963 const u32 bufsize) in test_loop_size()
[all …]
/third_party/python/Modules/
Dgrpmodule.c141 Py_ssize_t bufsize; in grp_getgrgid_impl() local
146 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrgid_impl() local
222 Py_ssize_t bufsize; in grp_getgrnam_impl() local
227 bufsize = sysconf(_SC_GETGR_R_SIZE_MAX); in grp_getgrnam_impl() local
Dpwdmodule.c148 Py_ssize_t bufsize; in pwd_getpwuid() local
153 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwuid() local
231 Py_ssize_t bufsize; in pwd_getpwnam_impl() local
236 bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); in pwd_getpwnam_impl() local
/third_party/glib/glib/
Dwin_iconv.c1303 dbcs_mblen(csconv_t *cv, const uchar *buf, int bufsize) in dbcs_mblen()
1312 mbcs_mblen(csconv_t *cv, const uchar *buf, int bufsize) in mbcs_mblen()
1334 utf8_mblen(csconv_t *cv UNUSED, const uchar *buf, int bufsize) in utf8_mblen()
1353 eucjp_mblen(csconv_t *cv UNUSED, const uchar *buf, int bufsize) in eucjp_mblen()
1386 kernel_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in kernel_mbtowc()
1407 kernel_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in kernel_wctomb()
1448 mlang_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in mlang_mbtowc()
1466 mlang_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in mlang_wctomb()
1486 utf16_mbtowc(csconv_t *cv, const uchar *buf, int bufsize, ushort *wbuf, int *wbufsize) in utf16_mbtowc()
1537 utf16_wctomb(csconv_t *cv, ushort *wbuf, int wbufsize, uchar *buf, int bufsize) in utf16_wctomb()
[all …]
/third_party/uboot/u-boot-2020.01/lib/
Doid_registry.c110 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid()
167 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID()
/third_party/gstreamer/gstplugins_bad/ext/mplex/
Dgstmplexjob.hh41 int bufsize; member in GstMplexJob
/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/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt_empty_tree.c13 int fdt_create_empty_tree(void *buf, int bufsize) in fdt_create_empty_tree()
Dfdt_sw.c112 int fdt_create_with_flags(void *buf, int bufsize, uint32_t flags) in fdt_create_with_flags()
146 int fdt_create(void *buf, int bufsize) in fdt_create()
151 int fdt_resize(void *fdt, void *buf, int bufsize) in fdt_resize()
/third_party/node/test/parallel/
Dtest-child-process-stdio-big-write-end.js30 let bufsize = 0; variable
/third_party/python/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): argument
/third_party/ntfs-3g/libfuse-lite/
Dfuse_loop.c20 size_t bufsize = fuse_chan_bufsize(ch); in fuse_session_loop() local
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()
/third_party/cares/
Dares__read_line.c31 int ares__read_line(FILE *fp, char **buf, size_t *bufsize) in ares__read_line()
/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/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/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/NuttX/drivers/pipes/
Dfifo.c115 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/python/Tools/scripts/
Dmd5sum.py7 bufsize = 8096 variable
/third_party/ffmpeg/libavcodec/
Dadx.c39 int bufsize, int *header_size, int *coeff) in ff_adx_decode_header()

1234567891011