代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/101082/6242662

c uurespool.c

#ifndef lint static char sccsid[] = "@(#)uurespool.c 4.1 (decvax!larry) 7/2/90"; #endif /* * uurespool.c * * Program to move files spooled in old uucp formats * to files spooled in the new uucp f
www.eeworm.com/read/101082/6242722

c subdir.c

#ifndef lint static char sccsid[] = "@(#)subdir.c 4.1 (decvax!larry) 7/2/90"; #endif /************************ * routines that implement subdirectory spooling ************************/ /********
www.eeworm.com/read/101082/6248494

c bpf_image.c

/* * Copyright (c) 1988-1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitt
www.eeworm.com/read/101082/6248821

c xmsg.c

#ifndef lint static char *sccsid = "@(#)xmsg.c 4.1 (ULTRIX) 7/17/90"; #endif lint # include "../hdr/defines.h" # include "errno.h" /* Call fatal with an appropriate error message based on errno
www.eeworm.com/read/101082/6248848

c xopen.c

#ifndef lint static char *sccsid = "@(#)xopen.c 4.1 (ULTRIX) 7/17/90"; #endif lint /* Interface to open(II) which differentiates among the various open errors. Returns file descriptor on success
www.eeworm.com/read/101082/6249693

c m_whatnow.c

/* m_whatnow.c - exec whatnowproc */ #include "../h/mh.h" #include m_whatnow (ed, nedit, use, file, altmsg, dist, mp, text, inplace, cwd) struct msgs *mp; char *ed, *file, *
www.eeworm.com/read/101082/6250210

c m_whatnow.c

/* m_whatnow.c - exec whatnowproc */ #include "../h/mh.h" #include m_whatnow (ed, nedit, use, file, altmsg, dist, mp, text, inplace, cwd) struct msgs *mp; char *ed, *file, *
www.eeworm.com/read/101082/6250640

c error.c

#include "defs" char *linerr() { static char buff[50]; register int i; for(i = filedepth; i>0 && filenames[i]==NULL ; --i) ; if(i > 0) sprintf(buff, "on line %d of file %s", yylineno, filenames[i]
www.eeworm.com/read/101082/6250657

c icfile.c

#include "defs" struct { char chars[ 10 ]; }; crii() /* create names for intermediate files */ { #ifdef unix sprintf(icfile->filename, "eflc.%d", getpid()); sprintf(idfile->filename, "efld.%d", ge
www.eeworm.com/read/101082/6250843

c getlesson.c

#ifndef lint static char sccsid[] = "@(#)getlesson.c 4.2 (Berkeley) 4/26/83"; #endif not lint #include "stdio.h" #include "lrnref.h" char * getlesson() { register char *p; char ans[80], line[200];