Home
last modified time | relevance | path

Searched refs:writeall (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/dns/dq/dq-20181021/dq/
H A Ddns_verbosity.c35 writeall(2, out.s, out.len); in dns_verbosity_writehex()
45 writeall(2, out.s, out.len); in dns_verbosity_writedomain()
76 writeall(2, out.s, out.len); in dns_verbosity_resolving()
97 writeall(2, out.s, out.len); in dns_verbosity_resolved()
125 writeall(2, out.s, out.len); in dns_verbosity_querysent()
155 writeall(2, out.s, out.len); in dns_verbosity_queryfailed()
183 writeall(2, out.s, out.len); in dns_verbosity_queryfailedtc()
211 writeall(2, out.s, out.len); in dns_verbosity_queryok()
H A Dwarn.c36 if (buflen == sizeof buf) { writeall(2,buf,buflen); buflen = 0; } in warn_9()
40 writeall(2,buf,buflen); in warn_9()
H A Ddie.c37 if (buflen == sizeof buf) { writeall(2,buf,buflen); buflen = 0; } in die_9()
41 writeall(2,buf,buflen); in die_9()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzximport-htpasswd.pl25 sub writeall { subroutine
41 writeall("$dir/$uid/.pw", '$c$'.$crypt);
42 writeall("$dir/$uid/.bs/.at", "cn: $uid (TAS3)\ntas3entitlement: member\n");
H A Dzximport-ldif.pl27 sub writeall { subroutine
43 writeall("$dir/$uid/.pw", $pw);
44 writeall("$dir/$uid/.bs/.at", $at);
/dports/security/signify/outils-0.10/src/usr.bin/signify/
H A Dzsig.c171 writeall(fdout, buffer, n, "stdout"); in copy_blocks()
221 writeall(fdout, fake, sizeof fake, msgfile); in zverify()
222 writeall(fdout, h.comment, len+1, msgfile); in zverify()
294 writeall(fdout, fake, sizeof fake, sigfile); in zsign()
295 writeall(fdout, sighdr, strlen(sighdr), sigfile); in zsign()
298 writeall(fdout, msg, p - msg + 1, sigfile); in zsign()
310 writeall(fdout, buffer, n, sigfile); in zsign()
/dports/textproc/rnv/rnv-1.7.11/
H A Drvp.c130 static void writeall(int fd,char *buf,int len) { in writeall() function
144 writeall(1,buf,len); in resp()
147 writeall(1,buf,len); in resp()
148 if(explain) {buf[0]=' '; writeall(1,buf,1);} in resp()
154 if(!ok&&explain&&prevno!=rn_notAllowed) writeall(1,buf,len); in resp()
156 buf[0]='\0'; writeall(1,buf,1); in resp()
/dports/x11-wm/i3/i3-4.20.1/testcases/
H A Dinject_randr1.5.c175 must_write(writeall(fd, &setup_request, sizeof(setup_request))); in read_client_setup_request_cb()
185 must_write(writeall(fd, buf, authlen)); in read_client_setup_request_cb()
210 must_write(writeall(connstate->clientw->fd, &setup_failed, sizeof(xcb_setup_failed_t))); in read_server_setup_reply_cb()
214 must_write(writeall(connstate->clientw->fd, buf, len)); in read_server_setup_reply_cb()
278 must_write(writeall(connstate->serverw->fd, request, len)); in read_client_x11_packet_cb()
289 … must_write(writeall(connstate->clientw->fd, getmonitors_reply.buf, getmonitors_reply.len)); in handle_sequence()
299 … must_write(writeall(connstate->clientw->fd, getoutputinfo_reply.buf, getoutputinfo_reply.len)); in handle_sequence()
349 must_write(writeall(connstate->clientw->fd, packet, len)); in read_server_x11_packet_cb()
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/
H A Dinject_randr1.5.c175 must_write(writeall(fd, &setup_request, sizeof(setup_request))); in read_client_setup_request_cb()
185 must_write(writeall(fd, buf, authlen)); in read_client_setup_request_cb()
210 must_write(writeall(connstate->clientw->fd, &setup_failed, sizeof(xcb_setup_failed_t))); in read_server_setup_reply_cb()
214 must_write(writeall(connstate->clientw->fd, buf, len)); in read_server_setup_reply_cb()
278 must_write(writeall(connstate->serverw->fd, request, len)); in read_client_x11_packet_cb()
289 … must_write(writeall(connstate->clientw->fd, getmonitors_reply.buf, getmonitors_reply.len)); in handle_sequence()
299 … must_write(writeall(connstate->clientw->fd, getoutputinfo_reply.buf, getoutputinfo_reply.len)); in handle_sequence()
349 must_write(writeall(connstate->clientw->fd, packet, len)); in read_server_x11_packet_cb()
/dports/www/faup/faup-1.5-48-g88dbbe2/doc/
H A Dcli.md112 [1] /Users/stricaud/.faup/modules_enabled/writeall.lua
117 [2] /usr/local/share/faup/modules_available/writeall.lua
119 …ill never be executed. In our case, the modules 'emulation_ie.lua' and 'writeall.lua' will be exec…
121 To disable the 'writeall.lua' module, simply run:
123 $ faup $ modules disable writeall.lua
124 Module 'writeall.lua' disabled with success!
132 $ faup $ modules enable writeall.lua
133 Module 'writeall.lua' enabled with success!
/dports/security/reop/reop-2.1.0/
H A Dreop.c344 writeall(fd, b64 + pos, amt, filename); in writeb64data()
345 writeall(fd, "\n", 1, filename); in writeb64data()
578 writeall(fd, header, strlen(header), filename); in writekeyfile()
584 writeall(fd, header, strlen(header), filename); in writekeyfile()
650 writeall(fd, header, strlen(header), filename); in writesignedmsg()
651 writeall(fd, msg, msglen, filename); in writesignedmsg()
788 writeall(fd, REOP_BINARY, 4, filename); in writeencfile()
789 writeall(fd, hdr, hdrlen, filename); in writeencfile()
791 writeall(fd, ident, strlen(ident), filename); in writeencfile()
792 writeall(fd, msg, msglen, filename); in writeencfile()
[all …]
/dports/security/mkp224o/mkp224o-1.5.0/
H A Dioutil.c13 int writeall(FH fd,const u8 *data,size_t len) in writeall() function
64 int writeall(FH fd,const u8 *data,size_t len) in writeall() function
107 int wret = writeall(fd,data,len); in writetofile()
/dports/x11-wm/i3-gaps/i3-4.20.1/libi3/
H A Dipc_send_message.c29 if (writeall(sockfd, ((void *)&header), sizeof(i3_ipc_header_t)) == -1) in ipc_send_message()
32 if (writeall(sockfd, payload, message_size) == -1) in ipc_send_message()
/dports/x11-wm/i3/i3-4.20.1/libi3/
H A Dipc_send_message.c29 if (writeall(sockfd, ((void *)&header), sizeof(i3_ipc_header_t)) == -1) in ipc_send_message()
32 if (writeall(sockfd, payload, message_size) == -1) in ipc_send_message()
/dports/irc/srvx/srvx-1.3.1/src/
H A Dsaxdb.help4 "$uSee also:$u writeall");
5 "writeall" ("/msg $S WRITEALL",
/dports/www/anyterm/anyterm-1.1.29/libpbe/src/
H A DHttpClient.cc49 sock.writeall(req.request_line() + req.headers_str() + "\r\n"); in get()
80 sock.writeall(req.request_line() + req.headers_str() + "\r\n"); in get_process_save()
118 fd.writeall(proc(string(crlf2pos+4,resp_start.end()))); in get_process_save()
129 fd.writeall(proc(s)); in get_process_save()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Ddie.c36 if (buflen == sizeof buf) { writeall(2,buf,buflen); buflen = 0; } in die_9()
40 writeall(2,buf,buflen); in die_9()
/dports/multimedia/blind/blind-1.1/src/util/
H A Dio.h21 int writeall(int fd, void *buf, size_t n);
26 if (writeall(fd, buf, n)) in enwriteall()
/dports/dns/dq/dq-20181021/crypto-tests/
H A Drandombytestest.c35 static int writeall(int fd, unsigned char *x, long long xlen) { in writeall() function
60 if (writeall(fromchild[1], buf, sizeof buf) == -1) _exit(111); in run()
/dports/security/py-ssh/ssh-1.8.0/demos/
H A Dinteractive.py76 def writeall(sock): function
86 writer = threading.Thread(target=writeall, args=(chan,))
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dascii.c52 writeall(1, toybuf, s-toybuf); in codepoint()
84 writeall(1, toybuf, s-toybuf); in ascii_main()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/mashups/
H A Dinteractive.py76 def writeall(sock): function
86 writer = threading.Thread(target=writeall, args=(chan,))
/dports/security/py-paramiko/paramiko-2.7.2/demos/
H A Dinteractive.py80 def writeall(sock): function
90 writer = threading.Thread(target=writeall, args=(chan,))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/mashups/
H A Dinteractive.py76 def writeall(sock): function
86 writer = threading.Thread(target=writeall, args=(chan,))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/mashups/
H A Dinteractive.py76 def writeall(sock): function
86 writer = threading.Thread(target=writeall, args=(chan,))

12345678