Searched refs:MSG (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A Dupsshutdown14 MSG="Shutting down due to power loss!"
16 logger -i -p daemon.emerg -t UPS "${MSG}"
22 SUBJECT="UPS Notification: ${MSG}"
33 shutdown -hu now "${MSG}"
38 shutdown -h now "${MSG}"
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DEventLoopWin.cpp35 MSG msg;
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestshm.h30 #define MSG "Sending a message" macro
H A Dtestshmconsumer.c41 if (boxes[i].msgavail && !strcmp(boxes[i].msg, MSG)) {
H A Dtestshmproducer.c66 msgput(i, MSG);
H A Dtestshm.c43 if (boxes[i].msgavail && !strcmp(boxes[i].msg, MSG)) {
145 msgput(i, MSG);
/macosx-10.10/vim-55/src/
H A Dglbl_ime.h19 BOOL WINAPI global_ime_TranslateMessage(CONST MSG *);
H A Dglbl_ime.cpp151 global_ime_TranslateMessage(CONST MSG *lpMsg)
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DEventLoop.cpp49 MSG msg;
/macosx-10.10/adv_cmds-158/fingerd/
H A Dfingerd.c192 #define MSG ": cannot execute\n" macro
193 write(STDERR_FILENO, MSG, strlen(MSG));
194 #undef MSG macro
/macosx-10.10/Libc-1044.1.2/gmon/
H A Dgmon.c109 #define MSG "No space for monitor buffer(s)\n" macro
/macosx-10.10/BerkeleyDB-21/db/docs_src/
H A Dbuild8 MSG="build: build script must be run from the document source directory."
9 egrep "^MSG=\"$MSG\"" build > /dev/null 2>&1 || {
10 echo "$MSG"
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/
H A DMakefile.PL19 print STDERR <<"MSG";
32 MSG
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dhook.c167 MSG *pMsg;
178 if ((pMsg = (MSG *)lParam) == NULL) {
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-septel.c69 MSG *m;
110 m = (MSG*)h;
132 dp = get_param(m);/* get pointer to MSG parameter area (m->param) */
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dwinrand.c74 MSG msg;
/macosx-10.10/WTF-7600.1.24/wtf/win/
H A DRunLoopWin.cpp69 MSG message;
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.h77 virtual BOOL PreTranslateMessage(MSG* pMsg);
/macosx-10.10/CommonCrypto-60061/test/test/
H A Dtestmore.h75 #define diag(MSG, ARGS...) \
76 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestmore.h84 #define diag(MSG, ARGS...) \
85 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestmore.h53 #define diag(MSG, ARGS...) \
54 test_diag(test_directive, test_reason, __FILE__, __LINE__, MSG, ## ARGS)
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim1164 function! MSG(enr, emsg) function
1205 if !MSG('E15', "Invalid expression")
1215 if !MSG('E15', "Invalid expression")
1225 if !MSG('E15', "Invalid expression")
1229 delfunction MSG
1534 function! MSG(enr, emsg) function
1576 if MSG('E171', "Missing :endif")
1592 if MSG('E171', "Missing :endif")
1608 if MSG('E580', ":endif without :if")
1628 if MSG('E17
6012 function! MSG(enr, emsg) function
6533 function! MSG(enr, emsg) function
8070 function! MSG(n) function
8440 function! MSG(n, enr, emsg) function
8806 function! MSG(enr, emsg) function
9373 function! MSG(enr, emsg) function
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/BonjourExample/
H A DBonjourExample.cpp55 MSG msg;
/macosx-10.10/vim-55/runtime/syntax/
H A Dremind.vim27 syn keyword remindRun MSG MSF RUN CAL SATISFY SPECIAL PS PSFILE SHADE MOON
/macosx-10.10/gssd-64/
H A Dgssd_util.c1037 MSG(display_debug, "Error returned by %s:\n", rtnName);
1043 MSG(display_debug, "\tMajor error = %d: %s\n", maj, str ? str : "");
1045 MSG(display_debug, "\t\t%s\n", str ? str : "");
1057 MSG(display_debug, "\tMinor error = %d: %s\n", min, str ? str : "");
1059 MSG(display_debug, "\t\t%s\n", str ? str : "");

Completed in 171 milliseconds

12345