代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/147331/5731791

c psignal.c

/* libc/sys/linux/psignal.c - print signal message to stderr */ /* Copyright 2002, Red Hat Inc. */ #include #include void psignal (int sig, const char *s) { if (s != NULL)
www.eeworm.com/read/147331/5732997

c math.c

/* Test the library maths functions using trusted precomputed test vectors. These vectors were originally generated on a sun3 with a 68881 using 80 bit precision, but ... Each function is
www.eeworm.com/read/146624/5736568

cpp stdafx.cpp

// stdafx.cpp : 只包括标准包含文件的源文件 // scanhost.pch 将成为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" void FatalError(char *s) { fprintf(stdout, "%s\n", s); } void PrintStdout(char *s)
www.eeworm.com/read/146056/5740391

c base64.c

/* $Id: base64.c,v 1.11 2004/02/17 22:11:58 lars Exp $ */ #include #include #include #include #include #include "clplumbing/base64.h" /*
www.eeworm.com/read/145991/5741306

c misc.c

/*--------------------------------------------------------------------------- misc.c This file contains a number of useful but not particularly closely related functions; their main claim to f
www.eeworm.com/read/145991/5741312

c extract.c

/*--------------------------------------------------------------------------- extract.c This file contains the high-level routines ("driver routines") for extrac- ting and testing zipfile memb
www.eeworm.com/read/145991/5741787

c uux.c

/*--------------------------------------------------------------------*/ /* u u x . c */ /*
www.eeworm.com/read/145471/5745672

c configure.c

/* * sound/configure.c - Configuration program for the Linux Sound Driver * * Copyright by Hannu Savolainen 1993 * * Redistribution and use in source and binary forms, with or without * modifi
www.eeworm.com/read/144216/5751991

xs dll.xs

#include "EXTERN.h" #include "perl.h" #include "XSUB.h" #define INCL_BASE #define INCL_REXXSAA #include static RXSTRING * strs; static int nstrs; static char * trace; static void nee
www.eeworm.com/read/144216/5752128

c util.c

#include #ifdef SDBM #include "sdbm.h" #else #include "ndbm.h" #endif void oops(register char *s1, register char *s2) { extern int errno, sys_nerr; extern char *sys_errlist[]; extern cha