Searched refs:msg (Results 201 - 225 of 3391) sorted by relevance

1234567891011>>

/macosx-10.10.1/ppp-786.1.1/SampleCode/ClientAPI/
H A DPPPLib.c133 struct ppp_msg_hdr msg; local
137 bzero(&msg, sizeof(msg));
140 msg.m_flags = USE_SERVICEID;
141 msg.m_link = strlen(serviceid);
145 msg.m_link = -1;
147 msg.m_type = cmd;
148 msg.m_len = ((request != NULL) && (requestLen > 0)) ? requestLen : 0;
151 if (writen(ref, &msg, sizeof(msg)) <
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DpushSAX.py31 def warning(self, msg):
33 log = log + "warning: %s:" % (msg)
35 def error(self, msg):
37 log = log + "error: %s:" % (msg)
39 def fatalError(self, msg):
41 log = log + "fatalError: %s:" % (msg)
H A DpushSAXhtml.py31 def warning(self, msg):
33 log = log + "warning: %s:" % (msg)
35 def error(self, msg):
37 log = log + "error: %s:" % (msg)
39 def fatalError(self, msg):
41 log = log + "fatalError: %s:" % (msg)
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dlook_up.c64 /* the rest of msg was set up in get_names */
67 msg.ctl_addr = *(struct osockaddr *)&ctl_addr;
68 msg.ctl_addr.sa_family = htons(ctl_addr.sin_family);
70 msg.ctl_addr = *(struct sockaddr *)&ctl_addr;
97 ctl_transact(his_machine_addr, msg, DELETE, rp);
115 ctl_transact(his_machine_addr, msg, LOOK_UP, rp);
120 msg.id_num = htonl(rp->id_num);
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dprivacy.test40 list [catch {$testobj do itk_component add foo} msg] $msg \
41 [catch {$testobj do itk_component add foo bar baz qux} msg] $msg
47 } msg] $msg \
50 } msg] $msg
56 } msg] $msg \
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A D_libc_funcptr.c102 voucher_mach_msg_set(mach_msg_header_t *msg) argument
105 return _libkernel_voucher_functions->voucher_mach_msg_set(msg);
111 voucher_mach_msg_clear(mach_msg_header_t *msg) argument
114 return _libkernel_voucher_functions->voucher_mach_msg_clear(msg);
119 voucher_mach_msg_adopt(mach_msg_header_t *msg) argument
122 return _libkernel_voucher_functions->voucher_mach_msg_adopt(msg);
/macosx-10.10.1/adv_cmds-158/finger/
H A Dnet.c117 struct msghdr msg; local
128 msg.msg_name = (void *)ai->ai_addr;
129 msg.msg_namelen = ai->ai_addrlen;
130 msg.msg_iov = iov;
131 msg.msg_iovlen = 0;
132 msg.msg_control = 0;
133 msg.msg_controllen = 0;
134 msg.msg_flags = 0;
138 iov[msg.msg_iovlen].iov_base = slash_w;
139 iov[msg
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A D10-at-a-time.c115 CURLMsg *msg; local
172 while ((msg = curl_multi_info_read(cm, &Q))) {
173 if (msg->msg == CURLMSG_DONE) {
175 CURL *e = msg->easy_handle;
176 curl_easy_getinfo(msg->easy_handle, CURLINFO_PRIVATE, &url);
178 msg->data.result, curl_easy_strerror(msg->data.result), url);
183 fprintf(stderr, "E: CURLMsg (%d)\n", msg->msg);
[all...]
H A Dmulti-app.c50 CURLMsg *msg; /* for picking up messages with the transfer status */ local
124 while ((msg = curl_multi_info_read(multi_handle, &msgs_left))) {
125 if (msg->msg == CURLMSG_DONE) {
130 found = (msg->easy_handle == handles[idx]);
137 printf("HTTP transfer completed with status %d\n", msg->data.result);
140 printf("FTP transfer completed with status %d\n", msg->data.result);
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Ddirector.swg22 DirectorException(const char* msg="") {
33 DirectorTypeMismatchException(const char* msg="") {
43 DirectorPureVirtualException(const char* msg="") {
46 static void raise(const char *msg) {
47 throw DirectorPureVirtualException(msg);
/macosx-10.10.1/security_systemkeychain-55202/syspolicyd/
H A Dsyspolicyd.cpp49 void doAssess(xpc_object_t msg, xpc_object_t reply);
50 void doUpdate(xpc_object_t msg, xpc_object_t reply);
51 void doRecord(xpc_object_t msg, xpc_object_t reply, xpc_connection_t connection);
52 void doCancel(xpc_object_t msg);
94 xpc_connection_set_event_handler(connection, ^(xpc_object_t msg) {
95 if (xpc_get_type(msg) == XPC_TYPE_DICTIONARY) {
96 xpc_retain(msg);
98 const char *function = xpc_dictionary_get_string(msg, "function");
100 xpc_object_t reply = xpc_dictionary_create_reply(msg);
105 doAssess(msg, repl
157 doAssess(xpc_object_t msg, xpc_object_t reply) argument
237 doCancel(xpc_object_t msg) argument
247 doUpdate(xpc_object_t msg, xpc_object_t reply) argument
273 doRecord(xpc_object_t msg, xpc_object_t reply, xpc_connection_t connection) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_task.c80 * } msg;
90 * G - Get, requests that up to msg.length bytes of data be returned. The
93 * P - Put, requests that the first msg.length bytes of msg.data be appended
100 * Server msg Client msg
190 static int general_request ( io_channel chan, struct rpc_msg *msg, int length ) argument
199 struct rpc_msg msg; local
260 struct rpc_msg msg; local
301 status = get ( chan, (char *) &msg, sizeo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Drmailsort.el47 (lambda (msg)
49 (rmail-fetch-field msg "Date"))))))
58 (lambda (msg)
59 (let ((key (or (rmail-fetch-field msg "Subject") ""))
73 (lambda (msg)
76 (or (rmail-fetch-field msg "From")
77 (rmail-fetch-field msg "Sender") "")))))))
86 (lambda (msg)
89 (or (rmail-fetch-field msg "To")
90 (rmail-fetch-field msg "Apparentl
[all...]
/macosx-10.10.1/ntp-92/sntp/
H A Dkod_management.c142 char msg[80]; local
144 snprintf(msg, sizeof(msg),
148 debug_msg(msg);
150 log_msg(msg, 2);
194 char msg[80]; local
196 snprintf(msg, sizeof(msg), "kod_init_kod_db(): Cannot open KoD db file %s", db_file);
198 debug_msg(msg);
199 printf("%s\n", msg);
225 char msg[80]; local
292 char msg[80]; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A DsoapinteropC.tcl32 catch {validate.emsr:A} msg ; puts "$msg"
33 catch {validate.emsr:B} msg ; puts "$msg"
34 catch {validate.emsr:C} msg ; puts "$msg"
35 catch {validate.emsr:D} msg ; puts "$msg"
36 catch {validate.emsr:E} msg ; puts "$msg"
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c87 static void put_failure_message(idn_testsuite_t ctx, const char *msg,
89 static void idn_testsuite_msgtostderr(const char *msg);
323 idn_testsuite_assert(idn_testsuite_t ctx, const char *msg, argument
325 assert(ctx != NULL && msg != NULL && file != NULL);
330 put_failure_message(ctx, msg, file, lineno);
336 char msg[256]; /* large enough */ local
346 sprintf(msg, "`%d' expected, but got `%d'", expected, gotten);
347 put_failure_message(ctx, msg, file, lineno);
356 char *msg; local
367 msg
387 char *msg; local
410 char *msg; local
433 char msg[256]; /* large enough */ local
455 char *msg; local
554 put_failure_message(idn_testsuite_t ctx, const char *msg, const char *file, int lineno) argument
575 idn_testsuite_msgtostderr(const char *msg) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dsafe.tcl255 if {[catch {::interp eval $slave {auto_reset}} msg]} {
256 Log $slave "auto_reset failed: $msg"
482 {source [file join $tcl_library init.tcl]}} msg]} {
483 Log $slave "can't source init.tcl ($msg)"
484 error "can't source init.tcl into slave $slave ($msg)"
695 proc Log {slave msg {type ERROR}} {
698 eval $Log [list "$type for slave $slave : $msg"]
732 set msg "wrong # args: should be \"source fileName\""
733 Log $slave "$msg ($args)"
734 return -code error $msg
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-egd.c89 unsigned char msg[2]; local
93 msg[0] = 0x02; /* read blocking data */
94 msg[1] = len; /* wanted length */
96 if (net_write(fd, msg, sizeof(msg)) != sizeof(msg))
108 unsigned char msg[4]; local
112 msg[0] = 0x03; /* write data */
113 msg[1] = 0; /* dummy */
114 msg[
[all...]
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dslave.c80 struct tsp *msg, to; local
175 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
177 if (msg != NULL) {
181 switch (msg->tsp_type) {
198 print(msg, &from);
210 print(msg, &from);
221 switch (msg->tsp_type) {
226 if (!good_host_name(msg->tsp_name)) {
229 msg->tsp_name);
230 suppress(&from, msg
[all...]
H A Dreadmsg.c52 #define LOOKAT(msg, mtype, mfrom, netp, froms) \
53 (((mtype) == TSP_ANY || (mtype) == (msg).tsp_type) && \
54 ((mfrom) == 0 || !strcmp((mfrom), (msg).tsp_name)) && \
455 print(msg, addr)
456 struct tsp *msg;
462 if (msg->tsp_type >= TSPTYPENUMBER) {
464 msg->tsp_type, inet_ntoa(addr->sin_addr));
468 switch (msg->tsp_type) {
472 tsptype[msg->tsp_type],
473 msg
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dnice.test52 list [catch {nice 0 1} msg] $msg
90 set stat [catch {nice -1} msg]
91 set msg [string tolower $msg]
92 if {![regexp {^failed to increment priority: (.*)$} $msg {} errmsg] || \
94 set stat [list $stat $msg]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dabandon.c39 const char *msg; local
57 Statslog( LDAP_DEBUG_STATS, "%s ABANDON msg=%ld\n",
85 msg = "not found";
89 msg = "discarded";
103 msg = "cannot be abandoned";
107 msg = "already being abandoned";
111 msg = "found";
127 op->o_log_prefix, (long) id, msg );
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A Dnmakehlp.c64 char msg[300];
85 chars = snprintf(msg, sizeof(msg) - 1,
89 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
96 chars = snprintf(msg, sizeof(msg) - 1,
100 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars,
107 chars = snprintf(msg, sizeof(msg) - 1,
111 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, char
63 char msg[300]; local
88 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
99 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
110 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
129 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, local
141 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); local
153 char msg[300]; local
230 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); local
285 char msg[300]; local
356 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dbasic.test19 set msg ""
57 append msg "malformed signature: $sig" "\n"
61 append msg "function is not defined in \"$lib\": \"$name\"\n$addr" "\n"
69 append msg "no type map for: $atype" "\n"
80 append msg "no type map for: $rtype" "\n"
92 append msg "catch {$name} r, sig $sig, error $r" "\n"
97 #append msg "$name: $v_schar $v_sshort $v_sint $v_slong $v_slonglong $v_float $v_double $v_pointer" "\n"
98 #append msg " $v_bytes0 $v_bytes1 $v_bytes2 $v_bytes3 $v_bytes4 $v_bytes5 $v_bytes6 $v_bytes7" "\n"
116 append msg "scalar value error in ffidl_fill_struct" "\n"
125 #append msg "ar
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddump.cpp120 const char* msg = 0; local
127 msg = "could not open data file";
131 msg = "file may be damaged";
138 msg = 0;
144 if (msg)
145 fprintf(stderr, "Abnormal termination, %s\n", msg);
147 return msg ? 1 : 0;

Completed in 328 milliseconds

1234567891011>>