Home
last modified time | relevance | path

Searched refs:setbuf (Results 1 – 25 of 4846) sorted by relevance

12345678910>>...194

/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dmkdoc.sl45 setbuf (doc_buf);
50 setbuf (cbuf);
55 setbuf (doc_buf);
59 setbuf (cbuf);
98 setbuf (doc_buf);
108 setbuf (cbuf);
133 setbuf (cbuf);
156 setbuf (doc_buf);
159 setbuf (cbuf);
206 setbuf (cbuf);
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dsetbuf.texi1 @node setbuf
2 @section @code{setbuf}
3 @findex setbuf
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/setbuf.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dsetbuf.texi1 @node setbuf
2 @section @code{setbuf}
3 @findex setbuf
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/setbuf.html}
/dports/www/squid/squid-4.15/src/auth/negotiate/wrapper/
H A Dnegotiate_wrapper.cc281 setbuf(stdout, NULL); in main()
282 setbuf(stdin, NULL); in main()
371 setbuf(stdin, NULL); in main()
372 setbuf(stdout, NULL); in main()
407 setbuf(stdin, NULL); in main()
408 setbuf(stdout, NULL); in main()
430 setbuf(FDKIN, NULL); in main()
431 setbuf(FDKOUT, NULL); in main()
432 setbuf(FDNIN, NULL); in main()
433 setbuf(FDNOUT, NULL); in main()
/dports/sysutils/perp/perp-2.07/runtools/
H A Drunchoom.c58 static char setbuf[256]; variable
134 if(write_all(fd, setbuf, cstr_len(setbuf)) == -1){ in do_choom()
238 if((sizeof setbuf) - n < 1){ in main()
241 cstr_vcopy(setbuf, arg_set, "\n"); in main()
/dports/sysutils/syslinux/syslinux-6.03/com32/libutil/
H A Dansiline.c68 setbuf(stdin, NULL); in console_ansi_std()
69 setbuf(stdout, NULL); in console_ansi_std()
70 setbuf(stderr, NULL); in console_ansi_std()
H A Dansiraw.c69 setbuf(stdin, NULL); in console_ansi_raw()
70 setbuf(stdout, NULL); in console_ansi_raw()
71 setbuf(stderr, NULL); in console_ansi_raw()
/dports/lang/python27/Python-2.7.18/Python/
H A Dfrozenmain.c30 setbuf(stdin, (char *)NULL); in Py_FrozenMain()
31 setbuf(stdout, (char *)NULL); in Py_FrozenMain()
32 setbuf(stderr, (char *)NULL); in Py_FrozenMain()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dfrozenmain.c30 setbuf(stdin, (char *)NULL); in Py_FrozenMain()
31 setbuf(stdout, (char *)NULL); in Py_FrozenMain()
32 setbuf(stderr, (char *)NULL); in Py_FrozenMain()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dfrozenmain.c30 setbuf(stdin, (char *)NULL); in Py_FrozenMain()
31 setbuf(stdout, (char *)NULL); in Py_FrozenMain()
32 setbuf(stderr, (char *)NULL); in Py_FrozenMain()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/stdio/
H A Dsetbuf.c11 void setbuf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, char * _PDCLIB_restrict buf ) in setbuf() function
39 setbuf( fh, buffer ); in main()
46 setbuf( fh, NULL ); in main()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DImageBuf24_canvas.c106 (dst->setbuf)(pd, pixbkgnd); in ImageBuf24_drawMainCanvas_nearest()
111 (dst->setbuf)(pd, mRGBtoPix2(ps[0], ps[1], ps[2])); in ImageBuf24_drawMainCanvas_nearest()
191 (dst->setbuf)(pd, pixbkgnd); in ImageBuf24_drawMainCanvas_oversamp()
220 (dst->setbuf)(pd, mRGBtoPix2(r >> 4, g >> 4, b >> 4)); in ImageBuf24_drawMainCanvas_oversamp()
290 (dst->setbuf)(pd, pixbkgnd); in ImageBuf24_drawMainCanvas_rotate_normal()
295 (dst->setbuf)(pd, mRGBtoPix2(ps[0], ps[1], ps[2])); in ImageBuf24_drawMainCanvas_rotate_normal()
375 (dst->setbuf)(pd, pixbkgnd); in ImageBuf24_drawMainCanvas_rotate_oversamp()
401 (dst->setbuf)(pd, mRGBtoPix2(r >> 4, g >> 4, b >> 4)); in ImageBuf24_drawMainCanvas_rotate_oversamp()
477 (dst->setbuf)(pd, pixbkgnd); in ImageBuf24_drawCanvas_nearest()
482 (dst->setbuf)(pd, mRGBtoPix2(ps[0], ps[1], ps[2])); in ImageBuf24_drawCanvas_nearest()
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterfilter/
H A Def_main.c68 setbuf(yyin, NULL); in main()
69 setbuf(stdout, NULL); in main()
70 setbuf(stderr, NULL); in main()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogStandalone.cc204 setbuf(stdin, nullptr); in init_log_standalone()
205 setbuf(stdout, nullptr); in init_log_standalone()
243 setbuf(stdin, nullptr); in init_log_standalone_basic()
244 setbuf(stdout, nullptr); in init_log_standalone_basic()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */ in sys_msgctl()
H A Duninit-I.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" } */ in sys_msgctl()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */ in sys_msgctl()
H A Duninit-I.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" } */ in sys_msgctl()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */ in sys_msgctl()
H A Duninit-I.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" } */ in sys_msgctl()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */ in sys_msgctl()
H A Duninit-I.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" } */ in sys_msgctl()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used uninitialized in this function" } */ in sys_msgctl()
H A Duninit-I.c6 struct { int mode; } setbuf; in sys_msgctl() local
7 return setbuf.mode; /* { dg-warning "'setbuf\.mode' is used" } */ in sys_msgctl()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" {} { xfail *-*-* } } */ in sys_msgctl() local
7 return setbuf.mode; in sys_msgctl()

12345678910>>...194