Searched refs:snprintf (Results 151 - 175 of 401) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp350 l = snprintf(_name, *_nameLength, "%s.%s.%.*s",
354 l = snprintf(_name, *_nameLength, "%s.%d.%.*s",
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp170 snprintf(buffer, sizeof(buffer),
177 snprintf(buffer, sizeof(buffer), B_TRANSLATE("%s file type"), ref.name);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp259 length = snprintf(buffer, sizeof(buffer), "A%.7" B_PRId32 " %s\r\n",
262 length = snprintf(buffer, sizeof(buffer), "%s\r\n", command);
H A DResponse.cpp408 snprintf(fBuffer, sizeof(fBuffer), "Expected %s, but got %s instead!",
417 snprintf(buffer, size, isprint(c) ? "\"%c\"" : "(%x)", c);
/haiku/src/bin/consoled/
H A Dconsoled.cpp316 snprintf(name, sizeof(name), "/dev/pt/%s", entry->d_name);
320 snprintf(name, sizeof(name), "/dev/tt/%s", entry->d_name);
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp131 snprintf(path, pathSize, "%s/%s/%s", kAdministrativeDirectory, fName,
334 snprintf(path.Get(), kBufferSize, "%s/%s/%s",
H A Dmenu.cpp507 snprintf(buffer, bufferSize, "%" B_PRIdOFF, size);
509 snprintf(buffer, bufferSize, "%" B_PRIdOFF ".%" B_PRId32, size,
514 snprintf(buffer + length, bufferSize - length, " %sB",
793 snprintf(nameBuffer, sizeof(nameBuffer), "%s (%s)", Label(),
942 snprintf(label, sizeof(label), "Cannot continue booting (%s)",
1079 snprintf(name, sizeof(name), "SYSLOG%02d.TXT", i);
1390 snprintf(name + len, sizeof(name) - len,
1527 if (snprintf(buffer, sizeof(buffer), "%s true\n",
/haiku/src/kits/device/
H A DSerialPort.cpp107 snprintf(buf, 64, SERIAL_DIR"/%s", portName);
110 snprintf(buf, 64, "%s", portName);
H A DJoystick.cpp128 snprintf(nameBuffer, sizeof(nameBuffer), DEVICE_BASE_PATH"/%s",
131 snprintf(nameBuffer, sizeof(nameBuffer), "%s", portName);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp467 snprintf(label, sizeof(label), "%" B_PRId32, (int32)fCurrentFont.Size());
494 snprintf(label, sizeof(label), "%" B_PRId32, size);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp153 snprintf(buffer, bufferSize,
158 snprintf(buffer, bufferSize,
/haiku/src/servers/debug/
H A DDebugServer.cpp466 snprintf(name, sizeof(name), "team %" B_PRId32 " message count", fTeam);
475 snprintf(name, sizeof(name), "team %" B_PRId32 " handler", fTeam);
841 snprintf(buffer, sizeof(buffer), "Debugger call: %p "
916 snprintf(buffer, bufferSize, "<%s> %s + %#lx%s", imageName, symbolName,
922 snprintf(buffer, bufferSize, "<%s> %#lx", imageName,
940 snprintf(buffer, bufferSize, "(%s + %#lx)", info.name,
/haiku/src/preferences/screen/
H A DScreenWindow.cpp144 snprintf(string.LockBuffer(32), 32, "%.*g", refresh >= 100.0 ? 4 : 3,
1265 snprintf(buffer, sizeof(buffer), "mode %" B_PRId32 " %" B_PRId32 " %"
1348 snprintf(text, sizeof(text), "%s%s%s %g\"", info.vendor,
1383 length = snprintf(text, sizeof(text),
1399 length += snprintf(text + length, sizeof(text) - length,
1403 length += snprintf(text + length, sizeof(text) - length,
1458 snprintf(message, sizeof(message),
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp206 snprintf(buffer, sizeof(buffer), "%0*" B_PRIx64,
743 snprintf(buffer, bufferSize, "%02" B_PRIx8,
764 snprintf(buffer, bufferSize, "%04" B_PRIx16,
785 snprintf(buffer, bufferSize, "%08" B_PRIx32,
806 snprintf(buffer, bufferSize, "%0*" B_PRIx64,
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp393 snprintf(buffer, bufferLength, "%s%s%s", open, data.String(), close);
395 snprintf(buffer, bufferLength, "%s%" B_PRIdTIME ":%02" B_PRIdTIME "%s",
457 length = snprintf(text, sizeof(text), "%s%s%s", open, data.String(), close);
460 length += snprintf(text + length, sizeof(text) - length, "\n%" B_PRIdTIME
473 snprintf(text + length, sizeof(text) - length, "\n%s",
/haiku/src/libs/libtelnet/
H A Dkerberos5.c506 snprintf (ccname, sizeof(ccname),
727 snprintf(buf, buflen, " %d (unknown)", data[3]);
731 snprintf(buf, buflen, " %d", data[i]);
/haiku/src/apps/charactermap/
H A DCharacterWindow.cpp66 snprintf(fText, sizeof(fText), "%" B_PRId32 "pt", Value());
343 snprintf(text, sizeof(text), " %s: %#" B_PRIx32 " (%" B_PRId32 "), UTF-8: %s",
347 snprintf(glyph, sizeof(glyph), "'%s'", utf8);
/haiku/src/bin/network/ftpd/
H A Dftpd.c585 (void)snprintf(ttyline, sizeof(ttyline), "ftp%d", (int)getpid());
1629 snprintf(proctitle, sizeof(proctitle),
1634 snprintf(proctitle, sizeof(proctitle),
1649 snprintf(proctitle, sizeof(proctitle),
1689 (void) snprintf(line, sizeof(line), cmd, name), name = line;
1928 (void) snprintf(sizebuf, sizeof(sizebuf),
2359 (void)snprintf(line, sizeof(line), _PATH_LS " -lgA %s", filename);
2738 snprintf(proctitle, sizeof(proctitle), "%s: connected (to %s)",
2742 snprintf(proctitle, sizeof(proctitle), "%s: connected",
3125 (void) snprintf(ne
[all...]
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp49 snprintf(tmp, sizeof(tmp), "%u", (unsigned int)value);
176 snprintf(tmp, sizeof(tmp), "%d", (signed int)value);
310 snprintf(tmp, sizeof(tmp), "%u.%u.%u.%u",
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp592 snprintf(name, sizeof(name), "/etc/launch_cache/%ld:%lld %s",
595 snprintf(name, sizeof(name), "/etc/launch_cache/%s", Name());
613 snprintf(name, sizeof(name), "%ld:%lld\n", node->ref.device, node->ref.node);
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp190 snprintf(name, sizeof(name), "%s receive queue", device->name);
203 snprintf(name, sizeof(name), "%s consumer", device->name);
536 snprintf(name, sizeof(name), "%s reader", device->name);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp423 snprintf(fpsString, sizeof(fpsString), B_TRANSLATE("%.3f fps"),
484 snprintf(bitString, sizeof(bitString), B_TRANSLATE("%d Bit"),
496 snprintf(rateString, sizeof(rateString),
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractWaitObjectsPage.h138 snprintf(buffer, sizeof(buffer), "%#lx", object);
149 snprintf(buffer, sizeof(buffer), "%#lx", object);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4_address.cpp284 snprintf(buffer, bufferSize, "%u.%u.%u.%u:%u",
288 snprintf(buffer, bufferSize, "%u.%u.%u.%u", (addr >> 24) & 0xff,
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp410 snprintf(buffer, sizeof(buffer),
415 snprintf(buffer, sizeof(buffer),

Completed in 163 milliseconds

1234567891011>>