Searched refs:snprintf (Results 126 - 150 of 401) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp446 size_t totalBytes = snprintf(string + *index, bufferSize - *index,
455 size_t totalBytes = snprintf(string + *index, bufferSize - *index,
464 size_t totalBytes = snprintf(string + *index,
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp89 snprintf(buffer, sizeof(buffer), "pt/%c%x", letter, digit);
92 snprintf(buffer, sizeof(buffer), "tt/%c%x", letter, digit);
408 snprintf(path, sizeof(path), "/dev/%s",
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp104 snprintf(count, sizeof(count), "/%" B_PRId32, max);
137 snprintf(count, sizeof(count), "%" B_PRId32,
437 snprintf(version, sizeof(version),
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp77 snprintf(temp, sizeof(temp), "%hhd", int8(x + 1));
280 snprintf(buffer, sizeof(buffer), B_TRANSLATE("%.2f GHz"), cpuSpeed / 1000.0f);
282 snprintf(buffer, sizeof(buffer), B_TRANSLATE("%ld MHz"), (long int)cpuSpeed);
H A DDeskbarPulseView.cpp200 snprintf(str.LockBuffer(512), 512,
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp169 snprintf(title, sizeof(title), "Title %d",
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c100 snprintf(str, sizeof(str), "%.*s_wakeup_sem",
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp177 snprintf(portName, sizeof(portName), "_userlandfs_%s", fsName);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp54 snprintf(buffer, sizeof(buffer), "%s (%" B_PRId32 ")",
/haiku/src/apps/mail/
H A DPeople.cpp37 snprintf(attr, sizeof(attr), "META:email%d", i);
H A DStatus.cpp151 snprintf(newName, B_FILE_NAME_LENGTH, "%s_%" B_PRId32,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c76 snprintf(alq->sc_alq_filename, ATH_ALQ_FILENAME_LEN,
/haiku/src/kits/debug/
H A DTeamDebugger.cpp43 snprintf(name, sizeof(name), "debugger for team %" B_PRId32, team);
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp175 snprintf(numericDateString, sizeof(numericDateString),
/haiku/src/apps/diskusage/
H A DStatusView.cpp49 snprintf(testLabel, sizeof(testLabel), B_TRANSLATE_COMMENT("%d files",
/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp209 snprintf(idBuffer, sizeof(idBuffer), "%" B_PRId32, id);
/haiku/src/bin/multiuser/
H A Dlogin.cpp111 snprintf(buffer, sizeof(buffer), " from %s", host);
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp64 snprintf(timeBuffer, sizeof(timeBuffer), "[%" B_PRIu64 "] ", __rdtsc());
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp156 offset += snprintf(cStates + offset, sizeof(cStates) - offset,
/haiku/src/bin/fwcontrol/
H A Dfwcrom.c312 snprintf(buf, len, "%s", s);
327 len -= snprintf(buf, len, "%d", reg->val);
334 len -= snprintf(buf, len, "offset=0x%04x(%d)",
343 len -= snprintf(buf, len, "len=%d crc=0x%04x(%s) ",
/haiku/src/apps/remotedesktop/
H A DRemoteDesktop.cpp140 snprintf(shellCommand, sizeof(shellCommand),
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp145 snprintf(areaName, sizeof(areaName), "%s mmap area", imageName);
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CBus.cpp136 snprintf(name, sizeof(name), "bus/i2c/%d/bus_raw", pathID);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h329 snprintf (
/haiku/src/preferences/screen/
H A DMonitorView.cpp111 snprintf(text, sizeof(text), B_TRANSLATE("%ld dpi"), (long int)fDPI);

Completed in 144 milliseconds

1234567891011>>