代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/366702/2865718
c builtin4.c
// PR c++/33289
// { dg-do compile }
typedef __SIZE_TYPE__ size_t;
extern "C" int __sprintf_chk (char *__restrict, int, size_t, const char *, ...) throw ();
extern "C" int __sprintf_chk (char *__rest
www.eeworm.com/read/229812/4750634
gml sprntf_s.gml
.func sprintf_s swprintf_s
.funcw swprintf_s
#define __STDC_WANT_LIB_EXT1__ 1
#include
int sprintf_s( char * restrict s, rsize_t n
const char * restrict format, ... );
.ixfunc
www.eeworm.com/read/456575/7344462
c ouput.c
#ifdef debug
tx_string(debugport,"\r\n\0");
tx_string(debugport,"FAT info:\r\n\0");
sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]);
tx_string(debugport,&text[0]);
sprintf(&text[0],"
www.eeworm.com/read/438302/7733101
c ouput.c
#ifdef debug
tx_string(debugport,"\r\n\0");
tx_string(debugport,"FAT info:\r\n\0");
sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]);
tx_string(debugport,&text[0]);
sprintf(&text[0],"
www.eeworm.com/read/257738/11914002
c ouput.c
#ifdef debug
tx_string(debugport,"\r\n\0");
tx_string(debugport,"FAT info:\r\n\0");
sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]);
tx_string(debugport,&text[0]);
sprintf(&text[0],"
www.eeworm.com/read/150145/12309614
c ouput.c
#ifdef debug
tx_string(debugport,"\r\n\0");
tx_string(debugport,"FAT info:\r\n\0");
sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]);
tx_string(debugport,&text[0]);
sprintf(&text[0],"
www.eeworm.com/read/201928/15392528
c ouput.c
#ifdef debug
tx_string(debugport,"\r\n\0");
tx_string(debugport,"FAT info:\r\n\0");
sprintf(&text[0],"Boot Track Name = %s\r\n\0",&Boot.name[0]);
tx_string(debugport,&text[0]);
sprintf(&text[0],"
www.eeworm.com/read/189150/8488316
cpp gainps.cpp
// GainPS.cpp : implementation file
//
#include "stdafx.h"
#include
#include "source10.h"
#include "GainPS.h"
#include "Setscanner.h"
#include "stepcali.h"
#ifdef _DEBUG
#d
www.eeworm.com/read/433274/8534412
h doerror.h
// Copyright (c) 2007, Arne Steinarson
// Licensing for DynObj project - see DynObj-license.txt in this folder
#ifndef DOERROR_H
#define DOERROR_H
#include
// Put string, either to DoRun
www.eeworm.com/read/283259/9032626
c aec62xx.c
/*
* linux/drivers/ide/aec62xx.c Version 0.09 June. 9, 2000
*
* Copyright (C) 1999-2000 Andre Hedrick (andre@linux-ide.org)
* May be copied or modified under the terms of the GNU General Public L