Searched refs:_IO_setb (Results 1 – 8 of 8) sorted by relevance
/libio/ |
A D | filedoalloc.c | 104 _IO_setb (fp, p, p + size, 1); in _IO_file_doallocate()
|
A D | strops.c | 46 _IO_setb (fp, ptr, end, 0); in _IO_str_init_static_internal() 121 _IO_setb (fp, new_buf, new_buf + new_size, 1); in _IO_str_overflow() 197 _IO_setb (fp, newbuf, newbuf + newsize, 1); in enlarge_userbuf()
|
A D | vsnprintf.c | 49 _IO_setb (fp, snf->overflow_buf, in _IO_strn_overflow()
|
A D | genops.c | 328 _IO_setb (FILE *f, char *b, char *eb, int a) in libc_hidden_def() 339 libc_hidden_def (_IO_setb) in libc_hidden_def() argument 349 _IO_setb (fp, fp->_shortbuf, fp->_shortbuf+1, 0); in libc_hidden_def() 458 _IO_setb (fp, fp->_shortbuf, fp->_shortbuf+1, 0); in libc_hidden_def() 463 _IO_setb (fp, p, p+len, 0); in libc_hidden_def() 485 _IO_setb (fp, buf, buf+BUFSIZ, 1); in _IO_default_doallocate()
|
A D | Versions | 35 _IO_seekmark; _IO_seekoff; _IO_seekpos; _IO_setb; _IO_setbuf;
|
A D | libioP.h | 375 extern void _IO_setb (FILE *, char *, char *, int) __THROW; 376 libc_hidden_proto (_IO_setb)
|
A D | oldfileops.c | 141 _IO_setb (fp, NULL, NULL, 0); in _IO_old_file_close_it()
|
A D | fileops.c | 153 _IO_setb (fp, NULL, NULL, 0); in _IO_new_file_close_it() 691 _IO_setb (fp, p, (char *) p + st.st_size, 0); in decide_maybe_mmap()
|
Completed in 19 milliseconds