Searched refs:message (Results 201 - 225 of 3133) sorted by relevance

1234567891011>>

/macosx-10.9.5/KerberosHelper-148/Source/
H A DcheckLocalKDC109 my $message = shift;
114 `syslog -s -k com.apple.message.domain com.apple.kerberos.checkLocalKDC com.apple.message.signature $signature com.apple.message.result $result Message \"$message\"`;
115 print $message."\n";
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
38 print("message =",repr(e.message()))
45 self.failUnlessEqual(message,e.message())
59 message='failed to load external entity "dummy.xml"\n',
72 message='Premature end of data in tag x line 1\n',
/macosx-10.9.5/pam_modules-138/modules/pam_nologin/
H A Dpam_nologin.c77 struct pam_message message; local
78 struct pam_message *pmessage = &message;
94 message.msg_style = PAM_TEXT_INFO;
103 message.msg_style = PAM_ERROR_MSG;
106 /* fill in message buffer with contents of /etc/nologin */
107 if (fstat(fd, &st) < 0) {/* give up trying to display message */
108 openpam_log(PAM_LOG_DEBUG, "Failure displaying the message.");
111 message.msg = mtmp = malloc(st.st_size+1);
113 if (!message.msg){
114 openpam_log(PAM_LOG_DEBUG, "The message i
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DErrorLib.h137 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/ErrorLib.h,v 1.4 2005/01/10 19:10:47 snsimon Exp $ */ /* * * errorlib.h -- Functions to handle socket/dns lib errors. * */ #ifndef __ERRORLIB__ #define __ERRORLIB__ #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_RT_MAC_CFM #if TARGET_API_MAC_CARBON #include <CoreServices.h> #endif #include <MacTypes.h> #include <Files.h> #else #include <CoreServices/CoreServices.h> #endif #include <errno.h> #if PRAGMA_ONCE #pragma once #endif #ifdef __cplusplus extern "C" { #endif #if PRAGMA_IMPORT #pragma import on #endif #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif /* ********************* */ /* The global error code */ /* ********************* */ extern OSStatus gMITLibError; /* ****************************************************** */ /* length the buffer passed to GetErrorString() should be */ /* ****************************************************** */ #define kMaxErrorLength 512 /* ******************* */ /* type of error table */ /* ******************* */ #define kErrorTableResType 'ErrT' /* *********************************************** */ /* Format of the error string for GetErrorString() */ /* *********************************************** */ enum ErrorFormat { kErrorLongFormat, kErrorShortFormat, kErrorManager, kErrorShortString, kErrorLongString }; typedef enum ErrorFormat ErrorFormat; /* ******************* */ /* Function prototypes */ /* ******************* */ #if !TARGET_RT_MAC_CFM # pragma d0_pointers on #else # define ErrorLibraryIsPresent() ((Ptr) (RegisterErrorTable) != (Ptr) (kUnresolvedCFragSymbolAddress)) #endif extern OSStatus GetMITLibError(void); extern void SetMITLibError(OSStatus theError); extern void ClearMITLibError(void); extern OSStatus RegisterErrorTable(const FSSpec* inResFile, SInt16 inResID); #if TARGET_API_MAC_CARBON extern OSStatus RegisterErrorTableForBundle(CFStringRef inBundleID, SInt16 inResID); #endif extern OSStatus GetErrorLongFormat(OSStatus error, char *message, long messageLength); extern OSStatus GetErrorShortFormat(OSStatus error, char *message, long messageLength); extern OSStatus GetErrorManager(OSStatus error, char *message, long messageLength); extern OSStatus GetErrorShortString(OSStatus error, char *message, long messageLength); extern OSStatus GetErrorLongString(OSStatus error, char *message, long messageLength); extern OSStatus GetErrorString(OSStatus error, char *message, long messageLength, ErrorFormat format); #if !TARGET_RT_MAC_CFM # pragma d0_pointers reset #en (…)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
38 print "message =",repr(e.message())
45 self.failUnlessEqual(message,e.message())
59 message='failed to load external entity "dummy.xml"\n',
72 message='Premature end of data in tag x line 1\n',
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl33 print "Sending valid message\n";
35 print "Sending invalid message\n";
41 my $message = <<EOF;
42 This is a sample message in no particular format, sent by Perl's
48 Sendmail($header . "\n" . $message . "\n");
55 my $message = <<EOF;
56 This is a sample message in no particular format, sent by Perl's
62 Sendmail($header . "\n" . $message . "\n");
77 # Process the message headers to identify the recipient list.
104 $smtp->datasend($msg); # send the message
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DLogItem.h7 NSString *message; variable
22 - (NSString *)message;
/macosx-10.9.5/CPANInternal-140/Class-DBI/t/testlib/
H A DLog.pm11 __PACKAGE__->columns(All => qw/id message datetime_stamp/);
29 message VARCHAR(255),
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/t/testlib/
H A DLog.pm11 __PACKAGE__->columns(All => qw/id message datetime_stamp/);
29 message VARCHAR(255),
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireMagicMatchingNub.cpp38 // message
42 IOReturn IOFireWireMagicMatchingNub::message( UInt32 mess, function in class:IOFireWireMagicMatchingNub
68 return IOService::message(mess, provider, argument );
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DDebugging.h87 #define require_success_string( errorCode, exceptionLabel, message ) \
88 require_string( kIOReturnSuccess == (errorCode), exceptionLabel, message )
90 #define require_success_action_string( errorCode, exceptionLabel, action, message ) \
91 require_action_string( kIOReturnSuccess == (errorCode), exceptionLabel, action, message )
106 #define require_nonzero_string( obj, exceptionLabel, message ) \
107 require_string( ( 0 != obj ), exceptionLabel, message )
109 #define require_nonzero_action_string( obj, exceptionLabel, action, message ) \
110 require_action_string( ( 0 != obj ), exceptionLabel, action, message )
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventException.idl38 readonly attribute DOMString message;
H A DRangeException.idl27 readonly attribute DOMString message;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequestException.idl37 readonly attribute DOMString message;
H A DXPathException.idl36 readonly attribute DOMString message;
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginContainer.h51 @abstract Tell the application to show the specified status message.
52 @param message The string to be shown.
54 - (void)webPlugInContainerShowStatus:(NSString *)message;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/qt/
H A DQtBuiltinBundlePage.h50 void postMessageFromNavigatorQtObject(WKStringRef message);
51 void didReceiveMessageToNavigatorQtObject(WKStringRef message);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dloadup.el47 (message "Using load-path %s" load-path)
75 (message "Lists of integers (garbage collection statistics) are normal output")
76 (message "while building Emacs; they do not indicate a problem.")
77 (message "%s" (garbage-collect))
79 (message "%s" (garbage-collect))
153 (message "%s" (garbage-collect))
164 (message "%s" (garbage-collect))
183 (message "%s" (garbage-collect))
210 (message "%s" (garbage-collect))
216 (message "
[all...]
H A Dvt-control.el93 (if (or tell (interactive-p)) (message "Applications keypad enabled.")))
100 (if (or tell (interactive-p)) (message "Applications keypad disabled.")))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DError.cpp24 virtual std::string message(int ev) const;
33 std::string _object_error_category::message(int ev) const { function in class:_object_error_category
43 llvm_unreachable("An enumerator of object_error does not have a message "
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dsyntax_error.rb11 message = "(%s): %s at line %d column %d" % [filename, err, line, col]
19 super(message)
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cookie.h58 void add_cookie_headers(CFHTTPMessageRef message, CFURLRef url);
59 void handle_cookies(CFStringRef str, CFHTTPMessageRef message);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DConnection.cpp54 // Returns true if this message will be handled on a client thread that is currently
55 // waiting for a reply to a synchronous message.
94 MessageDecoder* message; member in struct:CoreIPC::Connection::SyncMessageState::ConnectionAndIncomingMessage
104 // The reply decoder, will be null if there was an error processing the sync message on the other side.
142 bool Connection::SyncMessageState::processIncomingMessage(Connection* connection, OwnPtr<MessageDecoder>& message) argument
144 if (!message->shouldDispatchMessageWhenWaitingForSyncReply())
149 connectionAndIncomingMessage.message = message.leakPtr();
182 // This incoming message belongs to another connection and we don't want to dispatch it now
183 // so mark it to be put back in the message queu
391 OwnPtr<MessageDecoder>& message = *it; local
617 OwnPtr<MessageDecoder> message = incomingMessage; local
727 OwnPtr<MessageEncoder> message; local
798 OwnPtr<MessageDecoder> message = incomingMessage; local
832 OwnPtr<MessageDecoder> message; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_download_job.cpp55 static void serverCallback(SoupServer* server, SoupMessage* message, const char* path, GHashTable*, SoupClientContext*, void*) argument
57 if (message->method != SOUP_METHOD_GET) {
58 soup_message_set_status(message, SOUP_STATUS_NOT_IMPLEMENTED);
69 soup_message_set_status(message, SOUP_STATUS_NOT_FOUND);
70 soup_message_body_complete(message->response_body);
78 soup_message_set_status(message, SOUP_STATUS_NOT_FOUND);
79 soup_message_body_complete(message->response_body);
83 soup_message_set_status(message, SOUP_STATUS_OK);
87 soup_message_headers_append(message->response_headers, "Content-Disposition", eina_strbuf_string_get(contentDisposition));
90 soup_message_body_append(message
[all...]
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_entry.c9 /* QMGR_ENTRY *qmgr_entry_create(peer, message)
11 /* QMGR_MESSAGE *message;
28 /* These routines add/delete/manipulate per-site message
31 /* qmgr_entry_create() creates an entry for the named peer and message,
52 /* queue entry for a message is done with: either read more
55 /* message originator (see qmgr_active_done()).
207 QMGR_MESSAGE *message = entry->message; local
227 * recipient limits of all the message jobs, so we do not have to do that
234 dst_job = qmgr_job_obtain(message, dst_transpor
253 QMGR_MESSAGE *message = entry->message; local
360 qmgr_entry_create(QMGR_PEER *peer, QMGR_MESSAGE *message) argument
[all...]

Completed in 298 milliseconds

1234567891011>>