Searched refs:sprintf (Results 51 - 75 of 393) sorted by path

1234567891011>>

/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp69 sprintf(fFile, "%s/%s@ipp.%" B_PRId32, spool_path, fUser, fJobId);
/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp87 sprintf(__error_msg, "gethostbyname failed. errno = %d", errno);
93 sprintf(__error_msg, "socket failed. errno = %d", errno);
102 sprintf(__error_msg, "bind failed. errno = %d", errno);
110 sprintf(__error_msg, "connect failed. errno = %d", errno);
150 sprintf(__error_msg, "recv failed. errno = %d", errno);
165 sprintf(__error_msg, "send failed. errno = %d", errno);
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp374 sprintf(outInfo->name,
443 sprintf(outInfo->name, B_TRANSLATE("BMP image (OS/2 format, "
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp284 sprintf(temp, "%d",
287 sprintf(temp, "%d",
290 sprintf(temp, "%d",
469 sprintf(temp, "%d", value);
/haiku/src/add-ons/translators/pcx/
H A DConfigView.cpp34 sprintf(version, B_TRANSLATE("Version %d.%d.%d, %s"),
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp96 sprintf(info, B_TRANSLATE("Rich Text Format translator v%d.%d.%d %s"),
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp61 sprintf(version, B_TRANSLATE("Version %d.%d.%d, %s"),
/haiku/src/apps/cortex/RouteApp/
H A DNodeSetIOContext.cpp86 sprintf(buffer, "N_%03d", m_nodeKeyIndex++);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp323 sprintf(label, formatString, max);
368 sprintf(label, formatString, value);
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp32 sprintf(message, "Observable::~Observable() - %" B_PRId32
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp60 sprintf(idString, "%.4s", (const char*)&id);
87 sprintf(idString, "%.4s", (const char*)&id);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp143 sprintf(valueString, "#%02x%02x%02x%02x",
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.cpp114 sprintf(tmp, "%0*" B_PRId32, (int)maxDigits, rounded);
/haiku/src/apps/mediaplayer/
H A DMainApp.cpp587 sprintf(snifferRule, "0.9 ('%4s')", (const char*)&bigEndianMagic);
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp320 sprintf(fIn.name, "Video Consumer");
458 sprintf(fIn.name, "Video Consumer");
/haiku/src/apps/mediaplayer/support/
H A DNotifier.cpp32 sprintf(message, "Notifier::~Notifier() - %" B_PRId32
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1144 sprintf(msg, "%s: %s. [%" B_PRIx32 "]", action, strerror(err), (int32) err);
1146 sprintf(msg, "%s.", action);
1164 sprintf(name, "Audio Clip");
1166 sprintf(name, "Audio Clip %d", fTempCount);
/haiku/src/apps/text_search/
H A DChangesIterator.cpp65 sprintf(buffer, "%s", entry.key.GetString());
/haiku/src/bin/
H A Dcatattr.cpp88 sprintf(buffer, "'%c%c%c%c'", value[0], value[1], value[2],
91 sprintf(buffer, "0x%08" B_PRIx32, type);
H A Dcomm.c189 sprintf("%s", name);
H A Dlistres.cpp70 sprintf(buffer, "'%c%c%c%c'", value[0], value[1], value[2], value[3]);
72 sprintf(buffer, "0x%08" B_PRIx32, type);
/haiku/src/bin/keymap/
H A DKeymap.cpp771 sprintf(string, "0x%02x", (uint8)chars[offset]);
773 sprintf(string, "'%s%c'",
781 sprintf(string, "0x");
783 sprintf(string + 2 * (i + 1), "%02x", (uint8)chars[offset + i]);
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp326 sprintf(tempString, "Problems opening directory named \"%s\".",
H A Dmbox2mail.cpp100 sprintf (ErrorBuffer, "%s, error code $%X/%d (%s) has occured.",
397 sprintf (TempString, "%d", MailMessage.Priority ());
425 sprintf (TempString, "%04d%02d%02d%02d%02d%02d",
555 sprintf (ErrorMessage, "Unable to open file \"%s\" for reading",
593 sprintf (ErrorMessage, "Unable to make output directory \"%s\"",
606 sprintf (ErrorMessage, "Unable to set output BDirectory to \"%s\"",
634 sprintf (ErrorMessage,
/haiku/src/bin/network/mount_nfs/
H A Dmount_nfs.cpp101 sprintf(buf, "nfs:%s:%s,uid=%u,gid=%u,hostname=%s",

Completed in 141 milliseconds

1234567891011>>