Searched refs:msg (Results 76 - 100 of 3480) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dmessage.c51 hexdump(const char *msg, const char *msg2, void *base, size_t len) { argument
58 printf("*** %s [%s] (%u bytes @ %p)\n", msg, msg2, len, base);
265 newbuffer(dns_message_t *msg, unsigned int size) { argument
270 result = isc_buffer_allocate(msg->mctx, &dynbuf, size);
274 ISC_LIST_APPEND(msg->scratchpad, dynbuf, link);
279 currentbuffer(dns_message_t *msg) { argument
282 dynbuf = ISC_LIST_TAIL(msg->scratchpad);
289 releaserdata(dns_message_t *msg, dns_rdata_t *rdata) { argument
290 ISC_LIST_PREPEND(msg->freerdata, rdata, link);
294 newrdata(dns_message_t *msg) { argument
322 releaserdatalist(dns_message_t *msg, dns_rdatalist_t *rdatalist) argument
327 newrdatalist(dns_message_t *msg) argument
355 newoffsets(dns_message_t *msg) argument
443 msgresetnames(dns_message_t *msg, unsigned int first_section) argument
476 msgresetopt(dns_message_t *msg) argument
491 msgresetsigs(dns_message_t *msg, isc_boolean_t replying) argument
539 msgreset(dns_message_t *msg, isc_boolean_t everything) argument
795 dns_message_reset(dns_message_t *msg, unsigned int intent) argument
806 dns_message_t *msg; local
893 getname(dns_name_t *name, isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx) argument
930 getrdata(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_rdataclass_t rdclass, dns_rdatatype_t rdtype, unsigned int rdatalen, dns_rdata_t *rdata) argument
993 getquestions(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, unsigned int options) argument
1165 getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_section_t sectionid, unsigned int options) argument
1565 dns_message_parse(dns_message_t *msg, isc_buffer_t *source, unsigned int options) argument
1682 dns_message_renderbegin(dns_message_t *msg, dns_compress_t *cctx, isc_buffer_t *buffer) argument
1721 dns_message_renderchangebuffer(dns_message_t *msg, isc_buffer_t *buffer) argument
1750 dns_message_renderrelease(dns_message_t *msg, unsigned int space) argument
1758 dns_message_renderreserve(dns_message_t *msg, unsigned int space) argument
1837 dns_message_rendersection(dns_message_t *msg, dns_section_t sectionid, unsigned int options) argument
2064 dns_message_renderheader(dns_message_t *msg, isc_buffer_t *target) argument
2098 dns_message_renderend(dns_message_t *msg) argument
2214 dns_message_renderreset(dns_message_t *msg) argument
2254 dns_message_firstname(dns_message_t *msg, dns_section_t section) argument
2267 dns_message_nextname(dns_message_t *msg, dns_section_t section) argument
2281 dns_message_currentname(dns_message_t *msg, dns_section_t section, dns_name_t **name) argument
2293 dns_message_findname(dns_message_t *msg, dns_section_t section, dns_name_t *target, dns_rdatatype_t type, dns_rdatatype_t covers, dns_name_t **name, dns_rdataset_t **rdataset) argument
2344 dns_message_movename(dns_message_t *msg, dns_name_t *name, dns_section_t fromsection, dns_section_t tosection) argument
2362 dns_message_addname(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2374 dns_message_removename(dns_message_t *msg, dns_name_t *name, dns_section_t section) argument
2386 dns_message_gettempname(dns_message_t *msg, dns_name_t **item) argument
2399 dns_message_gettempoffsets(dns_message_t *msg, dns_offsets_t **item) argument
2411 dns_message_gettemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2423 dns_message_gettemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2437 dns_message_gettemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2449 dns_message_puttempname(dns_message_t *msg, dns_name_t **item) argument
2460 dns_message_puttemprdata(dns_message_t *msg, dns_rdata_t **item) argument
2469 dns_message_puttemprdataset(dns_message_t *msg, dns_rdataset_t **item) argument
2479 dns_message_puttemprdatalist(dns_message_t *msg, dns_rdatalist_t **item) argument
2517 dns_message_reply(dns_message_t *msg, isc_boolean_t want_question_section) argument
2579 dns_message_getopt(dns_message_t *msg) argument
2591 dns_message_setopt(dns_message_t *msg, dns_rdataset_t *opt) argument
2642 dns_message_gettsig(dns_message_t *msg, dns_name_t **owner) argument
2657 dns_message_settsigkey(dns_message_t *msg, dns_tsigkey_t *key) argument
2692 dns_message_gettsigkey(dns_message_t *msg) argument
2704 dns_message_setquerytsig(dns_message_t *msg, isc_buffer_t *querytsig) argument
2759 dns_message_getquerytsig(dns_message_t *msg, isc_mem_t *mctx, isc_buffer_t **querytsig) argument
2786 dns_message_getsig0(dns_message_t *msg, dns_name_t **owner) argument
2809 dns_message_setsig0key(dns_message_t *msg, dst_key_t *key) argument
2861 dns_message_getsig0key(dns_message_t *msg) argument
2873 dns_message_takebuffer(dns_message_t *msg, isc_buffer_t **buffer) argument
2883 dns_message_signer(dns_message_t *msg, dns_name_t *signer) argument
2964 dns_message_resetsig(dns_message_t *msg) argument
2978 dns_message_rechecksig(dns_message_t *msg, dns_view_t *view) argument
2985 dns_message_dumpsig(dns_message_t *msg, char *txt1) argument
3013 dns_message_checksig(dns_message_t *msg, dns_view_t *view) argument
3114 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3186 dns_message_pseudosectiontotext(dns_message_t *msg, dns_pseudosection_t section, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3306 dns_message_totext(dns_message_t *msg, const dns_master_style_t *style, dns_messagetextflag_t flags, isc_buffer_t *target) argument
3416 dns_message_getrawmessage(dns_message_t *msg) argument
3422 dns_message_setsortorder(dns_message_t *msg, dns_rdatasetorderfunc_t order, const void *order_arg) argument
3431 dns_message_settimeadjust(dns_message_t *msg, int timeadjust) argument
3437 dns_message_gettimeadjust(dns_message_t *msg) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/t/
H A D02bugs.t22 msg => 'formatter works with explicit timezone',
26 msg => 'formatter works without timestamp',
30 msg => 'formatter properly recognizing daylights saving'
34 msg => 'formatter properly formats midnight'
41 is ( $f->format_datetime($dt), $d->{w3cdtf}, $d->{msg});
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dutil.c70 static char msg [1024*1024]; variable
83 len = vsprintf(msg, pat, args);
86 msg[len++] = '\n';
87 msg[len] = '\0';
89 fwrite(msg, 1, len, stdout);
104 len = vsprintf(msg, pat, args);
107 msg[len++] = '\n';
108 msg[len] = '\0';
110 fwrite(msg, 1, len, stdout);
121 len = vsprintf(msg, pa
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dmessage.h115 #define DNS_MESSAGE_VALID(msg) ISC_MAGIC_VALID(msg, DNS_MESSAGE_MAGIC)
264 * Create msg structure.
272 *\li 'msgp' be non-null and '*msg' be NULL.
278 *\li The data in "*msg" is set to indicate an unused and empty msg
287 dns_message_reset(dns_message_t *msg, unsigned int intent);
301 *\li 'msg' be valid.
320 dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
326 dns_message_pseudosectiontotext(dns_message_t *msg,
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/test/unit/
H A Dassertions.rb22 #+msg+ may be a String or a Proc. If +msg+ is a String, it will be used
23 #as the failure message. Otherwise, the result of calling +msg+ will be
26 #If no +msg+ is given, a default message will be used.
29 def assert(test, msg = UNASSIGNED)
30 case msg
32 msg = nil
36 raise ArgumentError, "assertion message must be String or Proc, but #{msg.class} was given.", bt
91 msg = nil
93 msg
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test67 list [catch {ta two 1} msg] $msg
71 list [catch {ta two 1 2 3} msg] $msg
75 list [catch {ta none 1 2 3} msg] $msg
79 list [catch {ta two 1 2} msg] $msg
83 list [catch {ta none} msg] $msg
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dmsgcat.test41 list [catch {catopen -fail "FOOBAZWAP"} msg] $msg
42 switch -exact $msg {
50 ($msg == "msgcat0")} {
53 concat "Bad catopen return: $msg"
62 list [catch {catgets $msgcat} msg] $msg
79 list [catch {catclose -fail $msgcat} msg] $msg
84 list [catch {catclose baz} msg]
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDLibPrivate.c57 aslmsg msg = NULL; local
60 msg = asl_new(ASL_TYPE_MSG);
61 asl_set(msg, ASL_KEY_FACILITY, "com.apple.iokit.IOHID");
65 asl_vlog(NULL, msg, level, format, ap);
67 if (msg) {
68 asl_free(msg);
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_log.c25 void test_header(const char *msg) { argument
26 if (msg != NULL) {
27 fprintf(stdout, "\nChecking %s... ", msg);
32 void test_footer(const char *msg, int err) { argument
33 if (msg != NULL) {
38 fprintf(stdout, "\n*** %d failure%s in %s ***\n", err, (err == 1) ? "" : "s", msg);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/t/
H A D02bugs.t26 msg => 'formatter works with explicit timezone',
33 msg => 'formatter works without timestamp',
40 msg => 'formatter properly recognizing daylights saving'
47 msg => 'formatter properly formats midnight'
53 msg => 'formatter handles tz offset of 0 properly'
60 is( $f->format_datetime($dt), $d->{w3cdtf}, $d->{msg} );
/macosx-10.9.5/CPANInternal-140/Test-Warn/t/
H A Dcarped.t47 my @msg = ("Warning 1", "Carping 2", "Carping 3", "Warning 4");
49 warnings_are {foo()} \@msg;
63 warnings_are {foo()} {carped => \@msg};
67 warnings_are {foo()} [$msg[0], {carped => [@msg[1..2]]}, $msg[3]];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-common.h36 extern void tester_error( const char *msg );
37 extern void tester_perror( const char *fname, const char *msg );
38 extern void tester_ldap_error( LDAP *ld, const char *fname, const char *msg );
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Derrorx.c32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) argument
46 if (s = (*error_info.translate)(loc, cmd, cat, msg))
49 return (char*)msg;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DErrorHandler.java38 @param msg
41 void error(Environment environment, String errpfx, String msg); argument
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsendmsg.c41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) argument
47 struct iovec *iov = msg->msg_iov;
49 for(i = 0; i < msg->msg_iovlen; ++i)
57 for (i = 0; i < msg->msg_iovlen; ++i) {
61 ret = sendto (s, buf, tot, flags, msg->msg_name, msg->msg_namelen);
114 * - msg->msg_name is ignored. So is msg->control.
119 * @param[in] msg The message
126 sendmsg_w32(rk_socket_t s, const struct msghdr * msg, in argument
[all...]
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dsend.c50 send(s, msg, len, flags)
53 const void *msg;
56 return (__sendto(s, msg, len, flags, NULL, 0));
58 return (__sendto_nocancel(s, msg, len, flags, NULL, 0));
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_exception.rb18 def initialize(ocexcp, msg = nil)
23 msg = "#{@name} - #{@reason}" if msg.nil?
24 super(msg)
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_NODELETE/
H A Dmain.c39 const char* msg = dlerror(); local
40 FAIL("dlopen(\"%s\" RTLD_NODELETE) failed but it should have worked: %s", path, msg);
45 const char* msg = dlerror(); local
46 FAIL("dlsym(handle, \"foo\") failed but it should have worked: %s", msg);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dfsm.c96 fsm_ikev1_phase1_process_payloads (phase1_handle_t *iph1, vchar_t *msg) argument
111 error = ident_i2recv(iph1, msg);
115 error = ident_i4recv(iph1, msg);
119 error = ident_i6recv(iph1, msg);
123 error = ident_r1recv(iph1, msg);
131 error = ident_r3recv(iph1, msg);
135 error = ident_r5recv(iph1, msg);
139 error = agg_r1recv(iph1, msg);
147 error = agg_i2recv(iph1, msg);
151 error = agg_r3recv(iph1, msg);
193 fsm_ikev1_phase1_send_response(phase1_handle_t *iph1, vchar_t *msg) argument
263 fsm_ikev1_phase2_process_payloads(phase2_handle_t *iph2, vchar_t *msg) argument
354 fsm_ikev1_phase2_send_response(phase2_handle_t *iph2, vchar_t *msg) argument
[all...]
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_basic.c29 verify_files(const char *msg) argument
37 failure(msg);
127 const char *msg; local
163 msg = canSymlink() ? "2 blocks\n" : "1 block\n";
164 basic_cpio("copy", "", "", msg);
165 basic_cpio("copy_odc", "--format=odc", "", msg);
167 basic_cpio("copy_cpio", "-H odc", "", msg);
168 msg = canSymlink() ? "9 blocks\n" : "8 blocks\n";
169 basic_cpio("copy_ustar", "-H ustar", "", msg);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_recv_fd.c40 #include <msg.h>
58 struct msghdr msg;
75 memset((char *) &msg, 0, sizeof(msg)); /* Fix 200512 */
76 msg.msg_control = control_un.control;
78 msg.msg_controllen = CMSG_LEN(sizeof(newfd)); /* Fix 200506 */
80 msg.msg_controllen = sizeof(control_un.control); /* normal */
83 msg.msg_accrights = (char *) &newfd;
84 msg.msg_accrightslen = sizeof(newfd);
87 msg
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Dvalidationexception.rb4 def initialize msg
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregerror.c67 const char *msg;
80 msg = convbuf;
90 msg = r->name;
93 msg = convbuf;
103 msg = r->explain;
106 msg = convbuf;
111 len = strlen(msg) + 1; /* Space needed, including NUL */
114 strcpy(errbuf, msg);
116 strncpy(errbuf, msg, errbuf_size-1);
66 const char *msg; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregerror.c60 char *msg; local
71 msg = convbuf;
79 msg = r->name;
82 msg = convbuf;
90 msg = r->explain;
93 msg = convbuf;
98 len = strlen(msg) + 1; /* space needed, including NUL */
101 strcpy(errbuf, msg);
103 strncpy(errbuf, msg, errbuf_size-1);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/tests/
H A Dall.tcl18 if {[catch {source $file} msg]} {
19 puts stdout $msg

Completed in 150 milliseconds

1234567891011>>