代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/170929/9779597
c dpmd_sys.c
#include
#include
#include
#include
int dpmd_set_policy(char *p)
{
char policy[512];
sprintf(policy, "echo set_policy %s > /proc/driver/dpm/cmd", p);
#if
www.eeworm.com/read/411064/11257728
_c main._c
#include "iom16v.h"
#include "macros.h"
#include "lcd.h"
//#include
// #include //sprintf函数用
//#include //字符连接函数用
#define uchar unsigned char
#defi
www.eeworm.com/read/411064/11257734
c main.c
#include "iom16v.h"
#include "macros.h"
#include "lcd.h"
//#include
// #include //sprintf函数用
//#include //字符连接函数用
#define uchar unsigned char
#defi
www.eeworm.com/read/102809/15758442
asm main.asm
*#file includes.h
*11:
*#file C:\MC\8051io.h
*5:
*6:
*10:
*11:extern register printf(), sprintf(), concat();
*12:
*#file 8051int.h
*44:
*45:
*51:
*53:
*90:
*93:
*101:
*#file C:\MC\8051
www.eeworm.com/read/102760/15759551
c disp_logo.c
#include
#include
DispLogo()
{
int i, j;
FILE *fd;
char map[24][81], map_file[128];
sprintf(map_file, "%s/view/logo.map", getenv("WORKDIR"));
fd = fopen(map_file,
www.eeworm.com/read/102756/15759766
c disp_logo.c
#include
#include
DispLogo()
{
int i, j;
FILE *fd;
char map[24][81], map_file[128];
sprintf(map_file, "%s/view/logo.map", getenv("WORKDIR"));
fd = fopen(map_file,
www.eeworm.com/read/377640/9267413
h 44blib.h
#ifndef __UTILS_H
#define __UTILS_H
int getyorn(void);
void printf(char *f, ...);
void sprintf(char *mem, char *fmt, ...);
void outportb(U8, U32);
void outportw(U16, U32);
void outportl
www.eeworm.com/read/454946/7380946
c mod3.c
#include
#include
#include
static int proc_print(char* buffer, char** start, off_t off, int count, int *eof, void* data)
{
return sprintf(buffer,"%s
www.eeworm.com/read/311791/13625850
c client1.c
#include
#include "creerSocket.h"
#include
#include
#define BUFF_SIZE 256
void g(int desc, int i) {
int n;
char buff[BUFF_SIZE];
sprintf(buff, "%d", i);
if ( w
www.eeworm.com/read/101082/6245372
3s printf.3s
." SCCSID: @(#)printf.3s 2.4 8/12/87
.\" Last modified by DAH on 11-Sept-88 1900.
.\"
.TH printf 3s
.SH Name
printf, fprintf, sprintf \- formatted output conversion
.SH Syntax
.B #include
.P