代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/131315/5941618

diff psfig.diff

These are patches to makes psfig work with groff. They apply to the version of psfig in comp.sources.unix/Volume11. After applying them, psfig should be recompiled with -DGROFF. The resulting psfig
www.eeworm.com/read/131315/5942027

c lock.c

/* $Revision: 1.8 $ ** ** InterNetNews replacement for C news system locking. */ #include static char COMMAND[] = "ctlinnd %s Expire process %ld"; static int IsLocked; /* ** C News deb
www.eeworm.com/read/131315/5946253

c hack.rip.c

/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* hack.rip.c - version 1.0.2 */ #include #include "hack.h" extern char plname[]; static char *rip[] = { "
www.eeworm.com/read/130196/5963009

m display.m

function display(rn) % % G. Raetsch 1.6.98 % Copyright (c) 1998 GMD Berlin - All rights reserved % THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of GMD FIRST Berlin % The copyright notic
www.eeworm.com/read/130196/5963124

m display.m

function display(da) % % G. Raetsch 1.6.98 % Copyright (c) 1998 GMD Berlin - All rights reserved % THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of GMD FIRST Berlin % The copyright notic
www.eeworm.com/read/130105/5964875

c emitter.c

/* emitter.c * * (C) Copyright Apr 15 1995, Edmond J. Breen. * ALL RIGHTS RESERVED. * This code may be copied for personal, non-profit use only. * */ #include #include
www.eeworm.com/read/129875/5968724

cpp cutfolddlg.cpp

// cutfoldDlg.cpp : implementation file // #include "stdafx.h" #include "cutfold.h" #include "cutfoldDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = _
www.eeworm.com/read/128552/5983158

c ipv4_util.c

#include char* IPv4_straddr(unsigned long a) { static char str[20]; sprintf(str, "%d.%d.%d.%d", a >> 24, (a >> 16) & 255, (a >> 8) & 255, a & 255); return str; }
www.eeworm.com/read/128552/5983181

c ipv4_util.c

#include char* IPv4_straddr(unsigned long a) { static char str[20]; sprintf(str, "%d.%d.%d.%d", a >> 24, (a >> 16) & 255, (a >> 8) & 255, a & 255); return str; }
www.eeworm.com/read/128531/5987686

c aic7xxx_proc.c

/*+M************************************************************************* * Adaptec AIC7xxx device driver proc support for Linux. * * Copyright (c) 1995, 1996 Dean W. Gehnert * * This program