代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/171934/5391093

c su_sprintf.c

/* * This file is part of the Sofia-SIP package * * Copyright (C) 2005 Nokia Corporation. * * Contact: Pekka Pessi * * This library is free software; you can redistribut
www.eeworm.com/read/162614/5526828

c sprintf-lib.c

#include "lib/sprintf.c"
www.eeworm.com/read/162614/5526845

c sprintf-chk.c

/* Copyright (C) 2004, 2005 Free Software Foundation. Ensure builtin __sprintf_chk performs correctly. */ extern void abort (void); typedef __SIZE_TYPE__ size_t; extern size_t strlen(const char
www.eeworm.com/read/337445/3340646

c su_sprintf.c

/* * This file is part of the Sofia-SIP package * * Copyright (C) 2005 Nokia Corporation. * * Contact: Pekka Pessi * * This library is free software; you can redistribut
www.eeworm.com/read/334226/3370460

m sprintf-2.m

sprintf (1)
www.eeworm.com/read/334226/3370486

m sprintf-1.m

[s, msg, status] = sprintf ("%s: %d\n", "test", 1); s == "test: 1\n" && isstr (msg) && status == 2
www.eeworm.com/read/334226/3370498

m sprintf-3.m

sprintf ()
www.eeworm.com/read/320652/3545043

c nldbl-sprintf.c

#include "nldbl-compat.h" int attribute_hidden sprintf (char *s, const char *fmt, ...) { va_list arg; int done; va_start (arg, fmt); done = __nldbl_vsprintf (s, fmt, arg); va_end (arg);
www.eeworm.com/read/312645/3652220

c sprintf1.c

//================================================================= // // sprintf1.c // // Testcase for C library sprintf() // //===================================================
www.eeworm.com/read/312645/3652223

c sprintf2.c

//================================================================= // // sprintf2.c // // Testcase for C library sprintf() // //===================================================