代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527633
c fprintf-chk-1.c
#include
#include
#include
volatile int should_optimize;
int
__attribute__((noinline))
__fprintf_chk (FILE *f, int flag, const char *fmt, ...)
{
va_list ap;
int r
www.eeworm.com/read/320652/3545017
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/416749/2116159
svn-base fprintf.php.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/367182/2853050
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/366702/2879067
c fprintf-chk-1.c
#include
#include
#include
volatile int should_optimize;
int
__attribute__((noinline))
__fprintf_chk (FILE *f, int flag, const char *fmt, ...)
{
va_list ap;
int r
www.eeworm.com/read/366702/2883350
c builtin-fprintf-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
typedef struct { int i; } FILE;
FILE *fp;
extern int fprintf (FILE *, const char *, ...);
volatile int vi0, vi1, vi2, vi3, vi4, vi5,
www.eeworm.com/read/366702/2884431
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/366702/2884445
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/366702/2884465
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