代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/272724/4215191

java fmt.java

// Fmt - some simple single-arg sprintf-like routines // // Copyright (C) 1996 by Jef Poskanzer . All rights reserved. // // Redistribution and use in source and binary forms, with
www.eeworm.com/read/437018/1838779

c test.c

main() { char buf[32]; int i; for (i=0; i < 32; i++) buf[i] = '\0'; sprintf(buf, "%1.1e", 0.0); printf("%s*** %d\n", buf, strlen(buf)); }
www.eeworm.com/read/396039/2424083

cpp clearjobs.cpp

#include "mpijob.h" #include "Translate_Error.h" void DeleteJob(SOCKET sock, char *pszJob) { char str[256]; int error; sprintf(str, "dbdestroy %s", pszJob); if (WriteString(sock, str
www.eeworm.com/read/385462/2590361

h debug.h

/* * Copyright (c) 1995 Danny Gasparovski. * * Please read the file COPYRIGHT for the * terms and conditions of the copyright. */ #define PRN_STDERR 1 #define PRN_SPRINTF 2 extern FILE *dfd; ex
www.eeworm.com/read/358128/2999905

pm gofer.pm

{ package DBD::Gofer; use strict; require DBI; require DBI::Gofer::Request; require DBI::Gofer::Response; require Carp; our $VERSION = sprintf("0.%06d", q$Revision: 1010
www.eeworm.com/read/388698/8582337

c bra_inse.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/309252/13676369

c bra_inse.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/419967/10825660

java fmt.java

// Fmt - some simple single-arg sprintf-like routines // // Copyright (C) 1996 by Jef Poskanzer . All rights reserved. // // Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/136812/5861441

c get_sys.c

/* @(#)get_sys.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" extern char *sprintf(); int fillin_sys_struct(sys
www.eeworm.com/read/136812/5861532

c mksys_info.c

/* @(#)mksys_info.c 1.1 92/07/30 SMI */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. */ #include "install.h" char *sprintf(); create_sys_info(sys) struct sy