代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/136812/5860816
c diagscrnprnt.c
static char sccsid[] = "@(#)@(#)diagscrnprnt.c 1.1 92/07/30 Sun Micro";
#include
#include
int ifd = -1;
char fbuf[512];
char printbuf[120];
int
www.eeworm.com/read/136812/5861523
c makedevice.c
/* @(#)makedevice.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include "stdio.h"
#include "sys/param.h"
extern char *sprintf(), *g
www.eeworm.com/read/136786/5864350
c proc_rtas.c
/*
* BK Id: SCCS/s.proc_rtas.c 1.5 05/17/01 18:14:22 cort
*/
/*
* arch/ppc/kernel/proc_rtas.c
* Copyright (C) 2000 Tilmann Bitterberg
* (tilmann@bitterberg.de)
*
* RTAS (Runtime Abstrac
www.eeworm.com/read/136786/5864373
c ppc_htab.c
/*
* BK Id: SCCS/s.ppc_htab.c 1.19 10/16/01 15:58:42 trini
*/
/*
* PowerPC hash table management proc entry. Will show information
* about the current hash table and will allow changes to it.
*
www.eeworm.com/read/136786/5865553
c aic7xxx_proc.c
/*+M*************************************************************************
* Adaptec AIC7xxx device driver proc support for Linux.
*
* Copyright (c) 1995, 1996 Dean W. Gehnert
*
* This program
www.eeworm.com/read/135620/5883584
cpp hello.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/135620/5883602
cpp p13.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/135620/5883700
cpp hello.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/135620/5883718
cpp p13.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/135582/5884981
cpp kintegerline.cpp
/**********************************************************************
**
** $Id: kintegerline.cpp,v 1.1 2003/09/08 19:42:09 jasonk Exp $
**
** Implementation of
**
** Copyright (C) 1997 Michael Wie