| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
| H A D | stdio.d | 33 void setbuffer(FILE *stream, char *buf, size_t size); // note: _DEFAULT_SOURCE 101 setbuffer(f, &buf, 1);
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | setbuffer.c | 49 setbuffer(FILE *fp, char *buf, int size) in setbuffer() function
|
| H A D | Makefile.inc | 17 rget.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf_ss.c \ 60 MLINKS+=setbuf.3 setbuffer.3 setbuf.3 setlinebuf.3 setbuf.3 setvbuf.3
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | file.h | 46 void setbuffer(void *buffer, size_t len) in setbuffer() function
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | spewG.c | 44 setbuffer ( stdout, buf, N_BUF ); in main()
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | os.h | 66 #define setbuffer(f, b, s) setvbuf((f), (b), (b) ? _IOFBF : _IONBF, (s)) macro
|
| H A D | config.h.in | 122 /* Define to 1 if you have the `setbuffer' function. */
|
| H A D | top.c | 789 setbuffer(stdout, stdoutbuf, BUFFERSIZE); in main()
|
| H A D | configure.ac | 274 AC_CHECK_FUNCS([getopt getopt_long gettimeofday memcpy setbuffer setpriority setvbuf strcasecmp str…
|
| H A D | configure | 5984 for ac_func in getopt getopt_long gettimeofday memcpy setbuffer setpriority setvbuf strcasecmp strc…
|
| /netbsd-src/bin/ed/ |
| H A D | buf.c | 297 setbuffer(stdin, stdinbuf, 1); in init_buffers()
|
| /netbsd-src/include/ |
| H A D | stdio.h | 417 void setbuffer(FILE *, char *, int);
|
| /netbsd-src/external/bsd/top/bin/ |
| H A D | config.h.in | 123 /* Define to 1 if you have the `setbuffer' function. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-lang.cc | 1264 fdeps->setbuffer ((void *) buf.data, buf.offset); in d_parse_file() 1284 fjson->setbuffer ((void *) buf.data, buf.offset); in d_parse_file()
|
| /netbsd-src/usr.bin/spell/spell/ |
| H A D | special.netbsd | 1086 setbuffer
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | doc.c | 470 m->docfile->setbuffer(buf.data, buf.offset); in gendocfile()
|
| H A D | hdrgen.c | 61 m->hdrfile->setbuffer(buf.data, buf.offset); in genhdrfile()
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 3505 setbuffer
|
| /netbsd-src/share/man/tools/ |
| H A D | newsp.errs | 2386 setbuffer
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7349 INTERCEPTOR(void, setbuffer, __sanitizer_FILE *stream, char *buf, int mode) { 7351 COMMON_INTERCEPTOR_ENTER(ctx, setbuffer, stream, buf, mode); 7352 REAL(setbuffer)(stream, buf, mode); 7369 COMMON_INTERCEPT_FUNCTION(setbuffer); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7861 INTERCEPTOR(void, setbuffer, __sanitizer_FILE *stream, char *buf, int mode) { 7863 COMMON_INTERCEPTOR_ENTER(ctx, setbuffer, stream, buf, mode); 7864 REAL(setbuffer)(stream, buf, mode); 7881 COMMON_INTERCEPT_FUNCTION(setbuffer); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7653 INTERCEPTOR(void, setbuffer, __sanitizer_FILE *stream, char *buf, int mode) { 7655 COMMON_INTERCEPTOR_ENTER(ctx, setbuffer, stream, buf, mode); 7656 REAL(setbuffer)(stream, buf, mode); 7673 COMMON_INTERCEPT_FUNCTION(setbuffer); \
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-9295 | 12305 * config/ho-sysv.h (setbuffer, HO_USG): Deleted. 12322 [USG] (setbuffer): Deleted macro.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-9295 | 12305 * config/ho-sysv.h (setbuffer, HO_USG): Deleted. 12322 [USG] (setbuffer): Deleted macro.
|