/haiku/src/apps/haikudepot/util/ |
H A D | AppUtils.cpp | 21 AppUtils::NotifySimpleError(const char* title, const char* text) argument 28 if (text != NULL && strlen(text) != 0) 29 message.AddString(KEY_ALERT_TEXT, text);
|
H A D | AppUtils.h | 13 const char* text);
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/ |
H A D | debug.c | 52 void debug_printf(const char *text,...); 53 void log_printf(const char *text,...); 57 void debug_printf(const char *text,...) argument 62 va_start(ap,text); 63 vsprintf(buf,text,ap); 74 const char *text = DRIVER_NAME ", " VERSION "\n"; local 76 write(fd,text,strlen(text)); 82 void log_printf(const char *text,...) argument 89 va_start(ap,text); [all...] |
H A D | debug.h | 59 void log_printf(const char *text,...); 60 void debug_printf(const char *text,...); 62 void debug_printf(const char *text,...);
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/ |
H A D | debug.c | 52 void debug_printf(const char *text,...); 53 void log_printf(const char *text,...); 57 void debug_printf(const char *text,...) argument 62 va_start(ap,text); 63 vsprintf(buf,text,ap); 74 const char *text = DRIVER_NAME ", " VERSION "\n"; local 76 write(fd,text,strlen(text)); 82 void log_printf(const char *text,...) argument 89 va_start(ap,text); [all...] |
H A D | debug.h | 59 void log_printf(const char *text,...); 60 void debug_printf(const char *text,...); 62 void debug_printf(const char *text,...);
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/ |
H A D | debug.c | 33 void debug_printf(const char *text,...); 34 void log_printf(const char *text,...); 38 void debug_printf(const char *text,...) argument 43 va_start(ap,text); 44 vsprintf(buf,text,ap); 55 const char *text = DRIVER_NAME ", " VERSION "\n"; local 57 write(fd,text,strlen(text)); 63 void log_printf(const char *text,...) argument 70 va_start(ap,text); [all...] |
H A D | debug.h | 40 void log_printf(const char *text,...); 41 void debug_printf(const char *text,...); 43 void debug_printf(const char *text,...);
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | debug.c | 51 void debug_printf(const char *text,...); 52 void log_printf(const char *text,...); 55 void debug_printf(const char *text,...) argument 60 va_start(ap,text); 61 vsprintf(buf,text,ap); 72 const char *text = DRIVER_NAME ", " ECHO_VERSION "\n"; local 74 write(fd,text,strlen(text)); 80 void log_printf(const char *text,...) argument 87 va_start(ap,text); [all...] |
/haiku/src/add-ons/kernel/drivers/audio/emuxki/ |
H A D | debug.c | 52 void debug_printf(const char *text,...); 53 void log_printf(const char *text,...); 57 void debug_printf(const char *text,...) argument 62 va_start(ap,text); 63 vsprintf(buf,text,ap); 74 const char *text = DRIVER_NAME ", " VERSION "\n"; local 76 write(fd,text,strlen(text)); 82 void log_printf(const char *text,...) argument 89 va_start(ap,text); [all...] |
H A D | debug.h | 59 void log_printf(const char *text,...); 60 void debug_printf(const char *text,...); 62 void debug_printf(const char *text,...);
|
/haiku/src/system/libnetwork/netresolv/isc/ |
H A D | ctl_p.h | 2 char * text; member in struct:ctl_buf 13 #define allocated_p(Buf) ((Buf).text != NULL) 14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
|
/haiku/headers/tools/cppunit/cppunit/ |
H A D | TextTestRunner.h | 4 #include <cppunit/ui/text/TestRunner.h> 9 * \brief A text mode test runner.
|
/haiku/src/system/libroot/posix/glibc/arch/x86/ |
H A D | s_fabs.S | 3 .text
|
H A D | s_fabsf.S | 3 .text
|
H A D | s_fabsl.S | 3 .text
|
/haiku/src/system/libroot/posix/glibc/arch/x86_64/ |
H A D | s_fabsl.S | 22 .text
|
/haiku/src/add-ons/kernel/drivers/audio/ac97/ich/ |
H A D | debug.c | 43 void debug_printf(const char *text,...) argument 48 va_start(ap,text); 49 vsprintf(buf,text,ap); 64 const char *text = DRIVER_NAME ", " VERSION "\n"; local 66 write(fd,text,strlen(text)); 71 void log_printf(const char *text,...) argument 77 va_start(ap,text); 78 vsprintf(buf,text,ap);
|
/haiku/src/add-ons/kernel/generic/mpu401/ |
H A D | debug.c | 47 void debug_printf(const char *text,...) argument 52 va_start(ap,text); 53 vsprintf(buf,text,ap); 68 const char *text = DRIVER_NAME ", " VERSION "\n"; local 70 write(fd,text,strlen(text)); 75 void log_printf(const char *text,...) argument 81 va_start(ap,text); 82 vsprintf(buf,text,ap);
|
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/ |
H A D | md5.h | 47 const unsigned char* text, int text_len, 50 const unsigned char* text, int text_len,
|
/haiku/src/tools/translation/inspector/ |
H A D | TranslatorItem.cpp | 33 BTranslatorItem::BTranslatorItem(const char *text, const char *path, int32 group) argument 34 : BStringItem(text)
|
/haiku/src/apps/packageinstaller/ |
H A D | PackageTextViewer.h | 18 PackageTextViewer(const char* text, 24 void _InitView(const char *text, bool disclaimer);
|
/haiku/src/system/libroot/os/arch/riscv64/ |
H A D | byteorder.S | 8 .text
|
/haiku/src/apps/debuganalyzer/gui/ |
H A D | AbstractGeneralPage.h | 17 LabelView(const char* text) argument 19 BStringView(NULL, text) 36 TextDataView(const char* text) argument 38 BStringView(NULL, text) 52 const char* text = NULL);
|
/haiku/src/apps/cortex/TipManager/ |
H A D | TipWindow.cpp | 47 const char* text) : 58 if(text) 59 m_text = text; 67 const char* TipWindow::text() const { function in class:TipWindow 74 const char* text) { 79 m_text = text; 80 m_tipView->setText(text); 46 TipWindow( const char* text) argument 73 setText( const char* text) argument
|