/reactos/dll/3rdparty/libtirpc/src/ |
H A D | clnt_perror.c | 87 if (snprintf(str, len, "%s: ", s) > 0) { 116 snprintf(str, len, "; errno = %s", strerror(e.re_errno)); 125 snprintf(str, len, "; low version = %u, high version = %u", 136 snprintf(str, len, "; why = "); 143 snprintf(str, len, "%s",err); 145 snprintf(str, len, 157 snprintf(str, len, "; low version = %u, high version = %u", 167 snprintf(str, len, "; s1 = %u, s2 = %u", 252 snprintf(str, len, "%s: ", s); 268 snprintf(str+i, len, ": errno %d (%s)",
|
H A D | pmap_clnt.c | 69 snprintf(buf, sizeof buf, "0.0.0.0.%d.%d", in pmap_set()
|
/reactos/dll/win32/crypt32/ |
H A D | rootstore.c | 163 pos += snprintf(buf + pos, sizeof(buf) - pos, "\n\texpired"); in trust_status_to_str() 175 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 180 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 185 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 188 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 191 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 194 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 197 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 200 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() 203 pos += snprintf(buf + pos, sizeof(buf) - pos, in trust_status_to_str() [all …]
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | AddFontResource.c | 22 snprintf(szFileNameFont1, MAX_PATH, "%s\\testdata\\test.ttf", szCurrentDir); in Test_AddFontResourceA() 23 snprintf(szFileNameFont2, MAX_PATH, "%s\\testdata\\test.otf", szCurrentDir); in Test_AddFontResourceA() 84 snprintf(szFileNameFont1, MAX_PATH, "%s\\testdata\\test.pfm", szCurrentDir); in Test_AddFontResourceA() 85 snprintf(szFileNameFont2, MAX_PATH, "%s\\testdata\\test.pfb", szCurrentDir); in Test_AddFontResourceA()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | nanoftp.c | 756 snprintf(buf, sizeof(buf), "USER anonymous\r\n"); in xmlNanoFTPSendUser() 784 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n"); in xmlNanoFTPSendPasswd() 818 snprintf(buf, sizeof(buf), "QUIT\r\n"); in xmlNanoFTPQuit() 1036 snprintf(buf, sizeof(buf), "PASS anonymous@\r\n"); in xmlNanoFTPConnect() 1108 snprintf(buf, sizeof(buf), "USER %s@%s\r\n", in xmlNanoFTPConnect() 1333 snprintf(buf, sizeof(buf), "DELE %s\r\n", file); in xmlNanoFTPDele() 1403 snprintf (buf, sizeof(buf), "EPSV\r\n"); in xmlNanoFTPGetConnection() 1406 snprintf (buf, sizeof(buf), "PASV\r\n"); in xmlNanoFTPGetConnection() 1733 snprintf(buf, sizeof(buf), "LIST -L\r\n"); in xmlNanoFTPList() 1839 snprintf(buf, sizeof(buf), "TYPE I\r\n"); in xmlNanoFTPGetSocket() [all …]
|
H A D | nanohttp.c | 1442 p += snprintf( p, blen - (p - bp), "%s http://%s:%d%s", in xmlNanoHTTPMethodRedir() 1447 p += snprintf( p, blen - (p - bp), "%s http://%s%s", method, in xmlNanoHTTPMethodRedir() 1451 p += snprintf( p, blen - (p - bp), "%s %s", method, ctxt->path); in xmlNanoHTTPMethodRedir() 1454 p += snprintf( p, blen - (p - bp), "?%s", ctxt->query); in xmlNanoHTTPMethodRedir() 1457 p += snprintf( p, blen - (p - bp), " HTTP/1.0\r\nHost: %s\r\n", in xmlNanoHTTPMethodRedir() 1460 p += snprintf( p, blen - (p - bp), " HTTP/1.0\r\nHost: %s:%d\r\n", in xmlNanoHTTPMethodRedir() 1465 p += snprintf(p, blen - (p - bp), "Accept-Encoding: gzip\r\n"); in xmlNanoHTTPMethodRedir() 1469 p += snprintf(p, blen - (p - bp), "Content-Type: %s\r\n", *contentType); in xmlNanoHTTPMethodRedir() 1472 p += snprintf( p, blen - (p - bp), "%s", headers ); in xmlNanoHTTPMethodRedir() 1475 snprintf(p, blen - (p - bp), "Content-Length: %d\r\n\r\n", ilen ); in xmlNanoHTTPMethodRedir() [all …]
|
H A D | xmlschemastypes.c | 5753 snprintf(buffer, buffersize, "NaN"); 5974 snprintf((char *) *retValue, bufsize, in xmlSchemaGetCanonValue() 5977 snprintf((char *) *retValue, bufsize, in xmlSchemaGetCanonValue() 6079 snprintf(buf, 35, "-%04ld-%02u", in xmlSchemaGetCanonValue() 6083 snprintf(buf, 35, "%04ld-%02u", in xmlSchemaGetCanonValue() 6101 snprintf(buf, 30, in xmlSchemaGetCanonValue() 6108 snprintf(buf, 30, in xmlSchemaGetCanonValue() 6131 snprintf(buf, 30, in xmlSchemaGetCanonValue() 6137 snprintf(buf, 30, in xmlSchemaGetCanonValue() 6158 snprintf(buf, 50, in xmlSchemaGetCanonValue() [all …]
|
H A D | trio.h | 182 # undef snprintf 183 # define snprintf trio_snprintf macro
|
H A D | libxml.h | 41 int snprintf(char *, size_t, const char *, ...);
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | install.c | 458 snprintf(path, MAX_PATH, "%s\\TestDir", commonprogs); in test_profile_items() 470 snprintf(path, MAX_PATH, "%s\\TestItem.lnk", commonprogs); in test_profile_items() 471 snprintf(path, MAX_PATH, "%s\\TestDir", commonprogs); in test_profile_items() 473 snprintf(path, MAX_PATH, "%s\\TestDir\\TestItem2.lnk", commonprogs); in test_profile_items() 475 snprintf(path, MAX_PATH, "%s\\TestGroup", commonprogs); in test_profile_items() 478 snprintf(path, MAX_PATH, "%s\\TestItem.lnk", commonprogs); in test_profile_items() 480 snprintf(path, MAX_PATH, "%s\\TestDir\\TestItem2.lnk", commonprogs); in test_profile_items() 482 snprintf(path, MAX_PATH, "%s\\TestItem2.lnk", commonprogs); in test_profile_items() 484 snprintf(path, MAX_PATH, "%s\\TestDir", commonprogs); in test_profile_items() 486 snprintf(path, MAX_PATH, "%s\\TestGroup", commonprogs); in test_profile_items()
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngdebug.h | 110 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \ 121 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \ 132 snprintf(format,256,"%s%s%s",(num_tabs==1 ? "\t" : \
|
/reactos/drivers/bus/acpi/busmgr/ |
H A D | bus.c | 1169 snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", "ACPI"); in acpi_bus_add() 1173 snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", "PWRF"); in acpi_bus_add() 1177 snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", "SLPF"); in acpi_bus_add() 1192 snprintf(device->pnp.bus_id, sizeof(device->pnp.bus_id), "%s", bus_id); in acpi_bus_add() 1285 snprintf(uid, sizeof(static_uid_buffer), "%d", (PowerDeviceCount++)); in acpi_bus_add() 1290 snprintf(uid, sizeof(static_uid_buffer), "_%d", (ProcessorCount++)); in acpi_bus_add() 1298 snprintf(uid, sizeof(static_uid_buffer), "%d", (ThermalZoneCount++)); in acpi_bus_add() 1303 snprintf(uid, sizeof(static_uid_buffer), "%d", (PowerButtonCount++)); in acpi_bus_add() 1308 snprintf(uid, sizeof(static_uid_buffer), "%d", (FixedPowerButtonCount++)); in acpi_bus_add() 1313 snprintf(uid, sizeof(static_uid_buffer), "%d", (SleepButtonCount++)); in acpi_bus_add() [all …]
|
/reactos/sdk/tools/ |
H A D | stubgen.c | 8 #define snprintf _snprintf macro 60 snprintf( line, sizeof(line), "%s test 2>&1", make ); in main() 110 snprintf( line, sizeof(line), "%s %s", nm, argv[i] ); in main()
|
/reactos/sdk/tools/mkisofs/schilytools/libsiconv/ |
H A D | sic_nls.c | 245 snprintf(path, sizeof (path), "%s", ins_base); 247 snprintf(path, sizeof (path), "%s/lib/siconv/", INS_BASE); 300 snprintf(path, sizeof (path), "%s%s", p, name); 303 snprintf(path, sizeof (path), "%s/lib/siconv/%s", INS_BASE, name);
|
/reactos/dll/3rdparty/libxslt/ |
H A D | xsltutils.c | 2114 snprintf(times_str,sizeof(times_str),"%8.3f",(float)t/XSLT_TIMESTAMP_TICS_PER_SEC); in xsltSaveProfiling() 2116 snprintf(called_str,sizeof(called_str),"%6d/%d", in xsltSaveProfiling() 2125 snprintf(ix_str,sizeof(ix_str),"[%d]",i); in xsltSaveProfiling() 2126 snprintf(timep_str,sizeof(timep_str),"%6.2f",(float)templ1->time*100.0/totalt); in xsltSaveProfiling() 2127 … snprintf(times_str,sizeof(times_str),"%8.3f",(float)templ1->time/XSLT_TIMESTAMP_TICS_PER_SEC); in xsltSaveProfiling() 2128 snprintf(timec_str,sizeof(timec_str),"%8.3f",(float)childt[i]/XSLT_TIMESTAMP_TICS_PER_SEC); in xsltSaveProfiling() 2152 snprintf(called_str,sizeof(called_str),"%6d/%d", in xsltSaveProfiling() 2272 snprintf(buf, sizeof(buf), "%d", i + 1); in xsltGetProfileInformation() 2278 snprintf(buf, sizeof(buf), "%d", templates[i]->nbCalls); in xsltGetProfileInformation() 2281 snprintf(buf, sizeof(buf), "%ld", templates[i]->time); in xsltGetProfileInformation() [all …]
|
H A D | win32config.h | 18 #define snprintf c99_snprintf macro
|
/reactos/dll/win32/iphlpapi/ |
H A D | address.c | 281 snprintf(KeyName, 256, in QueryFlags() 435 snprintf(KeyName, 256, in GetAdaptersAddresses() 465 snprintf(KeyName, 256, in GetAdaptersAddresses() 527 snprintf(KeyName, 256, in GetAdaptersAddresses() 574 snprintf(KeyName, 256, in GetAdaptersAddresses()
|
/reactos/base/setup/usetup/ |
H A D | fslist.c | 197 snprintf(Buffer, sizeof(Buffer), in DrawFileSystemList() 204 snprintf(Buffer, sizeof(Buffer), MUIGetString(STRING_KEEPFORMAT)); in DrawFileSystemList()
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | schily.h | 553 #undef snprintf 554 #define snprintf js_snprintf macro 559 #undef snprintf 560 #define snprintf js_snprintf macro
|
/reactos/sdk/lib/3rdparty/libxml2/include/ |
H A D | win32config.h | 17 #define snprintf _snprintf macro
|
/reactos/drivers/bus/acpi/acpica/include/platform/ |
H A D | accygwin.h | 99 snprintf (char *s, size_t n, const char *format, ...);
|
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tif_config.vc.h | 109 #define snprintf _snprintf macro
|
H A D | tif_config.h | 116 #define snprintf _snprintf macro
|
H A D | tiffiop.h | 59 #undef snprintf 60 #define snprintf _TIFF_snprintf_f macro 61 extern int snprintf(char* str, size_t size, const char* format, ...);
|
/reactos/dll/3rdparty/libtirpc/tirpc/ |
H A D | wintirpc.h | 48 #define snprintf _snprintf macro
|