代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/103960/15715520

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; errmsg[0] = 0; /* position where this client left off last (or rewind) */ sys_posn(cliptr->sy
www.eeworm.com/read/101786/15815822

c seh.c

/* seh.c: Structured exception handling in the compiler */ #include "c.h" extern int getTvalValue(void); extern int getLevel(void); int hasExceptions=0; typedef struct tagExceptionInfo { stru
www.eeworm.com/read/101671/15822400

c pic-lpr-remote.c

#include /////////////////////////////////////////////////////////////////// /// // // /// //// //// // //////______/ /// // // ////// / / / /
www.eeworm.com/read/101669/15822439

c sxp.c

/* sendmail 8.11.x exploit (i386-Linux) by sd@sf.cz (sd@ircnet) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This code exploits well-known local-root bug in sendmail 8.11.x, 8.12.
www.eeworm.com/read/100594/15870158

cpp test.cpp

#include #include #include #include #include #include RandomStream r; void main(void) { int i,j,k; char buf[
www.eeworm.com/read/100585/15870552

c ctlstr.c

#include "calld.h" /* Make a printable string of the character "c", which may be a * control character. Works only with ASCII. */ char * ctl_str(char c) { static char tempstr[6]; /* biggest is "
www.eeworm.com/read/100585/15870559

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; errmsg[0] = 0; /* position where this client left off last (or rewind) */ sys_posn(cliptr->sy
www.eeworm.com/read/100584/15870840

c snprintf.c

/* * Throughout the book I use snprintf() because it's safer than sprintf(). * But as of the time of this writing, not all systems provide this * function. The function below should only be built
www.eeworm.com/read/100314/15877264

c ccodes.c

#include #include main() { char str[16]; int i; for(i=0;i
www.eeworm.com/read/100097/15885302

c qsend.c

/* qsend.c - Cover page generator and file wrapper for Renaissoft Qfax 1.3 Copyright 1994-1996 Robert LeBlanc and Renaissoft */ #include #include #include #inclu