Searched refs:bufsize (Results 1 - 6 of 6) sorted by relevance

/bionic/linker/
H A Dlinker_format.h39 int format_buffer(char *buffer, size_t bufsize, const char *format, ...);
H A Dlinker_format.c170 vsnprintf(char *buff, size_t bufsize, const char *format, va_list args) argument
172 return format_buffer(buff, bufsize, format, args);
349 * assumes that bufsize > 0, and 'digits' is a string of
353 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) argument
356 char *end = buffer + bufsize - 1;
416 * Assumes bufsize > 2 */
/bionic/libc/stdio/
H A Dmakebuf.c81 __swhatbuf(FILE *fp, size_t *bufsize, int *couldbetty) argument
87 *bufsize = BUFSIZ;
94 *bufsize = BUFSIZ;
103 *bufsize = st.st_blksize;
/bionic/libc/kernel/common/linux/
H A Dmsm_q6vdec.h72 u32 bufsize; member in struct:vdec_buf_desc
H A Dmsm_vidc_enc.h328 unsigned long bufsize; member in struct:venc_seqheader
/bionic/libc/netbsd/
H A Dgethnamaddr.c857 size_t bufsize; local
860 bufsize = strlen(p->h_name) + 2 +
864 bufsize += strlen(*cp) + 1;
866 if ((tmpbuf = malloc(bufsize)) == NULL) {

Completed in 821 milliseconds