Searched refs:_setbufend (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 77 #define setbufend(iop, end) _setbufend(iop, end) 86 extern void _setbufend(FILE *iop, Uchar *end);
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | _findbuf.c | 99 _setbufend(iop, endbuf); in _findbuf()
|
H A D | setbuf.c | 82 _setbufend(iop, temp + size); in setbuf()
|
H A D | setvbuf.c | 108 _setbufend(iop, temp + size); in setvbuf()
|
H A D | flush.c | 423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() function 463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() function
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | setbuffer.c | 82 _setbufend(iop, temp + size); in setbuffer()
|
/titanic_44/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.alt.in | 45 …iop|_getsp|_memcmp|_memmove|_memset|_mutex_unlock|_psignal|_realbufend|_setbufend|_siguhandler|_sm…
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 159 extern void _setbufend(FILE *iop, Uchar *end);
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3052 _setbufend;
|
H A D | llib-lc | 1234 void _setbufend(FILE *iop, Uchar *end);
|