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

/bionic/linker/
H A Dlinker_format.h43 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);
180 snprintf(char* buff, size_t bufsize, const char* format, ...) argument
185 ret = vsnprintf(buff, bufsize, format, args);
364 * assumes that bufsize > 0, and 'digits' is a string of
368 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) argument
371 char *end = buffer + bufsize - 1;
417 * 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.h82 u32 bufsize; member in struct:vdec_buf_desc
H A Dmsm_vidc_enc.h339 unsigned long bufsize; member in struct:venc_seqheader
/bionic/libc/netbsd/
H A Dgethnamaddr.c858 size_t bufsize; local
861 bufsize = strlen(p->h_name) + 2 +
865 bufsize += strlen(*cp) + 1;
867 if ((tmpbuf = malloc(bufsize)) == NULL) {

Completed in 142 milliseconds