Searched refs:PR_smprintf (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprprf.h65 #define PR_smprintf VBoxNsprPR_smprintf macro
91 NSPR_API(char*) PR_smprintf(const char *fmt, ...);
94 ** Free the memory allocated, for the caller, by PR_smprintf
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsprintf.c65 ** Perform a three way test against PR_smprintf, PR_snprintf, and sprintf.
75 s = PR_smprintf(pattern, i);
143 ** Perform a three way test against PR_smprintf, PR_snprintf, and sprintf.
153 s = PR_smprintf(pattern, l);
237 ** Perform a three way test against PR_smprintf, PR_snprintf, and sprintf.
247 s = PR_smprintf(pattern, l);
360 ** Perform a three way test against PR_smprintf, PR_snprintf, and sprintf.
375 s = PR_smprintf(pattern, ss);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEnvironment.cpp187 char* newData = PR_smprintf("%s=%s",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c589 fullname = PR_smprintf("%s\\%s%s", path, lib, PR_DLL_SUFFIX);
591 fullname = PR_smprintf("%s%s", lib, PR_DLL_SUFFIX);
595 fullname = PR_smprintf("%s\\%s", path, lib);
597 fullname = PR_smprintf("%s", lib);
603 fullname = PR_smprintf("%s%s", path, lib);
605 fullname = PR_smprintf("%s", lib);
612 fullname = PR_smprintf("%s/lib%s%s", path, lib, PR_DLL_SUFFIX);
614 fullname = PR_smprintf("lib%s%s", lib, PR_DLL_SUFFIX);
618 fullname = PR_smprintf("%s/%s", path, lib);
620 fullname = PR_smprintf("
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPipes.cpp144 char *buf = PR_smprintf("%d %s", i, kTestPattern);
256 char* buf = PR_smprintf("%d %s", i, kTestPattern);
489 char* buf = PR_smprintf("%d %s", i, kTestPattern);
/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp131 gPathEnvString = PR_smprintf("%s=%s;%s",
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp455 if (PR_smprintf(XPCOM_SEARCH_KEY "=%s" XPCOM_ENV_PATH_SEPARATOR "%s",
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c1069 sizeStr = PR_smprintf("<= %ld", size);
1071 sizeStr = PR_smprintf("<= %ldk", size / 1024);
1073 sizeStr = PR_smprintf("<= %ldM", size / (1024 * 1024));
3437 msg = PR_smprintf("\
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c517 genName = PR_smprintf( "%s/.NSPR-AFM-%d-%p.%d",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c1093 PR_IMPLEMENT(char *) PR_smprintf(const char *fmt, ...) function
1105 ** Free memory allocated, for the caller, by PR_smprintf
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp815 // the rest can be PR_smprintf'd and use common code.
819 ptr = PR_smprintf( format_ , (cast_) data.u. member_ ); \

Completed in 71 milliseconds