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

1234567891011>>

/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd1.c68 struct message *mp;
76 mp = &message[screen * size];
77 if (mp >= &message[msgCount])
78 mp = &message[msgCount - size];
79 if (mp < &message[0])
80 mp = &message[0];
82 mesg = mp - &message[0];
83 if (dot != &message[n-1])
85 for (; mp < &message[msgCount]; mp++) {
154 * Print out the headlines for each message
[all...]
H A Dlist.c56 * Convert the user string of message numbers and
67 struct message *mp;
76 for (mp = &message[0]; mp < &message[msgCount]; mp++)
78 *ip++ = mp - &message[0] + 1;
85 * line in the message structure. Return 0 on success, -1
127 struct message *mp;
131 valdot = dot - &message[0] + 1;
157 if (f == MDELETED || (message[i - 1].m_flag & MDELETED) == 0)
185 } while ((message[
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMDataUser.h54 UInt16 message; member in struct:__anon25
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dkadm5-pwcheck.h58 char *message,
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.h32 static void doAssert(int condition, const char *message);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMagicMatchingNub.h38 virtual IOReturn message( UInt32 type, IOService * provider, void * argument );
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dmake-large-string-jit-strcat.js22 if (e.message != "Out of memory")
H A Dmake-large-string-jit.js21 if (e.message != "Out of memory")
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSUserKeygen.h33 void debugDumpUserParameters(CFStringRef message, CFDataRef parameters);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Downloads/soup/
H A DDownloadSoupErrors.h35 WebCore::ResourceError platformDownloadDestinationError(const WebCore::ResourceResponse&, const String& message);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dmsgcat.h36 *\li It's very important that message catalogs work, even if only the
73 * Open a message catalog.
79 * the default_text will be returned, ensuring that some message text
92 * Close a message catalog.
102 *\li *msgcatp is a valid message catalog or is NULL.
106 *\li All resources associated with the message catalog are released.
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message se
[all...]
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dmig_errors.h55 #include <mach/message.h>
58 #define MIG_REPLY_MISMATCH -301 /* Wrong return message ID */
60 #define MIG_BAD_ID -303 /* Bad message ID */
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DAlert.h45 char * title, char * message);
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn.h42 void lex_error(const char *message,
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dmsgcat.h36 *\li It's very important that message catalogs work, even if only the
73 * Open a message catalog.
79 * the default_text will be returned, ensuring that some message text
92 * Close a message catalog.
102 *\li *msgcatp is a valid message catalog or is NULL.
106 *\li All resources associated with the message catalog are released.
112 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
115 * Get message 'message' from message se
[all...]
/macosx-10.10.1/ruby-106/ruby/bin/
H A Drdoc29 $stderr.puts e.message
37 $stderr.puts e.message
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dextconf.rb24 Logging::message "=== OpenSSL for Ruby configurator ===\n"
34 Logging::message "=== Checking for system dependent stuff... ===\n"
39 Logging::message "=== Checking for required stuff... ===\n"
52 Logging::message "=== Checking for required stuff failed. ===\n"
53 Logging::message "Makefile wasn't created. Fix the errors above.\n"
62 Logging::message "=== Checking for OpenSSL features... ===\n"
150 Logging::message "=== Checking done. ===\n"
154 Logging::message "Done.\n"
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Ddialog2.rb12 def message method in class:TkDialog_Demo2
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ddialog1.rb13 def message method in class:TkDialog_Demo1
H A Ddialog2.rb13 def message method in class:TkDialog_Demo2
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dextconf.rb18 Logging::message 'checking for kind of operating system... '
53 Logging::message "#{OS_NAMES[os_code]}\n"
/macosx-10.10.1/ruby-106/ruby/include/ruby/backward/
H A Dclassext.h4 #pragma message("warning: use of RClass internals is deprecated")
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Drule_recursion_overflow_error.rb15 def message method in class:Rake.RuleRecursionOverflowError
/macosx-10.10.1/ruby-106/ruby/test/-ext-/exception/
H A Dtest_enc_raise.rb11 assert_equal(enc, e.message.encoding, feature5650)
/macosx-10.10.1/ruby-106/ruby/test/-ext-/
H A Dtest_bug-3571.rb11 STDERR.puts e.message, e.backtrace[$0.size..-1]

Completed in 385 milliseconds

1234567891011>>