代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/435707/1861098
c printf.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
* Chris Torek.
*
* Redistri
www.eeworm.com/read/435707/1861162
c printf.c
#include
#include
#include
#include "ioprivate.h"
int vfprintf(FILE *f, const char *fmt, va_list ap)
{
return vprintfmt((void*)fputc, f, fmt, ap);
}
int fprintf(FI
www.eeworm.com/read/433521/1883300
c printf.c
/*
* File: printk.c
* Purpose: The standard C library routine printf(), but without
* all the baggage.
*/
#include "common.h"
#include
/*********************************
www.eeworm.com/read/433521/1883398
c printf.c
/*
* File: printk.c
* Purpose: The standard C library routine printf(), but without
* all the baggage.
*/
#include "common.h"
#include
/*********************************
www.eeworm.com/read/432906/1887779
c printf.c
/*
****************************************************************************
* (C) 2003 - Rolf Neugebauer - Intel Research Cambridge
************************************************************
www.eeworm.com/read/430518/1921491
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
www.eeworm.com/read/430518/1922384
c printf.c
/* $Id: printf.c,v 1.3 1997/03/18 18:00:00 jj Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
* Copyright (C) 1997 Jakub J
www.eeworm.com/read/430518/1922514
c printf.c
/* $Id: printf.c,v 1.5 1996/04/04 16:31:07 tridge Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine is i
www.eeworm.com/read/430518/1923099
c printf.c
/* $Id: printf.c,v 1.7 2000/02/08 20:24:23 davem Exp $
* printf.c: Internal prom library printf facility.
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
/* This routine is in
www.eeworm.com/read/430518/1923291
c printf.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
* Thi