代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/470917/1441746
c nldbl-fprintf_chk.c
#include "nldbl-compat.h"
int
attribute_hidden
__fprintf_chk (FILE *stream, int flag, const char *fmt, ...)
{
va_list arg;
int done;
va_start (arg, fmt);
done = __nldbl___vfprintf_chk (strea
www.eeworm.com/read/240162/4590241
c asm_fprintf-1.c
/* Test for asm_fprintf formats. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
#include "format.h"
/* Magic identifier must be set be
www.eeworm.com/read/237551/4625868
c nldbl-fprintf_chk.c
#include "nldbl-compat.h"
int
attribute_hidden
__fprintf_chk (FILE *stream, int flag, const char *fmt, ...)
{
va_list arg;
int done;
va_start (arg, fmt);
done = __nldbl___vfprintf_chk (strea
www.eeworm.com/read/233448/4686194
c asm_fprintf-2.c
/* Test for ICE handling internal formats: bug 20740. The code did
not check that, if the required typedef names had been used as
identifiers, they were defined to suitable types. Test
"__g
www.eeworm.com/read/233448/4686206
c asm_fprintf-3.c
/* Test for ICE handling internal formats: bug 20740. The code did
not check that, if the required typedef names had been used as
identifiers, they were defined to suitable types. Test
"__g
www.eeworm.com/read/233448/4686222
c asm_fprintf-4.c
/* Test for ICE handling internal formats: bug 20740. The code did
not check that, if the required typedef names had been used as
identifiers, they were defined to suitable types. Test
"__g
www.eeworm.com/read/233448/4686227
c asm_fprintf-1.c
/* Test for asm_fprintf formats. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
#include "format.h"
/* Magic identifier must be set be
www.eeworm.com/read/233448/4686252
c asm_fprintf-5.c
/* Test for ICE handling internal formats: bug 20740. The code did
not check that, if the required typedef names had been used as
identifiers, they were defined to suitable types. Test
"__g