代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/292919/8325493
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/392544/8336913
31 fig17.31
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/392544/8337405
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/269943/11054029
cpp cmpnt.cpp
//
// Cmpnt.cpp - Component
//
#include
#include // sprintf
#include //splitpath
#include "Iface.h"
#include "Util.h"
#include "CUnknown.h"
#include "C
www.eeworm.com/read/269691/11083268
31 fig17.31
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/269691/11083594
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/248950/12531312
c util.c
#include
#include
#include "util.h"
FILE *openPredFile(char *name, char *instance)
{
char df[10];
FILE *fp;
sprintf(df, name, instance);
if ((fp=fopen(df, "w")) == NU
www.eeworm.com/read/335362/12534722
31 fig17.31
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/335362/12535207
c request.c
#include "opend.h"
#include
void
request(char *buf, int nread, int fd)
{
int newfd;
if (buf[nread-1] != 0) {
sprintf(errmsg, "request not null terminated: %*.*s\n",
nread, nread,
www.eeworm.com/read/248210/12589377
inc stdio.inc
#ifndef _INCLUDE_FILE_STDIO_INC_
_INCLUDE_FILE_STDIO_INC_ equ
include stddef.inc
_sprintf proto cdecl buffer:dword,format:dword,:vararg
_clearerr proto cdecl stream:dword
_fclose proto cdecl