代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5858700
c _dumpwin.c
#ifndef lint
static char sccsid[] = "@(#)_dumpwin.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */
#endif
/*
* make the current screen look like "win" over the area covered by
* win.
*
* 7/9/81 (Berkeley
www.eeworm.com/read/136812/5858703
c overwrite.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136812/5858713
c _syncmodes.c
#ifndef lint
static char sccsid[] = "@(#)_syncmodes.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */
#endif
#include "curses.ext"
_syncmodes()
{
#ifdef DEBUG
if(outf) fprintf(outf, "_syncmodes().\n");
#end
www.eeworm.com/read/136812/5858729
c traceonoff.c
#ifndef lint
static char sccsid[] = "@(#)traceonoff.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */
#endif
#include "curses.ext"
traceon()
{
#ifdef DEBUG
if (outf == NULL) {
outf = fopen("trace", "a");
www.eeworm.com/read/136812/5858738
c wmove.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136812/5858823
c wscrl.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136812/5858901
c overlay.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136812/5859288
c utils.c
/* @(#)utils.c 1.1 92/07/30 SMI */
/*
* hold various utilies
*/
#include "colldef.h"
#include "y.tab.h"
#include "extern.h"
panic(s, d, form)
char *s;
int d;
int form;
{
if (form)
www.eeworm.com/read/136812/5859332
c ntfy_dump.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)ntfy_dump.c 1.1 92/07/30 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Ntfy_dump.c - Calls t
www.eeworm.com/read/136812/5859658
c genpf.c
#ifndef lint
static char sccsid[] = "@(#)genpf.c 1.1 92/07/30 Copyr 1985 Sun Micro";
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
#include "pf.h"
#include
#include