Searched refs:message (Results 26 - 50 of 3133) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmsg_type.h110 * for use by the kernel and are defined in message.h.
121 #include <mach/message.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_msg.c18 char message[MAXLINELEN]; local
23 /* Point to the message buffer */
24 mp = message;
26 /* Format the POP status code at the beginning of the message */
27 snprintf (mp, sizeof(message), "%s ",
30 /* Point past the POP status indicator in the message message */
33 /* Append the message (formatted, if necessary) */
35 vsnprintf (mp, sizeof(message) - strlen(message),
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestnetworkrequest.c32 SoupMessage* message; local
37 message = webkit_network_request_get_message(request);
38 g_assert(!message);
42 message = soup_message_new("GET", "http://debian.org/");
43 request = WEBKIT_NETWORK_REQUEST(g_object_new(WEBKIT_TYPE_NETWORK_REQUEST, "message", message, NULL));
45 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
47 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
48 g_object_unref(message);
51 message
64 SoupMessage* message; local
[all...]
H A Dtestnetworkresponse.c33 SoupMessage* message; local
38 message = webkit_network_response_get_message(response);
39 g_assert(!message);
43 message = soup_message_new("GET", "http://debian.org/");
44 response = WEBKIT_NETWORK_RESPONSE(g_object_new(WEBKIT_TYPE_NETWORK_RESPONSE, "message", message, NULL));
46 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 2);
48 g_assert_cmpint(G_OBJECT(message)->ref_count, ==, 1);
49 g_object_unref(message);
52 message
65 SoupMessage* message; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitScriptDialogPrivate.h27 _WebKitScriptDialog(unsigned type, const CString& message) argument
29 , message(message)
34 _WebKitScriptDialog(unsigned type, const CString& message, const CString& defaultText) argument
36 , message(message)
45 , message(dialog->message)
53 CString message; member in struct:_WebKitScriptDialog
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/Imported/
H A DSecuritydXPC.h15 bool SecXPCDictionarySetData(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
16 bool SecXPCDictionarySetDataOptional(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
18 bool SecXPCDictionarySetPList(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
19 bool SecXPCDictionarySetPListOptional(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
21 bool SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error);
23 CFTypeRef SecXPCDictionaryCopyPList(xpc_object_t message, const char *key, CFErrorRef *error);
24 bool SecXPCDictionaryCopyPListOptional(xpc_object_t message, const char *key, CFTypeRef *pobject, CFErrorRef *error);
26 CFArrayRef SecXPCDictionaryCopyArray(xpc_object_t message, const char *key, CFErrorRef *error);
27 bool SecXPCDictionaryCopyArrayOptional(xpc_object_t message, const char *key, CFArrayRef *parray, CFErrorRef *error);
29 CFDataRef SecXPCDictionaryCopyData(xpc_object_t message, cons
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecuritydXPC.h15 bool SecXPCDictionarySetData(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
16 bool SecXPCDictionarySetDataOptional(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error);
18 bool SecXPCDictionarySetPList(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
19 bool SecXPCDictionarySetPListOptional(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error);
21 bool SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error);
23 CFTypeRef SecXPCDictionaryCopyPList(xpc_object_t message, const char *key, CFErrorRef *error);
24 bool SecXPCDictionaryCopyPListOptional(xpc_object_t message, const char *key, CFTypeRef *pobject, CFErrorRef *error);
26 CFArrayRef SecXPCDictionaryCopyArray(xpc_object_t message, const char *key, CFErrorRef *error);
27 bool SecXPCDictionaryCopyArrayOptional(xpc_object_t message, const char *key, CFArrayRef *parray, CFErrorRef *error);
29 CFDataRef SecXPCDictionaryCopyData(xpc_object_t message, cons
[all...]
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dcheckmail13 local file message
17 message="${${(M)file%%\?*}#\?}"
22 checkmail ${^file}\?$message
25 print -r -- "${(e)message:-You have new mail.}"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1_procedure_introduction.demo33 DemoControl(IsExecutable) {[info commands {display message}]=={}}
35 # This first example section declares the sub procedure 'display message' that has
39 procedure {display message} {
41 -short_description "Displays a simple message box"
42 -description "This procedure allows displaying a configurable message box."
50 {-log_file -type file -optional -description "Optional message log file"}
54 puts "display message:"
64 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
69 display message -help
73 DemoControl(IsExecutable) {[info commands {display message}]!
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-babel.c201 const u_char *message; local
204 message = cp + 4 + i;
205 TCHECK2(*message, 2);
207 type = message[0];
208 len = message[1];
210 TCHECK2(*message, 2 + len);
237 nonce = EXTRACT_16BITS(message + 4);
238 interval = EXTRACT_16BITS(message + 6);
251 nonce = EXTRACT_16BITS(message + 2);
264 seqno = EXTRACT_16BITS(message
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dlog.h13 void log_msg(char *message, char type);
14 void debug_msg(char *message);
/macosx-10.9.5/ppp-727.90.1/Helpers/snhelper/
H A Dflow_divert.c19 handle_flow_divert_uuid_add(xpc_connection_t connection, xpc_object_t message) argument
22 const uint8_t *uuid = xpc_dictionary_get_uuid(message, kSNHelperMessageUUID);
30 send_reply(connection, message, result);
34 handle_flow_divert_uuid_remove(xpc_connection_t connection, xpc_object_t message) argument
37 const uint8_t *uuid = xpc_dictionary_get_uuid(message, kSNHelperMessageUUID);
45 send_reply(connection, message, result);
49 handle_flow_divert_uuid_clear(xpc_connection_t connection, xpc_object_t message) argument
51 send_reply(connection, message, VPNAppLayerUUIDPolicyClear());
/macosx-10.9.5/ruby-104/ruby/include/ruby/backward/
H A Drubyio.h4 #pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"")
H A Dst.h4 #pragma message("warning: use \"ruby/st.h\" instead of bare \"st.h\"")
H A Dutil.h4 #pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
/macosx-10.9.5/CPANInternal-140/Class-C3-Componentised/t/lib/
H A DMyModule.pm8 sub message { subroutine
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
39 void confirmBoolean(const UnicodeString& message, UBool val);
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
43 void confirmEqual(const UnicodeString& message, const Integer* lhs, const Integer* rhs);
44 void confirmEqual(const UnicodeString& message, const UnicodeString* lhs, const UnicodeString* rhs);
45 void confirmEqual(const UnicodeString& message, const Locale* lhs, const Locale* rhs);
47 void confirmStringsEqual(const UnicodeString& message, const UnicodeString& lhs, const UnicodeString& rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
49 void confirmIdentical(const UnicodeString& message, int32_t lhs, int32_t rhs);
51 void msgstr(const UnicodeString& message, UObjec
52 logstr(const UnicodeString& message, UObject* obj) argument
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DSaslException.java16 public SaslException(String message) argument
18 super(message);
21 public SaslException(String message, argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DPresentationConsoleMessageHelper.js59 var message = /** @type {WebInspector.ConsoleMessage} */ (event.data);
60 if (!message.url || !message.isErrorOrWarning())
63 var rawLocation = message.location();
65 this._addConsoleMessageToScript(message, rawLocation);
67 this._addPendingConsoleMessage(message);
71 * @param {WebInspector.ConsoleMessage} message
74 _addConsoleMessageToScript: function(message, rawLocation)
76 this._presentationConsoleMessages.push(new WebInspector.PresentationConsoleMessage(message, rawLocation));
80 * @param {WebInspector.ConsoleMessage} message
[all...]
/macosx-10.9.5/ruby-104/ruby/test/-ext-/typeddata/
H A Dtest_typeddata.rb7 assert_equal("wrong argument type false (expected typed_data)", e.message)
10 assert_equal("wrong argument type true (expected typed_data)", e.message)
13 assert_equal("wrong argument type Symbol (expected typed_data)", e.message)
16 assert_equal("wrong argument type Fixnum (expected typed_data)", e.message)
19 assert_equal("wrong argument type String (expected typed_data)", e.message)
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADialog.c33 xpc_object_t message; local
35 message = xpc_dictionary_create( NULL, NULL, 0 );
37 if ( message )
49 xpc_dictionary_set_uint64( message, _kDAAgentActionKey, action );
51 xpc_dictionary_set_data( message, _kDAAgentDiskKey, CFDataGetBytePtr( serialization ), CFDataGetLength( serialization ) );
59 xpc_connection_send_message( connection, message );
64 xpc_release( message );
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioDebug.h33 #define audioDebugIOLog( level, message... ) \
34 do {FireLog( message ); FireLog("\n");} while (0)
39 #define audioDebugIOLog( level, message... ) \
40 do {USBLog( level, message );} while (0)
44 #define audioDebugIOLog( level, message... ) \
45 do { if (level <= DEBUG_LEVEL) kprintf( message );} while (0)
65 #define audioDebugIOLog( level, message... ) ;
/macosx-10.9.5/WebKit2-7537.78.2/Scripts/webkit2/
H A Dmessages.py102 def base_class(message):
103 return arguments_type(message.parameters, function_parameter_type)
106 def reply_type(message):
107 return arguments_type(message.reply_parameters, reply_parameter_type)
110 def decode_type(message):
111 if message.has_attribute(VARIADIC_ATTRIBUTE):
112 return arguments_type(message.parameters[:-1], reply_parameter_type)
113 return base_class(message)
116 def delayed_reply_type(message):
117 return arguments_type(message
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmessagebox.c87 message_ok_clicked (GtkWidget *widget, GtkWidget *message) argument
89 gtk_signal_disconnect_by_func (GTK_OBJECT (message),
92 gtk_widget_destroy (message);
99 GtkWidget *message, *dialog_vbox1, *hbox1, *vbox1; local
110 message = gtk_dialog_new ();
115 gtk_object_set_data (GTK_OBJECT (message), "message", message); local
116 gtk_window_set_title (GTK_WINDOW (message), msg);
117 gtk_window_set_position (GTK_WINDOW (message), GTK_WIN_POS_CENTE
187 GTK_SIGNAL_FUNC (message_ok_clicked), message); local
[all...]

Completed in 281 milliseconds

1234567891011>>