代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5937215
joe-ham
Return-Path: bind-request@uunet.uu.net
Received: by cognition.pa.dec.com; id AA20768; Thu, 6 May 93 22:31:27 -0700
Received: by inet-gw-2.pa.dec.com; id AA08078; Thu, 6 May 93 22:30:39 -0700
Received:
www.eeworm.com/read/131315/5937587
c print.c
/*
* print.c - debugging printout routines
*
* Copyright (c) Ian F. Darwin, 1987.
* Written by Ian F. Darwin.
*
* This software is not subject to any license of the American Telephone
* and Tel
www.eeworm.com/read/131315/5937989
c bt_debug.c
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistrib
www.eeworm.com/read/131315/5938176
c printtest.c
#include
#include
#include
#include "Printing3_defs.h"
#include
static FILE *ipfile = NULL;
SendSource(bdtconnection)
CourierConnection *bd
www.eeworm.com/read/131315/5938180
c getprintstatus.c
/* $Header: getprintstatus.c,v 2.1 87/01/14 13:12:50 ed Exp $ */
/*
* $Log: getprintstatus.c,v $
* Revision 2.1 86/10/11 15:42:11 jqj
* Some convenience changes from B Jackson @ PARC
*
* Rev
www.eeworm.com/read/131315/5938194
c debug.c
#include
debug(a,b,c,d,e,f,g)
char *a;
{
FILE *fd;
fd = fopen("/tmp/debuglog","a");
fprintf(fd,a,b,c,d,e,f,g);
fprintf(fd,"\n");
fclose(fd);
}
www.eeworm.com/read/131315/5938208
c retrieve.c
#include
#include
#include
#include
#include "Clearinghouse2_defs.h"
#include
main(argc, argv)
int argc;
char *argv[];
{
Ret
www.eeworm.com/read/131315/5938224
c chtest.c
#include
#include
#include
#include "Clearinghouse2_defs.h"
#include
extern GetData();
main(argc, argv)
int argc;
char *argv[];
{
ListAl
www.eeworm.com/read/131315/5938230
c chlookup.c
#include
#include
#include
#include
#include "Clearinghouse_defs.h"
#include
main(argc, argv)
int argc;
char *argv[];
{
Look
www.eeworm.com/read/131315/5938235
c xnscreds.c
#ifndef lint
static char *rcsid = "$Header: xnscreds.c,v 1.2 87/07/28 08:41:13 ed Exp $";
#endif lint
/*
* Copyright (c) 1986, 1987 Xerox Corporation.
*/
/*
* $Log: xnscreds.c,v $
* Revision 1.